-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1 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
{
"name": "game-hub",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"start": "node api/server.js"
},
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.12.0",
"@emotion/styled": "^11.12.0",
"@tanstack/react-query": "4.28",
"@tanstack/react-query-devtools": "4.28",
"@vercel/speed-insights": "^1.0.12",
"axios": "^1.7.2",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.21.0",
"framer-motion": "^11.3.8",
"ms": "^2.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"react-infinite-scroll-component": "6.1",
"react-router-dom": "^6.10.0",
"zustand": "^4.3.7"
},
"devDependencies": {
"@types/express": "^5.0.0",
"@types/ms": "^0.7.34",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.1.0",
"typescript": "^4.9.3",
"vite": "^4.1.0"
}
}