-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.55 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
52
53
54
55
56
{
"name": "www",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "webpack & node ./bin/www",
"start-dev": "PORT=4002 NODE_ENV=development node ./bin/www"
},
"dependencies": {
"body-parser": "~1.17.1",
"chart.js": "^1.1.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.3",
"express": "~4.15.2",
"lodash": "^4.17.4",
"moment": "^2.19.1",
"moment-duration-format": "^1.3.0",
"morgan": "~1.8.1",
"prop-types": "^15.5.10",
"pug": "~2.0.0-beta11",
"react": "^15.6.1",
"react-chartjs": "^0.8.0",
"react-countdown-now": "^1.2.0",
"react-custom-scrollbars": "^4.1.2",
"react-dom": "^15.6.1",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-split-pane": "^0.1.66",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"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"
}
}