feat: new dropdown, friendship stuffz, passwords :3c

Co-authored-by: Evan Song <ferothefox@users.noreply.github.com>
This commit is contained in:
not-nullptr 2024-03-18 02:15:05 +00:00
parent 23c20112c9
commit 7e49d2dc92
27 changed files with 878 additions and 153 deletions

View file

@ -18,6 +18,7 @@
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@tailwindcss/typography": "^0.5.10",
"@types/bcrypt": "^5.0.2",
"@types/cookie": "^0.6.0",
"@types/jsonwebtoken": "^9.0.6",
"@types/prismjs": "^1.26.3",
@ -37,6 +38,7 @@
"sharp": "^0.33.2",
"svelte": "^4.2.7",
"svelte-check": "^3.6.0",
"sveltekit-rate-limiter": "^0.5.0",
"svgo": "^3.2.0",
"tailwindcss": "^3.3.6",
"tslib": "^2.4.1",
@ -51,6 +53,7 @@
"@benzara/svelte-animated-counter": "^0.0.3",
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/enhanced-img": "^0.1.8",
"bcrypt": "^5.1.1",
"better-sqlite3": "^9.4.3",
"carbon-components-svelte": "^0.84.0",
"cookie": "^0.6.0",