Files
gpx.studio/website/package.json

61 lines
2.0 KiB
JSON
Raw Normal View History

2024-04-03 16:13:42 +02:00
{
2024-04-05 17:53:42 +02:00
"name": "website",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"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.0.0",
2024-04-20 15:43:44 +02:00
"@sveltejs/adapter-static": "^3.0.1",
2024-04-05 17:53:42 +02:00
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@types/eslint": "^8.56.0",
2024-04-08 14:45:52 +02:00
"@types/events": "^3.0.3",
2024-04-19 17:06:36 +02:00
"@types/mapbox__mapbox-gl-geocoder": "^5.0.0",
"@types/mapbox-gl": "^3.1.0",
2024-04-08 14:45:52 +02:00
"@types/node": "^20.12.5",
2024-04-19 17:06:36 +02:00
"@types/sortablejs": "^1.15.8",
2024-04-05 17:53:42 +02:00
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.35.1",
2024-04-08 14:45:52 +02:00
"events": "^3.3.0",
2024-04-05 17:53:42 +02:00
"postcss": "^8.4.38",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",
"svelte": "^4.2.7",
"svelte-check": "^3.6.0",
"tailwindcss": "^3.4.3",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^5.0.3"
},
"type": "module",
"dependencies": {
2024-04-10 14:54:35 +02:00
"@mapbox/mapbox-gl-geocoder": "^5.0.2",
2024-04-29 17:03:23 +02:00
"bits-ui": "^0.21.5",
2024-04-20 23:17:11 +02:00
"chart.js": "^4.4.2",
2024-04-08 17:12:39 +02:00
"clsx": "^2.1.0",
2024-05-02 19:51:08 +02:00
"dexie": "^4.0.4",
2024-04-05 17:53:42 +02:00
"gpx": "file:../gpx",
2024-05-07 18:14:47 +02:00
"immer": "^10.1.1",
2024-04-08 17:12:39 +02:00
"lucide-svelte": "^0.365.0",
2024-06-07 13:19:28 +02:00
"mapbox-gl": "^3.4.0",
2024-04-27 11:16:59 +02:00
"mode-watcher": "^0.3.0",
2024-04-19 17:06:36 +02:00
"sortablejs": "^1.15.2",
2024-04-24 16:12:50 +02:00
"svelte-i18n": "^4.0.0",
2024-04-27 11:16:59 +02:00
"svelte-sonner": "^0.3.22",
2024-04-08 17:12:39 +02:00
"tailwind-merge": "^2.2.2",
"tailwind-variants": "^0.2.1"
2024-04-05 17:53:42 +02:00
}
2024-04-03 16:13:42 +02:00
}