Files
wanderer/web/package.json
dependabot[bot] 1718fe6754 Bump @sveltejs/kit from 2.57.1 to 2.60.1 in /web (#1010)
Bumps [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) from 2.57.1 to 2.60.1.
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/kit@2.60.1/packages/kit)

---
updated-dependencies:
- dependency-name: "@sveltejs/kit"
  dependency-version: 2.60.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Flomp <Flomp@users.noreply.github.com>
2026-05-31 16:54:04 +02:00

93 lines
2.8 KiB
JSON

{
"name": "wanderer",
"version": "0.19.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"openapi:generate": "node scripts/generate-openapi.js",
"start": "node watcher.js & node build",
"preview": "vite preview",
"test": "npm run test:integration && npm run test:unit",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"test:integration": "playwright test",
"test:unit": "vitest --passWithNoTests"
},
"devDependencies": {
"@playwright/test": "^1.58.2",
"@sveltejs/adapter-auto": "^7.0.1",
"@sveltejs/enhanced-img": "^0.10.4",
"@sveltejs/kit": "^2.60.1",
"@sveltejs/vite-plugin-svelte": "^7.0.0",
"@tailwindcss/typography": "^0.5.19",
"@types/canvas-confetti": "^1.9.0",
"@types/node": "^25.3.3",
"postcss": "^8.5.6",
"svelte": "^5.53.6",
"svelte-check": "^4.3.6",
"sveltekit-openapi-generator": "^0.1.5",
"tslib": "^2.4.1",
"typescript": "^5.9.3",
"vite": "^8.0.9"
},
"type": "module",
"dependencies": {
"@felte/validator-zod": "^1.0.18",
"@fortawesome/fontawesome-free": "^7.1.0",
"@sveltejs/adapter-node": "^5.5.2",
"@tailwindcss/vite": "^4.2.4",
"@threlte/core": "^8.5.9",
"@threlte/extras": "^9.14.6",
"@tiptap/core": "^2.14.0",
"@tiptap/extension-heading": "^2.14.0",
"@tiptap/extension-link": "^2.14.0",
"@tiptap/extension-mention": "^2.14.0",
"@tiptap/extension-placeholder": "^2.14.0",
"@tiptap/extension-underline": "^2.14.0",
"@tiptap/pm": "^2.14.0",
"@tiptap/starter-kit": "^2.14.0",
"@tiptap/suggestion": "^2.14.0",
"@turf/destination": "^7.3.3",
"@turf/distance": "^7.3.3",
"@types/chart.js": "^4.0.1",
"@types/three": "^0.183.1",
"@xmldom/xmldom": "^0.8.12",
"activitypub-types": "^1.1.0",
"autoprefixer": "^10.4.24",
"canvas-confetti": "^1.9.4",
"canvg": "^4.0.3",
"chart.js": "^4.5.1",
"chartjs-plugin-crosshair": "^2.0.0",
"chartjs-plugin-zoom": "^2.1.0",
"chokidar": "^5.0.0",
"crypto-random-string": "^5.0.0",
"felte": "^1.3.0",
"heic2any": "^0.0.4",
"instead": "^1.0.3",
"isomorphic-xml2js": "^0.1.3",
"json-diff-ts": "^4.8.2",
"jspdf": "^4.2.1",
"jszip": "^3.10.1",
"maplibre-gl": "^4.7.1",
"marked": "^17.0.4",
"meilisearch": "^0.57.0",
"ngeohash": "^0.6.3",
"nouislider": "^15.7.1",
"pdfkit": "^0.17.2",
"photoswipe": "^5.4.3",
"pocketbase": "^0.26.8",
"qrcode": "^1.4.4",
"svelte-i18n": "^4.0.0",
"tailwindcss": "^4.2.4",
"three": "^0.183.1",
"vitest": "^4.1.4",
"zod": "^3.24.1"
},
"overrides": {
"sveltekit-openapi-generator": {
"vite": "$vite"
}
}
}