-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.24 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
{
"name": "mars",
"version": "1.0.0",
"description": "Mars 13kjs game",
"main": "index.js",
"author": "lopis",
"license": "MIT",
"scripts": {
"dev": "webpack --mode=development --config webpack.config.js",
"build": "webpack --mode=production --config webpack.config.js",
"postbuild": "node postbuild.js",
"bundlesize": "bundlesize",
"start": "node index.js"
},
"dependencies": {
"archiver": "^5.3.0",
"body-parser": "^1.19.0",
"chalk": "^4.1.2",
"copy-webpack-plugin": "^11.0.0",
"express": "^4.17.1",
"express-session": "^1.17.2",
"mysql2": "^2.3.0",
"pg": "^8.7.1",
"pg-hstore": "^2.3.4",
"sequelize": "^6.6.5",
"socket.io": "^4.5.1",
"sqlite3": "^5.0.8"
},
"devDependencies": {
"archiver": "^5.3.0",
"concurrently": "^7.3.0",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^4.0.0",
"file-loader": "^6.2.0",
"html-inline-css-webpack-plugin": "^1.11.1",
"html-webpack-plugin": "^5.3.2",
"mini-css-extract-plugin": "^2.6.1",
"style-loader": "^3.3.1",
"webpack": "^5.52.0",
"webpack-bundle-analyzer": "^4.6.1",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.1.0",
"webpack-shell-plugin-next": "^2.2.2"
}
}