-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.19 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
44
45
46
47
48
49
50
51
{
"name": "ProductLinePredictionApp",
"version": "0.2.0",
"private": true,
"scripts": {
"start": "node index.js",
"build": "webpack"
},
"dependencies": {
"body-parser": "1.15.0",
"bootstrap": "3.3.6",
"cfenv": "1.0.3",
"classnames": "2.2.5",
"debug": "2.2.0",
"express": "4.13.4",
"jquery": "3.0.0",
"log4js": "0.6.37",
"morgan": ">=1.9.1",
"nconf": "0.8.4",
"react": "0.14.8",
"react-dom": "0.14.8",
"request": "2.72.0"
},
"repository": {},
"engines": {
"node": "6.9.x"
},
"devDependencies": {
"babel-core": "^6.7.6",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"chai": "^3.5.0",
"css-loader": "^0.23.1",
"errorhandler": "1.4.x",
"eslint": "^2.8.0",
"eslint-config-standard": "^5.1.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^5.2.2",
"eslint-plugin-standard": "^3.0.1",
"file-loader": "^0.8.5",
"mocha": "^2.4.5",
"nock": "^8.0.0",
"node-sass": "^4.5.1",
"sass-loader": "^4.1.1",
"style-loader": "^0.13.1",
"supertest": "^1.2.0",
"url-loader": "^0.5.7",
"webpack": "^2.2.1"
}
}