forked from j-norwood-young/w17-doors
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 981 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
{
"name": "openpage-webpack",
"version": "0.0.1",
"description": "An app for Workshop17 door displays",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --mode development",
"build": "webpack --mode production"
},
"author": "Jason Norwood-Young",
"license": "MIT",
"dependencies": {
"axios": "^0.21.1",
"config": "^3.3.6",
"html-webpack-plugin": "^5.3.1",
"ical.js": "^1.4.0",
"moment-mini": "^2.24.0",
"moment-timezone": "^0.5.33",
"node-sass": "^5.0.0",
"normalize-scss": "^7.0.1",
"pug": "^3.0.2",
"pug-loader": "^2.4.0",
"query-string": "^7.0.0",
"sass-loader": "^11.0.1",
"svg-inline-loader": "^0.8.2",
"webpack": "^5.28.0",
"webpack-dev-server": "^3.11.2"
},
"devDependencies": {
"css-loader": "^5.2.0",
"style-loader": "^2.0.0",
"webpack-bundle-analyzer": "^4.4.0",
"webpack-cli": "^4.5.0"
}
}