Files
nocap-WYA/package.json
2025-11-03 09:06:09 -08:00

25 lines
510 B
JSON

{
"name": "nocap-wya",
"version": "1.1.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"mapbox-gl": "^2.15.0",
"react-map-gl": "^7.1.0",
"zustand": "^4.0.0",
"framer-motion": "^10.0.0",
"lucide-react": "^0.263.0",
"date-fns": "^2.30.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.0.0",
"tailwindcss": "^3.3.0",
"vite": "^4.0.0"
}
}