-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 744 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 744 Bytes
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
{
"name": "ddds-visualization-tool",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"@tanstack/react-query": "^5.90.12",
"@turf/turf": "^7.3.0",
"clsx": "^2.1.1",
"framer-motion": "^12.23.26",
"lucide-react": "^0.556.0",
"maplibre-gl": "^5.13.0",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"recharts": "^3.5.0",
"zustand": "^5.0.8"
},
"devDependencies": {
"@types/geojson": "^7946.0.16",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.1",
"typescript": "^5.9.3",
"vite": "^7.2.4"
}
}