Skip to content

Commit

Permalink
OCS-28 add chesscom integration (#12)
Browse files Browse the repository at this point in the history
Co-authored-by: Gregor Zweig <zwickzwackzwieback@gmail.com>
  • Loading branch information
flys1ck and Gregor Zweig authored Nov 28, 2023
1 parent 85fd376 commit 3d4c815
Show file tree
Hide file tree
Showing 46 changed files with 1,542 additions and 595 deletions.
30 changes: 16 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@
"devtools": "vue-devtools",
"build": "vue-tsc --noEmit && vite build",
"tauri": "tauri",
"lint": "eslint . --ext .vue,.js,.cjs,.ts --fix --ignore-path .prettierignore",
"format": "prettier --ignore-path .prettierignore --ignore-path .gitignore --write .",
"db:gen:types": "kysely-codegen --dialect sqlite --exclude-pattern __* --out-file src/database.d.ts",
"format": "prettier --ignore-path .prettierignore --ignore-path .gitignore --write .",
"lint": "eslint . --ext .vue,.js,.cjs,.ts --fix --ignore-path .prettierignore",
"lint:types": "vue-tsc --noEmit",
"test:bench": "vitest bench",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
Expand All @@ -22,49 +23,50 @@
"@headlessui/vue": "^1.7.16",
"@heroicons/vue": "^2.0.18",
"@tauri-apps/api": "^1.5.1",
"@types/better-sqlite3": "^7.6.7",
"@types/better-sqlite3": "^7.6.8",
"@types/howler": "^2.2.11",
"@vueuse/core": "^10.6.0",
"@vueuse/core": "^10.6.1",
"better-sqlite3": "^9.1.1",
"chessground": "^9.0.4",
"chessops": "^0.12.7",
"date-fns": "^2.30.0",
"howler": "^2.2.4",
"kysely": "^0.26.3",
"pinia": "^2.1.7",
"radix-vue": "^1.1.2",
"radix-vue": "^1.2.2",
"tauri-plugin-sql-api": "github:tauri-apps/tauri-plugin-sql#v1",
"uci-parser-ts": "^0.1.4",
"vue": "^3.3.8",
"vue": "^3.3.9",
"vue-router": "^4.2.5",
"zod": "^3.22.4"
},
"devDependencies": {
"@playwright/test": "^1.39.0",
"@rushstack/eslint-patch": "^1.5.1",
"@playwright/test": "^1.40.0",
"@rushstack/eslint-patch": "^1.6.0",
"@tailwindcss/forms": "^0.5.7",
"@tauri-apps/cli": "^1.5.6",
"@types/node": "^20.9.0",
"@vitejs/plugin-vue": "^4.4.1",
"@types/node": "^20.10.0",
"@vitejs/plugin-vue": "^4.5.0",
"@volar/vue-typescript": "^1.6.5",
"@vue/devtools": "^6.5.1",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/typescript": "^1.8.20",
"autoprefixer": "^10.4.16",
"dotenv": "^16.3.1",
"eslint": "^8.53.0",
"eslint": "^8.54.0",
"eslint-plugin-vue": "^9.18.1",
"execa": "^8.0.1",
"happy-dom": "^12.10.3",
"kysely-codegen": "^0.11.0",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier": "^3.1.0",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.7",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"unplugin-vue-router": "^0.7.0",
"vite": "^4.5.0",
"vite": "^5.0.2",
"vite-plugin-vue-layouts": "^0.8.0",
"vite-tsconfig-paths": "^4.2.1",
"vitest": "^0.34.6",
Expand Down
Loading

0 comments on commit 3d4c815

Please sign in to comment.