-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.14 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
{
"name": "extra-credit-assignment-1-techcrat",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"build": "webpack",
"build:prod": "webpack -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neu-mis-info6150-spring-2018/extra-credit-assignment-1-techcrat.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/neu-mis-info6150-spring-2018/extra-credit-assignment-1-techcrat/issues"
},
"homepage": "https://github.com/neu-mis-info6150-spring-2018/extra-credit-assignment-1-techcrat#readme",
"dependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.3",
"babel-preset-es2015": "^6.24.1",
"clean-webpack-plugin": "^0.1.19",
"connect": "^3.6.6",
"css-loader": "^0.28.10",
"express": "^4.16.3",
"file-loader": "^1.1.11",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"path": "^0.12.7",
"serve-static": "^1.13.2",
"style-loader": "^0.20.2",
"webpack": "^4.0.0",
"webpack-cli": "^2.0.9"
}
}