-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
49 lines (49 loc) · 1.21 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
{
"name": "model-view",
"version": "0.1.0",
"private": true,
"homepage": "https://modelview.matrado.ca",
"prettier": {},
"dependencies": {
"@material-ui/core": "^4.10.0",
"@material-ui/lab": "^4.0.0-alpha.55",
"@turf/turf": "^5.1.6",
"@types/jest": "24.0.11",
"@types/node": "^14.0.5",
"@types/proj4": "^2.5.0",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"@types/react-map-gl": "^5.2.4",
"@types/react-window": "^1.8.2",
"@types/victory": "^33.1.4",
"date-fns": "^2.14.0",
"epanet-js": "^0.3.0",
"immutable": "^4.0.0-rc.12",
"proj4": "^2.6.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-dropzone": "^11.0.1",
"react-map-gl": "5.2.5",
"react-scripts": "3.4.1",
"react-window": "^1.8.5",
"typescript": "^3.9.3",
"victory": "34.3.7"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"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"
]
}