-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.01 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
{
"name": "dbg-halloween",
"version": "0.0.1",
"description": "Web companion for halloween 2020 event",
"engines": {
"node": "13.x"
},
"main": "app.js",
"scripts": {
"start": "node app.js",
"watch": "webpack --watch",
"build": "webpack"
},
"dependencies": {
"body-parser": "^1.19.0",
"config": "^3.3.2",
"express": "^4.15.2",
"express-session": "^1.17.1",
"js-yaml": "^3.14.0",
"mysql2": "^2.2.5",
"passport": "^0.4.1",
"passport-steam": "^1.0.14",
"pug": "^3.0.0"
},
"license": "MIT",
"devDependencies": {
"axios": "^0.20.0",
"bulma": "^0.9.1",
"css-loader": "^5.0.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^6.1.1",
"jquery": "^3.5.1",
"mini-css-extract-plugin": "^1.2.1",
"node-sass": "^4.14.1",
"purecss": "^2.0.3",
"sass-loader": "^10.0.4",
"style-loader": "^2.0.0",
"stylus": "^0.54.8",
"stylus-loader": "^4.1.1",
"webpack": "^5.3.1",
"webpack-cli": "^4.1.0"
}
}