-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.38 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
{
"name": "pwitw",
"version": "0.1.0",
"license": "wtfpl",
"private": true,
"license": "wtfpl",
"dependencies": {
"@material-ui/core": "^4.0.1",
"@material-ui/icons": "^4.0.1",
"@material-ui/styles": "^4.0.1",
"@react-google-maps/api": "^1.2.3-alpha.11",
"chroma-js": "^2.0.3",
"connected-react-router": "^6.3.2",
"date-fns": "^1.30.1",
"history": "^4.9.0",
"material-table": "^1.38.0",
"prop-types": "^15.7.2",
"react": "^16.8.4",
"react-devtools": "^3.6.1",
"react-dom": "^16.8.4",
"react-flip-toolkit": "^6.6.2",
"react-loader-spinner": "^2.3.0",
"react-map-gl": "^4.1.1",
"react-markdown": "^4.0.8",
"react-redux": "^7.1.0-rc.1",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.1",
"react-router-redux": "^4.0.8",
"react-scripts": "3.0.1",
"recharts": "^1.5.0",
"redux": "^4.0.1",
"redux-devtools": "^3.5.0",
"redux-logger": "^3.0.6",
"redux-saga": "^1.0.2",
"typescript": "^3.4.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@babel/helper-compilation-targets": "^7.21.5"
}
}