-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.51 KB
/
Copy pathpackage.json
File metadata and controls
86 lines (86 loc) · 2.51 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "react-redux-skeleton",
"version": "0.1.0",
"description": "",
"main": "webpack.config.js",
"scripts": {
"test": "karma start",
"dev": "webpack-dev-server --hot --inline",
"start": "node index.js",
"build": "webpack",
"build:prod": "webpack -p"
},
"author": "",
"license": "MIT",
"dependencies": {
"axios": "^0.15.3",
"bluebird": "^3.4.7",
"body-parser": "^1.18.1",
"bunyan": "^1.8.1",
"bunyan-format": "^0.2.1",
"bunyan-slack": "0.0.10",
"chart.js": "^2.7.0",
"chart.piecelabel.js": "^0.6.0",
"compression": "^1.6.2",
"cookie-parser": "^1.4.3",
"cors": "^2.8.1",
"dateformat": "^2.0.0",
"express": "^4.14.0",
"hammerjs": "^2.0.8",
"helmet": "^2.1.3",
"history": "^4.5.1",
"jquery": "^3.2.1",
"material-ui": "^0.18.1",
"moment": "^2.18.1",
"react": "^15.6.1",
"react-chartjs-2": "^2.6.2",
"react-dom": "^15.6.1",
"react-redux": "^5.0.3",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1",
"react-router-redux": "^5.0.0-alpha.6",
"react-select": "^0.9.1",
"react-tap-event-plugin": "^2.0.1",
"redux": "^3.6.0",
"redux-logger": "^3.0.0",
"redux-thunk": "^2.2.0",
"request": "^2.81.0",
"response-time": "^2.3.2",
"simple-ajax": "^2.6.0",
"socket.io-client": "^1.7.3",
"underscore": "^1.8.3"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^6.4.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-react-html-attrs": "^2.0.0",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"css-loader": "^0.28.7",
"eslint": "^3.5.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-config-airbnb-base": "^7.0.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.3.0",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"html-loader": "^0.5.1",
"html-webpack-plugin": "^2.30.1",
"jasmine-core": "^2.8.0",
"karma": "^1.7.1",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^1.1.1",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.6",
"uglifyjs-webpack-plugin": "^1.0.0-beta.2",
"webpack": "^3.5.4",
"webpack-dev-server": "^2.8.2",
"write-file-webpack-plugin": "^3.4.2"
}
}