-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathpackage.json
50 lines (50 loc) · 1.26 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
{
"name": "finance",
"version": "1.0.0",
"private": true,
"author": "Ross Allen (https://github.com/ssorallen)",
"homepage": "https://ssorallen.github.io/finance/",
"dependencies": {
"@vx/axis": "^0.0.162",
"@vx/gradient": "^0.0.161",
"@vx/group": "^0.0.161",
"@vx/scale": "^0.0.161",
"@vx/shape": "^0.0.162",
"bootstrap": "^4.1.1",
"classnames": "^2.2.5",
"csv-parse": "^5.5.6",
"csv-stringify": "^6.5.0",
"d3-array": "^1.2.1",
"form-serialize": "^0.7.2",
"react": "^16.13.1",
"react-autosuggest": "^9.3.4",
"react-dom": "^16.13.1",
"react-redux": "^7.2.1",
"react-router-dom": "^5.2.0",
"react-scripts": "^5.0.1",
"react-table": "^6.8.2",
"reactstrap": "^6.0.1",
"redux": "^4.0.0",
"redux-localstorage": "^0.4.1",
"redux-thunk": "^2.2.0"
},
"scripts": {
"predeploy": "yarn build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"flow-bin": "^0.134.0",
"gh-pages": "^6.1.1",
"prettier": "^3.3.2"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}