-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.3 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "worst-move-possible",
"private": true,
"version": "0.0.0",
"type": "module",
"homepage": "https://nedlir.github.io/worstmovepossible-website",
"engines": {
"node": ">=14.0.0"
},
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build --base=/worstmovepossible-website/",
"lint": "eslint .",
"preview": "vite preview",
"audit": "npm audit",
"audit:fix": "npm audit fix",
"outdated": "npm outdated",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@react-chess-tools/react-chess-puzzle": "0.3.1",
"react": "^18.2.0",
"react-chessboard": "4.7.2",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-router-dom": "7.0.2",
"zustand": "^5.0.3"
},
"devDependencies": {
"@eslint/js": "9.13.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "9.13.0",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-react-refresh": "0.4.14",
"gh-pages": "^6.2.0",
"globals": "15.11.0",
"typescript": "5.6.2",
"typescript-eslint": "8.11.0",
"vite": "5.4.10"
},
"repository": {
"type": "git",
"url": "https://github.com/nedlir/worstmovepossible-website.git"
},
"license": "MIT"
}