-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 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
64
65
66
67
68
{
"name": "react-flask-heroku",
"version": "0.1.0",
"private": true,
"dependencies": {
"@date-io/moment": "^1.3.13",
"@material-ui/core": "^4.12.1",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"@material-ui/pickers": "^3.3.10",
"@mui/x-data-grid": "^4.0.2",
"@nivo/bar": "^0.72.0",
"@nivo/calendar": "^0.72.0",
"@nivo/core": "^0.72.0",
"@nivo/geo": "^0.72.0",
"@nivo/line": "^0.72.0",
"@nivo/pie": "^0.72.0",
"@nivo/scatterplot": "^0.72.0",
"@nivo/swarmplot": "^0.72.0",
"axios": "^0.24.0",
"clsx": "^1.1.1",
"d3-format": "^1.4.5",
"d3-shape": "^1.3.7",
"moment": "^2.29.1",
"pondjs": "^0.8.10",
"react": "^16.13.1",
"react-color": "^2.19.3",
"react-dom": "^16.13.1",
"react-map-gl": "^6.1.18",
"react-moment": "^1.1.1",
"react-papaparse": "^3.18.1",
"react-query": "^3.34.0",
"react-query-devtools": "^2.6.3",
"react-router-dom": "^5.3.0",
"react-scripts": "^3.4.1",
"react-sizeme": "^3.0.2",
"react-timeseries-charts": "^0.16.1",
"react-virtualized-auto-sizer": "^1.0.6",
"react-window": "^1.8.6",
"recharts": "^2.1.8",
"web-vitals": "^2.1.0",
"worker-loader": "^3.0.8",
"zustand": "^3.6.1"
},
"devDependencies": {
"npm-watch": "^0.6.0"
},
"scripts": {
"start": "react-scripts start",
"start-api": "flask run --no-debugger",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"proxy": "http://localhost:5000"
}