This repository was archived by the owner on May 7, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.38 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.38 KB
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
{
"name": "sotm",
"version": "0.1.0",
"private": true,
"dependencies": {
"@mapbox/geo-viewport": "^0.4.0",
"@material-ui/core": "^3.1.0",
"@material-ui/icons": "^3.0.2",
"@mdi/font": "^2.7.94",
"@mdi/js": "^2.7.94",
"@turf/bbox": "^6.0.1",
"@turf/bbox-polygon": "^6.0.1",
"@turf/helpers": "^6.1.4",
"@turf/square": "^5.1.5",
"@turf/transform-scale": "^5.1.5",
"classnames": "^2.2.6",
"mapbox-gl": "^1.2.1",
"material-ui-icons": "^1.0.0-beta.36",
"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-ga": "^2.5.3",
"react-google-charts": "^3.0.14",
"react-hammerjs": "^1.0.1",
"react-measure": "^2.3.0",
"react-redux": "^7.2.4",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "2.0.5",
"react-sticky-fill": "^0.8.4",
"react-svg-piechart": "^2.1.1",
"react-swipeable-views": "^0.13.0",
"redux": "^4.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"devDependencies": {
"gh-pages": "^2.0.0"
},
"homepage": "https://www.osmquality.io",
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}