-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 856 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 856 Bytes
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
{
"name": "robinhood",
"private": true,
"scripts": {
"postinstall": "./node_modules/.bin/webpack --mode=production",
"start": "./node_modules/.bin/webpack --mode=production",
"webpack": "webpack --watch --mode=development"
},
"dependencies": {
"chart.js": "^2.7.3",
"lodash": "^4.17.4",
"react": "^15.6.1",
"react-chartkick": "^0.3.0",
"react-dom": "^15.6.1",
"react-redux": "^5.0.5",
"react-router": "^4.1.2",
"react-router-dom": "^4.1.2",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.4",
"webpack": "^4.20.2",
"webpack-cli": "^3.2.1"
},
"engines": {
"node": "8.12.0",
"npm": "6.4.1"
}
}