-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 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
{
"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.18.0",
"config": "^3.0.0",
"html-webpack-plugin": "^3.2.0",
"ical.js": "^1.3.0",
"moment-mini": "^2.22.1",
"moment-timezone": "^0.5.23",
"node-sass": "^4.10.0",
"normalize-scss": "^7.0.1",
"pug": "^2.0.3",
"pug-loader": "^2.4.0",
"query-string": "^6.2.0",
"sass-loader": "^7.1.0",
"svg-inline-loader": "^0.8.0",
"webpack": "^4.27.0",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
},
"devDependencies": {
"css-loader": "^1.0.1",
"style-loader": "^0.23.1",
"webpack-bundle-analyzer": "^3.0.3"
}
}