fix build dependencies (#459)

This commit is contained in:
slothful-vassal
2025-08-23 14:47:27 +02:00
committed by GitHub
parent f73a109866
commit 056805f6a2

View File

@@ -17,25 +17,23 @@
"@sveltejs/adapter-auto": "^3.0.0", "@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.5.27", "@sveltejs/kit": "^2.5.27",
"@sveltejs/vite-plugin-svelte": "^4.0.0", "@sveltejs/vite-plugin-svelte": "^4.0.0",
"@tailwindcss/typography": "^0.5.15",
"@tailwindcss/vite": "^4.0.0",
"@types/canvas-confetti": "^1.9.0", "@types/canvas-confetti": "^1.9.0",
"@types/node": "^20.11.25", "@types/node": "^20.11.25",
"autoprefixer": "^10.4.17",
"postcss": "^8.4.33", "postcss": "^8.4.33",
"svelte": "^5.0.0", "svelte": "^5.0.0",
"svelte-check": "^4.0.0", "svelte-check": "^4.0.0",
"tailwindcss": "^4.0.0", "tailwindcss": "^4.0.0",
"tslib": "^2.4.1", "tslib": "^2.4.1",
"typescript": "^5.5.0", "typescript": "^5.5.0",
"vite": "^5.4.4", "vite": "^5.4.4"
"vitest": "^1.2.0"
}, },
"type": "module", "type": "module",
"dependencies": { "dependencies": {
"@felte/validator-zod": "^1.0.18", "@felte/validator-zod": "^1.0.18",
"@fortawesome/fontawesome-free": "^6.5.1", "@fortawesome/fontawesome-free": "^6.5.1",
"@sveltejs/adapter-node": "^4.0.1", "@sveltejs/adapter-node": "^4.0.1",
"@tailwindcss/typography": "^0.5.15",
"@tailwindcss/vite": "^4.0.0",
"@threlte/core": "^8.0.0-next.41", "@threlte/core": "^8.0.0-next.41",
"@threlte/extras": "^9.0.0-next.55", "@threlte/extras": "^9.0.0-next.55",
"@tiptap/core": "^2.14.0", "@tiptap/core": "^2.14.0",
@@ -53,6 +51,7 @@
"@types/three": "^0.161.2", "@types/three": "^0.161.2",
"@types/xmldom": "^0.1.34", "@types/xmldom": "^0.1.34",
"activitypub-types": "^1.1.0", "activitypub-types": "^1.1.0",
"autoprefixer": "^10.4.17",
"canvas-confetti": "^1.9.3", "canvas-confetti": "^1.9.3",
"canvg": "^4.0.1", "canvg": "^4.0.1",
"chart.js": "^4.4.6", "chart.js": "^4.4.6",
@@ -76,6 +75,7 @@
"qrcode": "^1.4.4", "qrcode": "^1.4.4",
"svelte-i18n": "^4.0.0", "svelte-i18n": "^4.0.0",
"three": "^0.161.0", "three": "^0.161.0",
"vitest": "^1.2.0",
"xmldom": "^0.6.0", "xmldom": "^0.6.0",
"zod": "^3.24.1" "zod": "^3.24.1"
} }