-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 882 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
35
{
"name": "chess",
"private": true,
"version": "0.0.0",
"homepage": "https://paulo9mv.github.io/chess",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"chess.js": "^0.13.2",
"mobx": "^6.5.0",
"mobx-react-lite": "^3.4.0",
"react": "^18.0.0",
"react-chessboard": "^1.2.3",
"react-dom": "^18.0.0",
"stockfish": "^14.1.0"
},
"devDependencies": {
"@types/chess.js": "^0.13.0",
"@types/node": "^17.0.31",
"@types/node-uci": "^1.3.2",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^1.3.0",
"gh-pages": "^4.0.0",
"typescript": "^4.6.3",
"vite": "^2.9.7"
}
}