-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 982 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
{
"name": "secret-hitler",
"version": "0.0.1",
"description": "The Secret Hitler tabletop game for the web.",
"homepage": "https://github.com/kaelri/secret-hitler/",
"license": "CC-BY-NC-SA-4.0",
"repository": "github:kaelri/secret-hitler",
"scripts": {
"start": "node ./bin/www",
"install": "node ./bin/install",
"uninstall": "node ./bin/uninstall",
"build": "npx mix",
"watch": "npx mix watch",
"message": "node ./bin/message"
},
"dependencies": {
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"dayjs": "^1.10.6",
"debug": "~2.6.9",
"dotenv": "^10.0.0",
"express": "~4.16.1",
"express-mysql-session": "^2.1.6",
"express-session": "^1.17.2",
"http-errors": "~1.6.3",
"jade": "^0.29.0",
"morgan": "~1.9.1",
"mysql": "^2.18.1",
"socket.io": "^4.2.0"
},
"devDependencies": {
"axios": "^0.21.3",
"laravel-mix": "^6.0.29",
"sass": "^1.39.0",
"sass-loader": "^12.1.0"
}
}