Spaces:
Configuration error
Configuration error
| { | |
| "name": "zo-site", | |
| "type": "module", | |
| "scripts": { | |
| "clear-cache": "rm -rf node_modules/.vite", | |
| "dev": "bun run clear-cache && NODE_ENV=development bun run --hot server.ts", | |
| "build": "bun run clear-cache && vite build", | |
| "prod": "bun run build && NODE_ENV=production bun run server.ts", | |
| "preview": "bun run vite preview" | |
| }, | |
| "dependencies": { | |
| "@dnd-kit/core": "^6.3.1", | |
| "@dnd-kit/modifiers": "^9.0.0", | |
| "@dnd-kit/sortable": "^10.0.0", | |
| "@dnd-kit/utilities": "^3.2.2", | |
| "@radix-ui/react-avatar": "^1.1.11", | |
| "@radix-ui/react-checkbox": "^1.3.3", | |
| "@radix-ui/react-dialog": "^1.1.15", | |
| "@radix-ui/react-dropdown-menu": "^2.1.16", | |
| "@radix-ui/react-label": "^2.1.8", | |
| "@radix-ui/react-select": "^2.2.6", | |
| "@radix-ui/react-separator": "^1.1.8", | |
| "@radix-ui/react-slot": "^1.2.4", | |
| "@radix-ui/react-tabs": "^1.1.13", | |
| "@radix-ui/react-toggle": "^1.1.10", | |
| "@radix-ui/react-toggle-group": "^1.1.11", | |
| "@radix-ui/react-tooltip": "^1.2.8", | |
| "@tabler/icons-react": "^3.35.0", | |
| "@tailwindcss/typography": "^0.5.19", | |
| "@tailwindcss/vite": "^4.1.17", | |
| "@vitejs/plugin-react-swc": "^4.2.2", | |
| "@tanstack/react-table": "^8.21.3", | |
| "class-variance-authority": "^0.7.1", | |
| "clsx": "^2.1.1", | |
| "hono": "^4.10.6", | |
| "lucide-react": "^0.562.0", | |
| "marked": "^17.0.1", | |
| "next-themes": "^0.4.6", | |
| "react": "^19.2.0", | |
| "react-dom": "^19.2.0", | |
| "react-router-dom": "^7.9.6", | |
| "recharts": "^3.6.0", | |
| "reveal.js": "^5.2.1", | |
| "sonner": "^2.0.7", | |
| "tailwind-merge": "^3.4.0", | |
| "tailwindcss": "^4.1.17", | |
| "tw-animate-css": "^1.4.0", | |
| "vaul": "^1.1.2", | |
| "vite": "^7.2.4", | |
| "zod": "^4.1.13" | |
| }, | |
| "devDependencies": { | |
| "@types/bun": "1.2.21", | |
| "@types/react": "^19.2.7", | |
| "@types/react-dom": "^19.2.3", | |
| "typescript": "^5.9.3" | |
| } | |
| } | |