fix: Properly organize dependencies

This commit is contained in:
April Hall 2025-02-22 23:38:41 -05:00
parent 8b61368b44
commit f4fda50135
Signed by: arithefirst
GPG Key ID: 4508A15C4DB91C5B
2 changed files with 12 additions and 12 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -22,47 +22,47 @@
"@eslint/js": "^9.18.0", "@eslint/js": "^9.18.0",
"@sveltejs/kit": "^2.16.0", "@sveltejs/kit": "^2.16.0",
"@sveltejs/vite-plugin-svelte": "^5.0.0", "@sveltejs/vite-plugin-svelte": "^5.0.0",
"@tailwindcss/typography": "^0.5.16",
"@types/markdown-it": "^14.1.2", "@types/markdown-it": "^14.1.2",
"autoprefixer": "^10.4.20",
"bits-ui": "0.22.0",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"eslint": "^9.18.0", "eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1", "eslint-config-prettier": "^10.0.1",
"eslint-plugin-svelte": "^2.46.1", "eslint-plugin-svelte": "^2.46.1",
"globals": "^15.14.0", "globals": "^15.14.0",
"markdown-it": "^14.1.0",
"prettier": "^3.4.2", "prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.3", "prettier-plugin-svelte": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.11", "prettier-plugin-tailwindcss": "^0.6.11",
"svelte": "^5.0.0", "svelte": "^5.0.0",
"svelte-check": "^4.0.0", "svelte-check": "^4.0.0",
"sveltekit-superforms": "^2.23.1",
"tailwind-merge": "^3.0.1",
"tailwind-variants": "^0.3.1",
"tailwindcss": "^3.4.17",
"typescript": "^5.0.0", "typescript": "^5.0.0",
"typescript-eslint": "^8.20.0", "typescript-eslint": "^8.20.0"
"vite": "^6.0.0",
"zod": "^3.24.1"
}, },
"dependencies": { "dependencies": {
"autoprefixer": "^10.4.20",
"@sveltejs/adapter-node": "^5.2.12", "@sveltejs/adapter-node": "^5.2.12",
"@tailwindcss/typography": "^0.5.16",
"@types/better-sqlite3": "^7.6.12", "@types/better-sqlite3": "^7.6.12",
"@types/express": "^5.0.0", "@types/express": "^5.0.0",
"@types/minio": "^7.1.1", "@types/minio": "^7.1.1",
"better-auth": "^1.1.16", "better-auth": "^1.1.16",
"better-sqlite3": "^11.8.1", "better-sqlite3": "^11.8.1",
"bits-ui": "0.22.0",
"cassandra-driver": "^4.7.2", "cassandra-driver": "^4.7.2",
"express": "^4.21.2", "express": "^4.21.2",
"lucide-svelte": "^0.474.0", "lucide-svelte": "^0.474.0",
"markdown-it": "^14.1.0",
"markdown-it-highlightjs": "^4.2.0", "markdown-it-highlightjs": "^4.2.0",
"minio": "^8.0.4", "minio": "^8.0.4",
"mode-watcher": "^0.5.1", "mode-watcher": "^0.5.1",
"socket.io": "^4.8.1", "socket.io": "^4.8.1",
"socket.io-client": "^4.8.1", "socket.io-client": "^4.8.1",
"svelte-radix": "^2.0.1", "svelte-radix": "^2.0.1",
"sveltekit-superforms": "^2.23.1",
"tailwindcss": "^3.4.17",
"tailwind-merge": "^3.0.1",
"tailwind-variants": "^0.3.1",
"tsm": "^2.3.0", "tsm": "^2.3.0",
"uuid": "^11.0.4" "uuid": "^11.0.4",
"vite": "^6.0.0",
"zod": "^3.24.1"
} }
} }