forked from jo-chemla/terrain-viewer
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.49 KB
/
Copy pathpackage.json
File metadata and controls
86 lines (86 loc) · 2.49 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
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
{
"name": "terrain-visualization-modes",
"version": "0.1.0",
"author": "jochemla",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"zip": "del dist.zip && vite build && \"C:\\Program Files\\7-Zip\\7z.exe\" a dist.zip dist",
"preview": "vite preview",
"shadcn:add": "shadcn add -b base"
},
"packageManager": "pnpm@10.20.0",
"dependencies": {
"@base-ui/react": "^1.6.0",
"@geomatico/maplibre-cog-protocol": "^0.8.0",
"@loaders.gl/core": "^4.3.4",
"@loaders.gl/geopackage": "^4.3.4",
"@loaders.gl/wms": "^4.3.4",
"@mapbox/vector-tile": "2.0.4",
"@maplibre/maplibre-gl-geocoder": "1.9.4",
"@remix-run/react": "2.17.5",
"@tailwindcss/vite": "^4.1.17",
"@tanstack/devtools-vite": "^0.3.11",
"@tanstack/react-devtools": "^0.8.1",
"@tmcw/togeojson": "^7.1.2",
"@turf/bbox": "^7.3.4",
"@turf/truncate": "^7.3.4",
"@turf/turf": "^7.3.4",
"@vitejs/plugin-react": "^5.1.0",
"chroma-js": "^3.2.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"fflate": "^0.8.3",
"file-saver": "2.0.5",
"geogrid-maplibre-gl": "^0.2.4",
"geotiff": "^2.x",
"jiti": "2.7.0",
"jotai": "2.20.2",
"lightningcss": "1.33.0",
"lucide-react": "^0.454.0",
"maplibre-contour": "0.1.0",
"maplibre-gl": "^5.24.0",
"mediabunny": "^1.34.4",
"modern-screenshot": "4.7.0",
"nuqs": "^2.8.8",
"pbf": "4.0.1",
"proj4": "^2.20.2",
"react": "^18.3.1",
"react-colorful": "^5.8.0",
"react-day-picker": "^10.0.1",
"react-dom": "^18.3.1",
"react-icons": "^5.5.0",
"react-map-gl": "^8.x",
"react-syntax-highlighter": "^16.1.0",
"tailwind-merge": "^2.5.5",
"terra-draw": "^1.24.2",
"terra-draw-maplibre-gl-adapter": "^1.3.0",
"terser": "5.49.0",
"tinycolor2": "^1.6.0",
"tsx": "4.23.1",
"tw-animate-css": "^1.4.0",
"tz-lookup": "^6.1.25",
"uuid": "^13.0.0",
"vite": "^7.3.6",
"vite-plugin-node-polyfills": "^0.25.0",
"vt-pbf": "^3.1.3",
"wkx": "^0.5.0",
"yaml": "2.9.0"
},
"devDependencies": {
"@types/chroma-js": "^3.1.2",
"@types/file-saver": "2.0.5",
"@types/node": "^22",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/tinycolor2": "^1.4.6",
"@types/tz-lookup": "^6.1.2",
"@types/vt-pbf": "^3.1.1",
"knip": "^6.29.0",
"react-scan": "^0.5.7",
"tailwindcss": "^4.1.17",
"typescript": "^5"
}
}