-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 1.05 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
{
"name": "unreal_map_bridge",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "vite --open",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"vite": "^5.2.11"
},
"dependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@fortawesome/fontawesome-free": "^6.5.2",
"@mapbox/mapbox-gl-geocoder": "^5.0.2",
"@mapbox/mapbox-sdk": "^0.16.0",
"@mapbox/vector-tile": "^1.3.1",
"@maptiler/geocoding-control": "^1.2.4",
"@maptiler/sdk": "^2.0.3",
"@turf/turf": "^6.5.0",
"ag-grid-community": "^31.3.2",
"destyle.css": "^4.0.1",
"html2canvas": "^1.4.1",
"image-js": "^0.35.5",
"lodash": "^4.17.21",
"mapbox-gl": "^3.4.0",
"pbf": "^3.2.1",
"rollup-plugin-node-polyfills": "^0.2.1",
"set-interval-async": "^3.0.3",
"simplify-geojson": "^1.0.5",
"tiles-in-bbox": "^1.0.2",
"vite-plugin-top-level-await": "^1.4.1",
"vite-plugin-wasm": "^3.3.0"
}
}