-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 755 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 755 Bytes
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
{
"name": "magic-chess",
"packageManager": "yarn@3.5.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@react-chess/chessground": "^1.3.4",
"@types/recordrtc": "^5.6.11",
"@types/styled-components": "^5.1.26",
"@types/webrtc": "^0.0.34",
"chess.js": "^1.0.0-beta.4",
"chessground": "^8.3.7",
"openai": "^3.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"recordrtc": "^5.6.2",
"styled-components": "^5.3.9"
},
"devDependencies": {
"@types/react": "^18.0.35",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react-swc": "^3.3.0",
"typescript": "^5.0.4",
"vite": "^4.2.1"
}
}