{ "name": "website", "version": "0.0.1", "private": true, "scripts": { "dev": "vite dev", "build": "vite build", "postbuild": "npx tsx src/lib/sitemap.ts", "preview": "vite preview", "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", "lint": "prettier --check . && eslint .", "format": "prettier --write ." }, "devDependencies": { "@sveltejs/adapter-auto": "^3.2.2", "@sveltejs/adapter-static": "^3.0.2", "@sveltejs/enhanced-img": "^0.3.0", "@sveltejs/kit": "^2.5.17", "@sveltejs/vite-plugin-svelte": "^3.1.1", "@types/eslint": "^8.56.10", "@types/events": "^3.0.3", "@types/mapbox__mapbox-gl-geocoder": "^5.0.0", "@types/mapbox-gl": "^3.1.0", "@types/node": "^20.14.6", "@types/sanitize-html": "^2.11.0", "@types/sortablejs": "^1.15.8", "@typescript-eslint/eslint-plugin": "^7.13.1", "@typescript-eslint/parser": "^7.13.1", "autoprefixer": "^10.4.19", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-svelte": "^2.40.0", "events": "^3.3.0", "glob": "^10.4.3", "mdsvex": "^0.11.2", "postcss": "^8.4.38", "prettier": "^3.3.2", "prettier-plugin-svelte": "^3.2.4", "svelte": "^4.2.18", "svelte-check": "^3.8.1", "tailwindcss": "^3.4.4", "tslib": "^2.6.3", "tsx": "^4.15.7", "typescript": "^5.4.5", "vite": "^5.3.1" }, "type": "module", "dependencies": { "@internationalized/date": "^3.5.4", "@mapbox/mapbox-gl-geocoder": "^5.0.2", "@mapbox/sphericalmercator": "^1.2.0", "@types/mapbox__sphericalmercator": "^1.2.3", "bits-ui": "^0.21.12", "chart.js": "^4.4.3", "chartjs-plugin-zoom": "^2.0.1", "clsx": "^2.1.1", "dexie": "^4.0.7", "gpx": "file:../gpx", "immer": "^10.1.1", "lucide-static": "^0.427.0", "lucide-svelte": "^0.427.0", "mapbox-gl": "^3.4.0", "mapillary-js": "^4.1.2", "mode-watcher": "^0.3.1", "sanitize-html": "^2.13.0", "sortablejs": "^1.15.2", "svelte-i18n": "^4.0.0", "svelte-sonner": "^0.3.24", "tailwind-merge": "^2.3.0", "tailwind-variants": "^0.2.1" } }