-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 1.01 KB
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.19",
"@mliebelt/pgn-types": "^1.0.4",
"@tailwindcss/vite": "^4.1.18",
"@types/node": "^25.2.3",
"@vitejs/plugin-vue": "^6.0.4",
"@vitest/coverage-v8": "^4.0.18",
"autoprefixer": "^10.4.24",
"chess-fetcher": "^0.10.8",
"chess.js": "1.4.0",
"chessops": "^0.15.0",
"lodash": "^4.17.23",
"prettier": "^3.8.1",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vitest": "^4.0.18",
"vue": "^3.5.28",
"vue-tsc": "^3.2.4"
},
"packageManager": "pnpm@10.29.3+sha512.498e1fb4cca5aa06c1dcf2611e6fafc50972ffe7189998c409e90de74566444298ffe43e6cd2acdc775ba1aa7cc5e092a8b7054c811ba8c5770f84693d33d2dc"
}