{ "name": "my-vue-app", "version": "0.0.0", "private": true, "scripts": { "build": "vue-tsc -b && vite build", "dev": "vite", "preview": "vite preview" }, "dependencies": { "@googlemaps/js-api-loader": "^1.16.8", "@types/geojson": "^7946.0.15", "@vuepic/vue-datepicker": "^10.0.0", "leaflet": "^1.9.4", "mapbox-gl": "^3.9.2", "maplibre-gl": "^4.7.1", "my-vue-app": "file:", "ol": "^10.3.1", "register-service-worker": "^1.7.2", "three": "^0.172.0", "vue": "^3.4.37", "vue-daisyui-theme-manager": "^0.0.29", "vue-router": "^4.5.0" }, "devDependencies": { "@types/leaflet": "^1.9.15", "@types/three": "^0.171.0", "@vitejs/plugin-vue": "^5.1.2", "@vue/cli-plugin-pwa": "~5.0.0", "daisyui": "^4.12.10", "tailwindcss": "^3.4.11", "typescript": "^5.5.3", "vite": "^5.4.1", "vue-tsc": "^2.0.29" }, "type": "module" }