-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.88 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.88 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
{
"name": "plot-maps",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "npm run cesium:copy && next dev",
"dev:clean": "node -e \"require('fs').rmSync('.next',{recursive:true,force:true})\" && npm run cesium:copy && next dev",
"build": "npm run cesium:copy && next build",
"start": "next start",
"lint": "next lint",
"cesium:copy": "node scripts/copy-cesium-assets.mjs"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.81.0",
"@google/genai": "^2.8.0",
"@googlemaps/markerclusterer": "^2.6.2",
"@mkkellogg/gaussian-splats-3d": "^0.4.7",
"@rive-app/react-canvas": "^4.29.0",
"@supabase/ssr": "^0.10.0",
"@supabase/supabase-js": "^2.101.0",
"@twilio/voice-sdk": "^2.18.1",
"@vercel/analytics": "^2.0.1",
"@vis.gl/react-google-maps": "^1.8.1",
"cesium": "^1.141.0",
"clsx": "^2.1.1",
"d3-geo": "^3.1.1",
"d3-selection": "^3.0.0",
"framer-motion": "^12.38.0",
"geist": "^1.7.0",
"gsap": "^3.15.0",
"leaflet": "^1.9.4",
"next": "14.2.35",
"next-themes": "^0.4.6",
"posthog-js": "^1.366.2",
"proj4": "^2.20.8",
"qrcode.react": "^4.2.0",
"react": "^18",
"react-dom": "^18",
"react-leaflet": "^4.2.1",
"recharts": "^3.8.1",
"resend": "^6.10.0",
"resium": "^1.21.1",
"shapefile": "^0.6.6",
"stripe": "^22.0.0",
"suncalc": "^1.9.0",
"three": "^0.184.0",
"topojson-client": "^3.1.0",
"twilio": "^5.13.1"
},
"devDependencies": {
"@types/d3-geo": "^3.1.0",
"@types/leaflet": "^1.9.21",
"@types/node": "^20",
"@types/proj4": "^2.5.6",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/suncalc": "^1.9.2",
"@types/three": "^0.184.1",
"@types/topojson-client": "^3.1.5",
"eslint": "^8",
"eslint-config-next": "14.2.35",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}