added pwa plugin

This commit is contained in:
Felix Baumgärtner 2024-01-16 08:52:17 +01:00
parent 112c5f9b0d
commit 14d8956be9
2 changed files with 4291 additions and 4 deletions

4286
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -14,8 +14,9 @@
"@sveltejs/adapter-static": "^3.0.1", "@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.0.0", "@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0", "@sveltejs/vite-plugin-svelte": "^3.0.0",
"@tailwindcss/typography": "0.5.10",
"@tailwindcss/forms": "0.5.7", "@tailwindcss/forms": "0.5.7",
"@tailwindcss/typography": "0.5.10",
"@vite-pwa/sveltekit": "^0.3.0",
"autoprefixer": "^10.4.16", "autoprefixer": "^10.4.16",
"postcss": "^8.4.32", "postcss": "^8.4.32",
"postcss-load-config": "^5.0.2", "postcss-load-config": "^5.0.2",
@ -26,7 +27,7 @@
}, },
"type": "module", "type": "module",
"dependencies": { "dependencies": {
"nipplejs": "^0.10.1", "@floating-ui/dom": "1.5.4",
"@floating-ui/dom": "1.5.4" "nipplejs": "^0.10.1"
} }
} }