-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
34 lines (34 loc) · 1.01 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"scripts": {
"build": "vite build",
"coverage": "vitest run --coverage",
"dev": "vite",
"format": "prettier --write .",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest",
"tsc": "vue-tsc --noemit"
},
"dependencies": {
"@bity/oauth2-auth-code-pkce": "^2.13.0",
"@mliebelt/pgn-parser": "^1.4.15",
"@mliebelt/pgn-types": "^1.0.4",
"@types/node": "^22.9.0",
"@vitejs/plugin-vue": "^5.1.5",
"@vitest/coverage-v8": "^2.1.4",
"autoprefixer": "^10.4.20",
"chess-fetcher": "^0.10.4",
"chess.js": "1.0.0-beta.8",
"chessops": "^0.14.2",
"lodash": "^4.17.21",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"vite": "^5.4.11",
"vitest": "^2.1.4",
"vue": "^3.5.12",
"vue-tsc": "^2.1.10"
},
"packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}