-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1023 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 1023 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
31
32
33
34
35
36
37
38
39
40
41
{
"name": "chess-game",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "node server.js",
"lint": "next lint"
},
"dependencies": {
"@heroui/react": "2.7.4",
"@tailwindcss/postcss": "^4.0.7",
"@tanstack/react-query": "^5.69.0",
"axios": "^1.7.7",
"bcryptjs": "^3.0.2",
"chess.js": "^1.1.0",
"cookie": "^1.0.2",
"express": "^4.21.2",
"framer-motion": "^11.11.15",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.12.1",
"next": "^15.2.0",
"nextjs-toploader": "^3.7.15",
"react": "^19.0.0",
"react-chessboard": "^4.7.2",
"react-dom": "^19.0.0",
"react-hook-form": "^7.53.2",
"react-hot-toast": "^2.4.1",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"zustand": "^5.0.1"
},
"devDependencies": {
"@iconify/react": "^5.2.0",
"autoprefixer": "^10.4.20",
"cross-env": "^7.0.3",
"postcss": "^8.5.3",
"tailwindcss": "^3.4.17"
}
}