-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
107 lines (107 loc) · 3.33 KB
/
Copy pathpackage.json
File metadata and controls
107 lines (107 loc) · 3.33 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
98
99
100
101
102
103
104
105
106
107
{
"name": "adaptive-space-time-cube",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "NEXT_DISABLE_TURBOPACK=1 next build",
"start": "next start",
"lint": "eslint",
"typecheck": "tsc --noEmit",
"test": "vitest",
"postinstall": "patch-package && mkdir -p node_modules/duckdb/lib/binding/3 && ln -sf ../duckdb.node node_modules/duckdb/lib/binding/3/duckdb.node"
},
"dependencies": {
"@deck.gl/aggregation-layers": "^9.3.4",
"@deck.gl/mapbox": "^9.3.4",
"@loaders.gl/arrow": "^4.4.3",
"@loaders.gl/core": "^4.4.3",
"@math.gl/web-mercator": "^4.1.0",
"@radix-ui/react-alert-dialog": "^1.1.17",
"@radix-ui/react-dialog": "^1.1.17",
"@radix-ui/react-popover": "^1.1.17",
"@radix-ui/react-scroll-area": "^1.2.12",
"@radix-ui/react-select": "^2.3.1",
"@radix-ui/react-slider": "^1.4.1",
"@radix-ui/react-switch": "^1.3.1",
"@radix-ui/react-tabs": "^1.1.15",
"@radix-ui/react-tooltip": "^1.2.10",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.6.1",
"@tanstack/react-query": "^5.101.0",
"@types/d3-brush": "^3.0.6",
"@types/d3-selection": "^3.0.11",
"@types/d3-zoom": "^3.0.8",
"@types/geojson": "^7946.0.16",
"@types/three": "^0.182.0",
"@visx/axis": "^3.12.0",
"@visx/brush": "^3.12.0",
"@visx/curve": "^3.12.0",
"@visx/event": "^3.12.0",
"@visx/gradient": "^3.12.0",
"@visx/group": "^3.12.0",
"@visx/responsive": "^3.12.0",
"@visx/scale": "^3.12.0",
"@visx/shape": "^3.12.0",
"apache-arrow": "^21.1.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"d3-array": "^3.2.4",
"d3-brush": "^3.0.0",
"d3-scale": "^4.0.2",
"d3-selection": "^3.0.0",
"d3-time": "^3.1.0",
"d3-zoom": "^3.0.0",
"date-fns": "^4.4.0",
"deck.gl": "^9.3.4",
"density-clustering": "^1.3.0",
"driver.js": "^1.4.0",
"duckdb": "^1.4.4",
"leaflet": "^1.9.4",
"leaflet-draw": "^1.0.4",
"leaflet.fullscreen": "^5.3.1",
"leaflet.markercluster": "^1.5.3",
"lodash.debounce": "^4.0.8",
"lucide-react": "^0.563.0",
"maplibre-gl": "^5.24.0",
"next": "16.2.9",
"next-themes": "^0.4.6",
"radix-ui": "^1.6.0",
"react": "19.2.7",
"react-day-picker": "^9.14.0",
"react-dom": "19.2.7",
"react-leaflet": "^5.0.0",
"react-leaflet-markercluster": "5.0.0-rc.0",
"react-map-gl": "^8.1.1",
"react-resizable-panels": "^4.11.2",
"sonner": "^2.0.7",
"tailwind-merge": "^3.6.0",
"three": "^0.182.0",
"zustand": "^5.0.14"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.1",
"@types/d3-array": "^3.2.2",
"@types/d3-scale": "^4.0.9",
"@types/d3-time": "^3.0.4",
"@types/density-clustering": "^1.3.3",
"@types/leaflet": "^1.9.21",
"@types/leaflet-draw": "^1.0.13",
"@types/leaflet.markercluster": "^1.5.6",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^20.19.43",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@types/react-test-renderer": "^19.1.0",
"eslint": "^9.39.4",
"eslint-config-next": "16.2.9",
"jsdom": "^28.1.0",
"patch-package": "^8.0.1",
"react-test-renderer": "19.2.7",
"tailwindcss": "^4.3.1",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"vitest": "^4.1.9"
}
}