-
Notifications
You must be signed in to change notification settings - Fork 176
/
package.json
40 lines (40 loc) · 862 Bytes
/
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
{
"name": "spyfall",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "nodemon server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js",
"prepare": "husky"
},
"dependencies": {
"@fontsource/open-sans": "^5.0.28",
"@fontsource/raleway": "^5.0.19",
"body-parser": "^1.20.2",
"esm": "^3.2.25",
"express": "^4.19.2",
"next": "^14.2.5",
"next-dark-mode": "^3.0.0",
"next-international": "^1.2.4",
"nookies": "^2.5.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-ga4": "^2.1.0",
"sass": "^1.77.8",
"skeleton-css": "^2.0.4",
"socket.io": "^4.7.5",
"socket.io-client": "^4.7.5",
"sweetalert2": "^11.12.3"
},
"devDependencies": {
"husky": "^9.1.3",
"nodemon": "^3.1.4",
"prettier": "^3.3.3",
"pretty-quick": "^4.0.0"
},
"engines": {
"node": "20.x",
"npm": "10.x"
}
}