-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
114 lines (114 loc) · 3.45 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "chives",
"version": "1.0.0",
"description": "ChiVes harmonizes & standardizes environmental data across dozens of sources to make it accessible for full exploration, alongside a growing list of resources on the Chicago Environment, cultivated by a community of curators.",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/healthyregions/chicago-environment-explorer.git"
},
"author": "Spatial@UChicago <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/healthyregions/chicago-environment-explorer/issues"
},
"homepage": "https://chichives.com",
"dependencies": {
"@deck.gl/aggregation-layers": "8.8.17",
"@deck.gl/core": "8.8.17",
"@deck.gl/extensions": "8.8.17",
"@deck.gl/geo-layers": "8.8.17",
"@deck.gl/layers": "8.8.17",
"@deck.gl/mapbox": "8.8.17",
"@deck.gl/mesh-layers": "8.8.17",
"@deck.gl/react": "8.8.17",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@loaders.gl/csv": "3.1.8",
"@material-ui/core": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@mui/material": "^5.4.2",
"@mui/styles": "^5.4.2",
"@mui/x-charts": "^6.18.7",
"@mui/x-data-grid": "^5.5.1",
"@react-icons/all-files": "^4.1.0",
"@turf/bbox": "^6.5.0",
"@turf/boolean-within": "^6.5.0",
"@turf/centroid": "^6.5.0",
"@turf/turf": "^6.3.0",
"@visx/clip-path": "^2.1.0",
"@visx/gradient": "^2.1.0",
"@visx/group": "^2.1.0",
"@visx/hierarchy": "^2.1.2",
"@visx/responsive": "^3.10.2",
"@visx/shape": "^3.5.0",
"@visx/zoom": "^2.6.1",
"comlink": "^4.3.1",
"d3-dsv": "^2.0.0",
"d3-scale": "^4.0.2",
"d3-shape": "^3.1.0",
"geobuf": "^3.0.2",
"geojson2shp": "^0.5.0",
"history": "^5.1.0",
"html2canvas": "^1.4.1",
"jszip": "^3.10.1",
"lodash": "^4.17.20",
"mapbox-gl": "2.12.1",
"object-resolve-path": "^1.1.1",
"pbf": "^3.2.1",
"react": "^17.0.1",
"react-countup": "^4.3.3",
"react-dom": "^17.0.1",
"react-map-gl": "7.0.19",
"react-map-gl-geocoder": "2.1.6",
"react-markdown": "^5.0.3",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-scripts": "5.0.1",
"react-table": "^7.7.0",
"react-waypoint": "^10.1.0",
"recharts": "^1.8.5",
"redux": "^4.0.5",
"shapefile": "^0.6.6",
"simple-statistics": "^7.7.3",
"styled-components": "^5.2.1",
"use-react-screenshot": "^4.0.0",
"web-vitals": "^0.2.4",
"webfontloader": "^1.6.28"
},
"scripts": {
"start": "react-scripts start",
"build": "yarn build:data && react-scripts build",
"build:data": "node lib/buildPublicData",
"netlify-build": "node lib/buildPublicData && react-scripts build",
"analyze": "source-map-explorer 'build/static/js/*.js'",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-transform-private-property-in-object": "^7.24.7",
"node-fetch": "2",
"papaparse": "^5.3.2",
"shp-write": "^0.3.2",
"worker-loader": "^3.0.6"
}
}