Files
wanderer/web/package.json
dependabot[bot] d74f43ddc6 Bump vitest from 1.6.0 to 1.6.1 in /web (#783)
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.6.1/packages/vitest)

---
updated-dependencies:
- dependency-name: vitest
  dependency-version: 1.6.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-06 19:44:14 +01:00

84 lines
2.5 KiB
JSON

{
"name": "wanderer",
"version": "0.18.4",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite 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.1",
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.50.2",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@types/canvas-confetti": "^1.9.0",
"@types/node": "^20.11.25",
"postcss": "^8.4.33",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"tailwindcss": "^4.0.0",
"tslib": "^2.4.1",
"typescript": "^5.5.0",
"vite": "^5.4.21"
},
"type": "module",
"dependencies": {
"@felte/validator-zod": "^1.0.18",
"@fortawesome/fontawesome-free": "^7.1.0",
"@sveltejs/adapter-node": "^4.0.1",
"@tailwindcss/typography": "^0.5.15",
"@tailwindcss/vite": "^4.0.0",
"@threlte/core": "^8.0.0-next.41",
"@threlte/extras": "^9.0.0-next.55",
"@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.1.0",
"@turf/distance": "^7.1.0",
"@types/chart.js": "^2.9.41",
"@types/three": "^0.161.2",
"@types/xmldom": "^0.1.34",
"activitypub-types": "^1.1.0",
"autoprefixer": "^10.4.17",
"canvas-confetti": "^1.9.3",
"canvg": "^4.0.3",
"chart.js": "^4.4.6",
"chartjs-plugin-crosshair": "^2.0.0",
"chartjs-plugin-zoom": "^2.1.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.1",
"jspdf": "^4.1.0",
"jszip": "^3.10.1",
"maplibre-gl": "^4.7.1",
"marked": "^16.2.0",
"meilisearch": "^0.37.0",
"ngeohash": "^0.6.3",
"nouislider": "^15.7.1",
"pdfkit": "^0.15.0",
"photoswipe": "^5.4.3",
"pocketbase": "^0.25.1",
"qrcode": "^1.4.4",
"svelte-i18n": "^4.0.0",
"three": "^0.161.0",
"vitest": "^1.6.1",
"xmldom": "^0.6.0",
"zod": "^3.24.1"
}
}