-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 874 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
{
"name": "boxtown",
"version": "1.0.0",
"description": "Static home page for boxtown",
"main": "index.js",
"repository": "https://github.com/boxtown/boxtown-2017.git",
"author": "Michael Ma",
"license": "MIT",
"scripts": {
"deploy": "webpack --config webpack/prod.config.js",
"build": "webpack --config webpack/base.config.js",
"start": "webpack-dev-server --config webpack/base.config.js --inline --hot"
},
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/preset-env": "^7.5.4",
"babel-loader": "^8.0.6",
"copy-webpack-plugin": "^5.0.3",
"css-loader": "^3.0.0",
"html-webpack-plugin": "^3.2.0",
"path": "^0.12.7",
"style-loader": "^0.23.1",
"webpack": "^4.35.3",
"webpack-cli": "^3.3.5",
"webpack-dev-server": "^3.7.2",
"webpack-merge": "^4.2.1",
"webpack-s3-plugin": "^1.0.3"
}
}