-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 901 Bytes
/
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
{
"name": "holy-gambit-grail",
"scripts": {
"build": "vite build",
"coverage": "vitest run --coverage",
"dev": "vite",
"format": "prettier --write .",
"preview": "vite preview",
"test": "vitest run",
"tsc": "tsc --noemit",
"watch": "vitest"
},
"dependencies": {
"@bity/oauth2-auth-code-pkce": "^2.13.0",
"@mliebelt/pgn-parser": "^1.4.12",
"@mliebelt/pgn-types": "^1.0.4",
"@vitejs/plugin-vue": "^4.3.4",
"@vitest/coverage-v8": "^0.34.6",
"autoprefixer": "^10.4.16",
"axios": "^1.5.1",
"chess-fetcher": "^0.7.4",
"chess.js": "1.0.0-beta.6",
"chessops": "^0.12.7",
"floating-vue": "^2.0.0-beta.24",
"lodash": "^4.17.21",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2",
"vitest": "^0.34.6",
"vue": "^3.2.31",
"vue3-chessboard": "^1.2.3"
}
}