-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
44 lines (44 loc) · 1.15 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
{
"name": "ooc",
"version": "1.4.2",
"description": "Out of Context Games",
"main": "main.js",
"scripts": {
"build": "npx webpack",
"update": "npm run dist && docker-compose restart game",
"dist": "export MODE=production; npm run build ",
"watch": "npx webpack --watch",
"start": "node main.js"
},
"author": "Isaac Hirschfeld",
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.3",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^5.1.2",
"express": "^4.16.4",
"file-loader": "^3.0.1",
"glob": "^7.1.6",
"html-webpack-plugin": "^4.5.2",
"lodash": "^4.17.19",
"node-cron": "^2.0.3",
"pako": "^1.0.10",
"paper": "^0.12.0",
"phonetic-alphabet-converter": "^1.1.0",
"portal-vue": "^1.5.1",
"semantic-ui-css": "^2.4.1",
"semantic-ui-vue": "^0.8.1",
"socket.io": "^2.5.0",
"style-loader": "^2.0.0",
"vue": "^2.6.8",
"vue-loader": "^15.10.2",
"vue-router": "^3.0.2",
"vue-socket.io": "^3.0.7",
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "^2.6.8",
"webpack": "^5.88.2"
},
"devDependencies": {
"webpack-cli": "^4.10.0"
}
}