-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.78 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
57
58
59
60
61
62
63
{
"name": "todos",
"version": "0.0.1",
"private": true,
"devDependencies": {
"enzyme": "^2.8.2",
"react-addons-test-utils": "^15.5.1",
"react-scripts": "^1.0.2"
},
"dependencies": {
"atmosphere.js": "^2.3.3",
"axios": "^0.16.2",
"jquery": "^3.2.1",
"merge-json": "0.1.0-b.3",
"prop-types": "^15.5.10",
"d3-format": "^1.2.0",
"d3-time-format": "^2.0.5",
"react": "^15.6.1",
"react-bootstrap-toggle": "^2.0.8",
"react-bootstrap-switch": "^15.5.0",
"react-stockcharts": "^0.7.0-beta.12",
"request-frame": "^1.5.3",
"canvas-5-polyfill": "^0.1.5",
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.0.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"eslint": "^3.19.0",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-react": "^6.10.3",
"cross-env": "^5.0.1",
"css-loader": "^0.28.4",
"file-loader": "^0.11.2",
"style-loader": "^0.18.2",
"url-loader": "^0.5.9",
"uglifyjs-webpack-plugin": "^1.0.0-beta.2",
"react-bootstrap": "^0.31.1",
"react-bootstrap-table": "^3.5.0",
"react-datepicker": "^0.52.0",
"react-dom": "^15.6.1",
"react-grid-layout": "^0.14.7",
"react-highcharts": "^12.0.0",
"react-redux": "^5.0.5",
"react-router": "^3.0.5",
"react-router-dom": "^4.1.2",
"react-table": "^6.5.3",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-react-session": "^2.1.0",
"redux-thunk": "^2.2.0",
"webpack": "^3.4.1",
"webpack-dev-server": "^2.6.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject",
"test": "react-scripts test"
}
}