start user page

This commit is contained in:
Sam 2023-03-11 01:36:30 +01:00
parent 90205a1243
commit 27cec4e77e
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
17 changed files with 401 additions and 82 deletions

View file

@ -16,6 +16,8 @@
"@sveltejs/kit": "^1.5.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@types/marked": "^4.0.8",
"@types/sanitize-html": "^2.8.1",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"autoprefixer": "^10.4.13",
@ -34,7 +36,11 @@
},
"type": "module",
"dependencies": {
"@steeze-ui/heroicons": "^2.2.2",
"@steeze-ui/svelte-icon": "^1.3.2"
"@popperjs/core": "^2.11.6",
"bootstrap": "5.3.0-alpha1",
"bootstrap-icons": "^1.10.3",
"marked": "^4.2.12",
"sanitize-html": "^2.10.0",
"sveltestrap": "^5.10.0"
}
}