-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
162 lines (162 loc) · 4.95 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
{
"name": "ceeds",
"private": true,
"version": "0.0.0",
"type": "module",
"engines": {
"node": "20.11.0"
},
"scripts": {
"dev": "vite",
"lint": "eslint src --ext .ts --fix",
"build": "tsc && cross-env NODE_OPTIONS=--max-old-space-size=8192 vite build",
"postinstall": "patch-package",
"serve-heroku": "vite --host 0.0.0.0 --port $PORT preview",
"preview": "vite preview"
},
"dependencies": {
"@babel/plugin-transform-runtime": "^7.22.7",
"@babel/types": "^7.22.5",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@hookform/resolvers": "^3.0.0",
"@mapbox/point-geometry": "^0.1.0",
"@mapbox/togeojson": "^0.16.2",
"@mapbox/vector-tile": "^1.3.1",
"@mui/icons-material": "^5.15.13",
"@mui/material": "^5.14.11",
"@mui/x-date-pickers": "^6.15.0",
"@tailwindcss/forms": "^0.5.3",
"@terraformer/arcgis": "^2.1.2",
"@testing-library/react": "^14.0.0",
"@turf/turf": "^6.5.0",
"@types/proj4": "^2.5.5",
"autoprefixer": "^10.4.14",
"axios": "^1.3.4",
"basic-auth": "^2.0.1",
"cesium": "^1.108.0",
"chokidar": "^3.4.3",
"chroma": "^0.0.1",
"chroma-js": "^2.4.2",
"classnames": "^2.3.2",
"d3": "^7.8.5",
"date-fns": "^2.29.3",
"dayjs": "^1.11.10",
"dom-to-image-more": "^3.3.0",
"esri-leaflet": "^3.0.11",
"flatgeobuf": "^3.31.1",
"fs-js": "^1.0.6",
"geoblaze": "^1.2.0",
"georaster": "^1.6.0",
"georaster-layer-for-leaflet": "^3.10.0",
"geotiff": "^2.1.3",
"geotiff-stats": "^0.1.0",
"glob-parent": "^6.0.1",
"haversine": "^1.1.1",
"html-react-parser": "^4.2.0",
"html2canvas": "^1.4.1",
"http-proxy-middleware": "^2.0.6",
"isomorphic-fetch": "^3.0.0",
"jquery": "^3.6.4",
"js-cookie": "^3.0.5",
"json-formatter-js": "^2.5.10",
"jstat": "^1.9.6",
"jszip": "^3.10.1",
"jwt-decode": "^3.1.2",
"leaflet": "^1.9.3",
"leaflet-image": "^0.4.0",
"leaflet.wms": "^0.2.0",
"mapbox-gl": "^2.15.0",
"mui-color-input": "^2.0.3",
"openai": "^4.24.1",
"papaparse": "^5.4.1",
"patch-package": "^8.0.0",
"phosphor-react": "^1.4.1",
"plotly.js": "^2.24.3",
"postcss": "^8.4.23",
"process": "^0.11.10",
"proj4": "^2.11.0",
"qs": "^6.11.1",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-chartjs-2": "^5.2.0",
"react-datepicker": "^4.18.0",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.6",
"react-hook-form": "^7.43.7",
"react-is": "^18.2.0",
"react-joyride": "^2.8.1",
"react-katex": "^3.0.1",
"react-leaflet": "^4.2.1",
"react-leaflet-draw": "^0.20.4",
"react-markdown": "^8.0.7",
"react-plotly.js": "^2.6.0",
"react-router-dom": "^6.9.0",
"react-select": "^5.7.5",
"react-svg": "^16.1.12",
"react-transition-group": "^4.4.5",
"rehype-katex": "^6.0.3",
"remark-breaks": "^3.0.3",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"resium": "^1.17.1",
"shapefile": "^0.6.6",
"styled-components": "^5.3.9",
"tailwindcss": "^3.3.2",
"vite-plugin-environment": "^1.1.3"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.22.5",
"@babel/preset-env": "^7.22.7",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@iconify/react": "^4.1.0",
"@rocketseat/eslint-config": "^1.2.0",
"@types/basic-auth": "^1.1.3",
"@types/cesium": "^1.59.2",
"@types/chroma-js": "^2.4.0",
"@types/d3": "^7.4.0",
"@types/dom-to-image": "^2.6.7",
"@types/esri-leaflet": "^3.0.3",
"@types/js-cookie": "^3.0.3",
"@types/leaflet": "^1.9.3",
"@types/leaflet-draw": "^1.0.11",
"@types/leaflet.vectorgrid": "^1.3.1",
"@types/node": "^18.15.5",
"@types/papaparse": "^5.3.14",
"@types/react": "^18.0.28",
"@types/react-datepicker": "^4.15.0",
"@types/react-dom": "^18.0.11",
"@types/react-plotly.js": "^2.6.0",
"@types/react-transition-group": "^4.4.6",
"@types/shapefile": "^0.6.4",
"@types/shpjs": "^3.4.6",
"@types/styled-components": "^5.1.26",
"@vitejs/plugin-react": "^3.1.0",
"babel-jest": "^29.6.0",
"babel-plugin-transform-import-meta": "^2.2.0",
"babel-preset-vite": "^1.1.0",
"buffer": "^6.0.3",
"cross-env": "^7.0.3",
"dotenv": "^16.3.1",
"eslint": "^8.36.0",
"identity-obj-proxy": "^3.0.0",
"json-loader": "^0.5.7",
"react-test-renderer": "^18.2.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.3",
"vite": "^4.3.2",
"vite-plugin-cesium": "^1.2.22",
"vite-plugin-dynamic-import": "^1.5.0",
"vite-plugin-mkcert": "^1.15.0"
},
"overrides": {
"glob-parent": "$glob-parent"
}
}