You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
704 B

{
"name": "remap",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --mode production",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@headlessui/react": "^1.7.7",
"@heroicons/react": "^2.0.13",
"@tailwindcss/forms": "^0.5.3",
"maplibre-gl": "^4.7.1",
"pmtiles": "^4.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-map-gl": "^7.1.9"
},
"devDependencies": {
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^6.0.1",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.20",
"tailwindcss": "^3.2.4",
"vite": "^8.0.8"
}
}