-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.35 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "hot-mooon-game",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "concurrently \"vite\" \"nodemon server/app.js -w server \"",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@vitejs/plugin-react": "^4.3.1",
"axios": "^1.7.5",
"classnames": "^2.5.1",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-http-proxy": "^2.1.1",
"framer-motion": "^11.3.30",
"node-cron": "^3.0.3",
"nodemon": "^3.1.4",
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"react-router": "^6.26.1",
"react-router-dom": "^6.26.1",
"react-use-websocket": "^4.8.1",
"sass": "^1.77.8",
"sqlite3": "^5.1.7",
"vite-plugin-svgr": "^4.2.0",
"ws": "^8.18.0"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@svgr/webpack": "^8.1.0",
"@types/node": "^22.5.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"concurrently": "^8.2.2",
"eslint": "^9.9.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
"globals": "^15.9.0",
"typescript": "^5.5.3",
"typescript-eslint": "^8.2.0",
"vite": "^5.4.1"
}
}