-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.26 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.26 KB
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
{
"name": "www",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "webpack & node ./bin/www",
"start-dev": "PORT=4004 NODE_ENV=development node ./bin/www"
},
"dependencies": {
"body-parser": "~1.17.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.3",
"express": "~4.15.2",
"morgan": "~1.8.1",
"prop-types": "^15.5.10",
"pug": "~2.0.0-beta11",
"react": "^15.6.1",
"react-custom-scrollbars": "^4.1.2",
"react-dom": "^15.6.1",
"react-router-dom": "^4.2.2",
"serve-favicon": "~2.4.2"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.1",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^0.28.4",
"eslint": "^4.4.1",
"eslint-config-airbnb": "^15.1.0",
"eslint-find-rules": "^3.1.1",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.2.0",
"node-sass": "^4.5.3",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"svg-react-loader": "^0.4.4",
"webpack": "^3.5.3",
"webpack-dev-middleware": "^1.12.0"
}
}