TANNNERRRRRRRROUTTERRRRRR

This commit is contained in:
logscore
2025-10-13 21:06:27 -06:00
parent 67c1362e77
commit f52f3fcec4
88 changed files with 1290 additions and 3462 deletions

View File

@@ -4,19 +4,14 @@
"type": "module",
"private": true,
"scripts": {
"lint": "next lint",
"dev": "next dev --turbopack",
"build": "next build && bash scripts/handle-nextjs-standalone-build.sh",
"start": "bun run .next/build-start-folder/apps/web/server.js",
"docker:build": "bun run build && docker build -t nimbus-web-manual .",
"docker:run": "source .env && docker run --name nimbus-web-manual --env-file .env -p $WEB_PORT:$WEB_PORT nimbus-web-manual:latest",
"lint": "oxlint --fix",
"dev": "vite",
"build": "vite build",
"start": "vite preview --port ${WEB_PORT:-3000}",
"docker:up": "bun run build && docker compose up -d",
"docker:down": "docker compose down",
"docker:remove": "docker compose down --rmi local -v",
"docker:reset": "bun run docker:remove && bun run docker:up"
"docker:down": "docker compose down"
},
"dependencies": {
"@databuddy/sdk": "^2.0.0",
"@dnd-kit/react": "^0.1.20",
"@hookform/resolvers": "^5.2.1",
"@nimbus/auth": "workspace:*",
@@ -38,10 +33,11 @@
"@radix-ui/react-tabs": "^1.1.12",
"@radix-ui/react-tooltip": "^1.2.7",
"@t3-oss/env-core": "^0.13.8",
"@tailwindcss/postcss": "^4.1.11",
"@tanstack/react-query": "^5.83.0",
"@tanstack/react-query-devtools": "^5.84.1",
"@tanstack/react-router-devtools": "^1.133.0",
"@tanstack/react-table": "^8.21.3",
"@tanstack/router": "^0.0.1-beta.53",
"axios": "^1.11.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
@@ -49,28 +45,27 @@
"hono": "^4.8.10",
"lucide-react": "^0.534.0",
"motion": "^12.23.12",
"next": "15.3",
"next-themes": "^0.4.6",
"posthog-js": "^1.260.1",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-dropzone": "^14.3.8",
"react-hook-form": "^7.61.1",
"recharts": "^3.1.0",
"sonner": "^2.0.6",
"stripe": "^17.4.0",
"tailwind-merge": "^3.3.1",
"tailwind-scrollbar": "^4.0.2",
"tailwindcss": "^4.1.11",
"tw-animate-css": "^1.3.6",
"vaul": "^1.1.2",
"zod": "^4.0.14"
},
"devDependencies": {
"@nimbus/vitest": "workspace:*",
"@tanstack/router-plugin": "^1.94.4",
"@types/node": "^22.10.2",
"@types/react": "^19.1.9",
"@types/react-dom": "^19.1.7",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.32.0",
"eslint-config-next": "15.4"
"vite": "^6.0.7",
"vite-tsconfig-paths": "^5.1.4"
}
}