mirror of
https://github.com/BradNut/TofuStack
synced 2025-09-08 17:40:26 +00:00
updated and removed unused deps
This commit is contained in:
parent
2632c9a454
commit
d9867e3362
3 changed files with 76 additions and 589 deletions
|
|
@ -2,6 +2,7 @@ version: '3.8'
|
|||
services:
|
||||
postgres:
|
||||
image: postgres:latest
|
||||
container_name: tofu_postgres
|
||||
environment:
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: postgres
|
||||
|
|
@ -12,12 +13,14 @@ services:
|
|||
- postgres_data:/data
|
||||
redis:
|
||||
image: redis:latest
|
||||
container_name: tofu_redis
|
||||
ports:
|
||||
- '6379:6379'
|
||||
volumes:
|
||||
- redis_data:/data
|
||||
minio:
|
||||
image: docker.io/bitnami/minio
|
||||
container_name: tofu_minio
|
||||
ports:
|
||||
- '9000:9000'
|
||||
- '9001:9001'
|
||||
|
|
@ -31,7 +34,7 @@ services:
|
|||
- MINIO_DEFAULT_BUCKETS=dev
|
||||
mailpit:
|
||||
image: axllent/mailpit
|
||||
container_name: mailpit
|
||||
container_name: tofu_mailpit
|
||||
volumes:
|
||||
- mailpit_data:/data
|
||||
ports:
|
||||
|
|
|
|||
10
package.json
10
package.json
|
|
@ -23,17 +23,14 @@
|
|||
"@aws-sdk/client-s3": "^3.651.0",
|
||||
"@hono/zod-validator": "^0.2.2",
|
||||
"@lucia-auth/adapter-drizzle": "^1.1.0",
|
||||
"@node-rs/argon2": "^1.8.3",
|
||||
"@paralleldrive/cuid2": "^2.2.2",
|
||||
"@playwright/test": "^1.47.0",
|
||||
"@sveltejs/adapter-auto": "^3.2.4",
|
||||
"@sveltejs/adapter-node": "^5.2.2",
|
||||
"@sveltejs/kit": "^2.5.26",
|
||||
"@sveltejs/vite-plugin-svelte": "^3.1.2",
|
||||
"@sveltejs/vite-plugin-svelte": "^4.0.0-next.7",
|
||||
"@tailwindcss/typography": "^0.5.15",
|
||||
"@types/eslint": "^9.6.1",
|
||||
"@types/node": "^22.5.4",
|
||||
"@types/pluralize": "^0.0.33",
|
||||
"@typescript-eslint/eslint-plugin": "^8.5.0",
|
||||
"@typescript-eslint/parser": "^8.5.0",
|
||||
"arctic": "^1.9.2",
|
||||
|
|
@ -43,11 +40,9 @@
|
|||
"dotenv-cli": "^7.4.2",
|
||||
"drizzle-kit": "^0.24.2",
|
||||
"drizzle-orm": "^0.33.0",
|
||||
"ejs": "^3.1.10",
|
||||
"eslint": "^9.10.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-plugin-svelte": "^2.43.0",
|
||||
"glob": "^11.0.0",
|
||||
"hono": "^4.6.1",
|
||||
"ioredis": "^5.4.1",
|
||||
"lucia": "^3.2.0",
|
||||
|
|
@ -67,8 +62,6 @@
|
|||
"sveltekit-search-params": "^3.0.0",
|
||||
"sveltekit-superforms": "^2.17.0",
|
||||
"tailwindcss": "^3.4.11",
|
||||
"tslib": "^2.7.0",
|
||||
"tsx": "^4.19.1",
|
||||
"tsyringe": "^4.8.0",
|
||||
"typescript": "^5.6.2",
|
||||
"vite": "^5.4.4",
|
||||
|
|
@ -89,7 +82,6 @@
|
|||
"rate-limit-redis": "^4.2.0",
|
||||
"redis": "^4.7.0",
|
||||
"redis-om": "^0.4.6",
|
||||
"resend": "^4.0.0",
|
||||
"svelte-sonner": "^0.3.28",
|
||||
"tailwind-merge": "^2.5.2",
|
||||
"tailwind-variants": "^0.2.1",
|
||||
|
|
|
|||
650
pnpm-lock.yaml
650
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue