-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.44 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.44 KB
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
50
51
52
{
"name": "chess",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"start": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@reduxjs/toolkit": "^2.5.1",
"axios": "^1.7.2",
"canvas-confetti": "^1.9.3",
"chess.js": "^1.0.0",
"chessboardjs": "^0.0.1",
"cookie-parser": "^1.4.6",
"framer-motion": "^12.3.1",
"howler": "^2.2.4",
"js-cookie": "^3.0.5",
"jwt-decode": "^4.0.0",
"lucide-react": "^0.474.0",
"react": "^18.2.0",
"react-chessboard": "^4.7.2",
"react-dom": "^18.2.0",
"react-icons": "^5.4.0",
"react-redux": "^9.1.2",
"react-router-dom": "^6.23.1",
"react-toastify": "^11.0.3",
"react-typing-effect": "^2.0.5",
"rollup-plugin-visualizer": "^5.14.0",
"socket.io-client": "^4.7.5",
"vite-plugin-pwa": "^0.21.1"
},
"devDependencies": {
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"postcss": "^8.4.40",
"tailwindcss": "^3.4.7",
"vite": "^5.2.0",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-imagemin": "^0.6.1"
}
}