Feature: QR-Druck, Monatsprotokoll PDF, Pricing-Sektion
This commit is contained in:
parent
984f3c9162
commit
c5a640911c
6 changed files with 808 additions and 70 deletions
|
|
@ -16,6 +16,7 @@
|
|||
"@sveltejs/adapter-node": "^5.5.4",
|
||||
"@sveltejs/kit": "^2.57.0",
|
||||
"@sveltejs/vite-plugin-svelte": "^7.0.0",
|
||||
"@types/qrcode": "^1.5.6",
|
||||
"svelte": "^5.55.2",
|
||||
"svelte-check": "^4.4.6",
|
||||
"typescript": "^6.0.2",
|
||||
|
|
@ -23,6 +24,7 @@
|
|||
"vite-plugin-pwa": "^1.3.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"pocketbase": "^0.26.9"
|
||||
"pocketbase": "^0.26.9",
|
||||
"qrcode": "^1.5.4"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue