forked from jo-chemla/terrain-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
97 lines (97 loc) · 2.93 KB
/
package.json
File metadata and controls
97 lines (97 loc) · 2.93 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
87
88
89
90
91
92
93
94
95
96
97
{
"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",
"build_next": "next build",
"dev_next": "next dev",
"lint_next": "next lint",
"start_next": "next start"
},
"dependencies": {
"@babel/core": "latest",
"@babel/template": "latest",
"@geomatico/maplibre-cog-protocol": "^0.8.0",
"@loaders.gl/core": "^4.3.4",
"@loaders.gl/geopackage": "^4.3.4",
"@maplibre/maplibre-gl-geocoder": "latest",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-radio-group": "^1.3.8",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toggle": "^1.1.10",
"@radix-ui/react-toggle-group": "^1.1.11",
"@radix-ui/react-tooltip": "^1.2.8",
"@remix-run/react": "latest",
"@tailwindcss/vite": "^4.1.17",
"@tanstack/devtools-vite": "^0.3.11",
"@tanstack/react-devtools": "^0.8.1",
"@tanstack/react-router": "latest",
"@tmcw/togeojson": "^7.1.2",
"@turf/bbox": "^7.3.4",
"@turf/truncate": "^7.3.4",
"@turf/turf": "^7.3.4",
"@vitejs/plugin-react": "latest",
"chroma-js": "^3.2.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"file-saver": "latest",
"geogrid-maplibre-gl": "^0.2.4",
"geotiff": "latest",
"jiti": "latest",
"jotai": "latest",
"less": "latest",
"lightningcss": "latest",
"lucide-react": "^0.454.0",
"maplibre-contour": "latest",
"maplibre-gl": "latest",
"mediabunny": "^1.34.4",
"modern-screenshot": "latest",
"next": "16.0.1",
"nuqs": "latest",
"proj4": "^2.20.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.5.0",
"react-map-gl": "latest",
"react-router": "latest",
"react-router-dom": "latest",
"react-syntax-highlighter": "^16.1.0",
"sass": "latest",
"sass-embedded": "latest",
"stylus": "latest",
"sugarss": "latest",
"tailwind-merge": "^2.5.5",
"terra-draw": "^1.24.2",
"terra-draw-maplibre-gl-adapter": "^1.3.0",
"terser": "latest",
"tinycolor2": "^1.6.0",
"tsx": "latest",
"uuid": "^13.0.0",
"vite": "latest",
"vite-plugin-node-polyfills": "^0.25.0",
"wkx": "^0.5.0",
"yaml": "latest"
},
"devDependencies": {
"@types/chroma-js": "^3.1.2",
"@types/file-saver": "latest",
"@types/node": "^22",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"tailwindcss": "^4.1.17",
"typescript": "^5"
}
}