-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
31 lines (31 loc) · 860 Bytes
/
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
{
"name": "react-stockcharts-example2",
"description": "Examples for react-stockcharts",
"version": "0.0.24",
"dependencies": {
"@material-ui/core": "^4.0.2",
"@material-ui/icons": "^4.0.1",
"d3-dsv": "^1.0.8",
"d3-format": "^1.2.1",
"d3-scale": "^1.0.7",
"d3-time-format": "^2.1.1",
"npm": "^6.9.0",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-bootstrap": "^0.31.5",
"react-dom": "^16.2.0",
"react-splitter-layout": "^4.0.0",
"react-stockcharts": "^0.7.8",
"shortid": "^2.2.8"
},
"devDependencies": {
"react-scripts": "^1.0.17"
},
"scripts": {
"reinstall-deps": "rm -rf node_modules package-lock.json && npm i",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}