mirror of
https://github.com/nimbusdotstorage/Nimbus
synced 2026-04-22 17:45:03 +02:00
73 lines
2.1 KiB
JSON
73 lines
2.1 KiB
JSON
{
|
|
"name": "@nimbus/web",
|
|
"version": "0.0.9",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"@dnd-kit/react": "^0.1.20",
|
|
"@hookform/resolvers": "^5.2.1",
|
|
"@nimbus/auth": "workspace:*",
|
|
"@nimbus/env": "workspace:*",
|
|
"@nimbus/server": "workspace:*",
|
|
"@nimbus/shared": "workspace:*",
|
|
"@number-flow/react": "^0.5.10",
|
|
"@radix-ui/react-avatar": "^1.1.10",
|
|
"@radix-ui/react-checkbox": "^1.3.2",
|
|
"@radix-ui/react-collapsible": "^1.1.11",
|
|
"@radix-ui/react-dialog": "^1.1.14",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.15",
|
|
"@radix-ui/react-label": "^2.1.7",
|
|
"@radix-ui/react-progress": "^1.1.7",
|
|
"@radix-ui/react-scroll-area": "^1.2.9",
|
|
"@radix-ui/react-select": "^2.2.5",
|
|
"@radix-ui/react-separator": "^1.1.7",
|
|
"@radix-ui/react-slot": "^1.2.3",
|
|
"@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.14",
|
|
"@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",
|
|
"date-fns": "^4.1.0",
|
|
"hono": "^4.8.10",
|
|
"lucide-react": "^0.534.0",
|
|
"motion": "^12.23.12",
|
|
"next-themes": "^0.4.6",
|
|
"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",
|
|
"tailwind-merge": "^3.3.1",
|
|
"tailwindcss": "^4.1.11",
|
|
"tw-animate-css": "^1.3.6",
|
|
"vaul": "^1.1.2",
|
|
"zod": "^4.0.14"
|
|
},
|
|
"devDependencies": {
|
|
"@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",
|
|
"vite": "^6.0.7",
|
|
"vite-tsconfig-paths": "^5.1.4"
|
|
}
|
|
}
|