feat(frontend): add data export page

This commit is contained in:
Sam 2023-03-15 16:30:27 +01:00
parent 1344099d14
commit 419a3831ee
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
5 changed files with 120 additions and 0 deletions

View file

@ -17,6 +17,7 @@
"@sveltejs/kit": "^1.5.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@types/luxon": "^3.2.0",
"@types/marked": "^4.0.8",
"@types/sanitize-html": "^2.8.1",
"@typescript-eslint/eslint-plugin": "^5.45.0",
@ -42,6 +43,7 @@
"base64-arraybuffer": "^1.0.2",
"bootstrap": "5.3.0-alpha1",
"bootstrap-icons": "^1.10.3",
"luxon": "^3.3.0",
"marked": "^4.2.12",
"sanitize-html": "^2.10.0",
"sveltestrap": "^5.10.0"