Advanced Authentication

This commit is contained in:
Mawoka
2022-12-18 18:31:06 +01:00
parent bb848adca8
commit 2e159af134
29 changed files with 3315 additions and 1620 deletions
+8 -5
View File
@@ -26,14 +26,16 @@
"@fontsource/marck-script": "^4.5.11",
"@sentry/browser": "^7.23.0",
"@sentry/tracing": "^7.23.0",
"@sveltejs/adapter-auto": "next",
"@simplewebauthn/browser": "^6.2.2",
"@sveltejs/adapter-auto": "^1.0.0",
"@sveltejs/adapter-node": "^1.0.0-next.101",
"@sveltejs/kit": "next",
"@sveltejs/kit": "^1.0.1",
"@tailwindcss/typography": "^0.5.8",
"@types/canvas-confetti": "^1.6.0",
"@types/cookie": "^0.5.1",
"@types/js-cookie": "^3.0.2",
"@types/luxon": "^2.4.0",
"@types/qrcode": "^1.5.0",
"@types/ua-parser-js": "^0.7.36",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
@@ -69,11 +71,12 @@
"postcss-load-config": "^4.0.1",
"prettier": "^2.8.0",
"prettier-plugin-svelte": "^2.8.1",
"qrcode": "^1.5.1",
"sass": "^1.56.1",
"socket.io-client": "^4.5.4",
"svelte": "^3.53.1",
"svelte-check": "^2.10.0",
"svelte-preprocess": "^4.10.7",
"svelte-preprocess": "^5.0.0",
"svelte-range-slider-pips": "^2.1.0",
"svelte-tippy": "^1.3.2",
"swiper": "^8.4.5",
@@ -82,8 +85,8 @@
"tslib": "^2.4.1",
"typescript": "~4.7.4",
"ua-parser-js": "^1.0.32",
"vite": "^3.2.4",
"vite-plugin-iso-import": "^0.1.3",
"vite": "^4.0.1",
"vite-plugin-iso-import": "^1.0.0",
"yup": "^0.32.11"
},
"type": "module",