Spaces:
Sleeping
Sleeping
| { | |
| "name": "nextjs_tailwind_shadcn_ts", | |
| "version": "0.2.54", | |
| "private": true, | |
| "scripts": { | |
| "dev": "next dev -p 3000 2>&1 | tee dev.log", | |
| "build": "next build && cp -r .next/static .next/standalone/.next/ && cp -r public .next/standalone/", | |
| "start": "NODE_ENV=production node .next/standalone/server.js", | |
| "start:bun": "NODE_ENV=production bun .next/standalone/server.js", | |
| "lint": "eslint .", | |
| "db:push": "prisma db push", | |
| "db:generate": "prisma generate", | |
| "db:migrate": "prisma migrate dev", | |
| "db:reset": "prisma migrate reset", | |
| "cap:sync": "npx cap sync", | |
| "cap:open:android": "npx cap open android", | |
| "cap:open:ios": "npx cap open ios", | |
| "cap:add:android": "npx cap add android", | |
| "cap:add:ios": "npx cap add ios", | |
| "cap:update": "npx @capgo/cli bundle upload --channel production", | |
| "build:apk": "cp next.config.apk.ts next.config.ts && mv src/app/api /tmp/cellex-api-safe && rm -rf .next && npm run build && mv /tmp/cellex-api-safe src/app/api && cp next.config.web.ts next.config.ts && npx cap sync", | |
| "build:export": "next build" | |
| }, | |
| "dependencies": { | |
| "@capacitor/android": "^8.4.1", | |
| "@capacitor/cli": "^8.4.1", | |
| "@capacitor/core": "^8.4.1", | |
| "@capacitor/ios": "^8.4.1", | |
| "@capacitor/splash-screen": "^8.0.1", | |
| "@capgo/capacitor-updater": "^8.51.0", | |
| "@dnd-kit/core": "^6.3.1", | |
| "@dnd-kit/sortable": "^10.0.0", | |
| "@dnd-kit/utilities": "^3.2.2", | |
| "@hookform/resolvers": "^5.1.1", | |
| "@mdxeditor/editor": "^3.39.1", | |
| "@prisma/client": "^6.11.1", | |
| "@radix-ui/react-accordion": "^1.2.11", | |
| "@radix-ui/react-alert-dialog": "^1.1.14", | |
| "@radix-ui/react-aspect-ratio": "^1.1.7", | |
| "@radix-ui/react-avatar": "^1.1.10", | |
| "@radix-ui/react-checkbox": "^1.3.2", | |
| "@radix-ui/react-collapsible": "^1.1.11", | |
| "@radix-ui/react-context-menu": "^2.2.15", | |
| "@radix-ui/react-dialog": "^1.1.14", | |
| "@radix-ui/react-dropdown-menu": "^2.1.15", | |
| "@radix-ui/react-hover-card": "^1.1.14", | |
| "@radix-ui/react-label": "^2.1.7", | |
| "@radix-ui/react-menubar": "^1.1.15", | |
| "@radix-ui/react-navigation-menu": "^1.2.13", | |
| "@radix-ui/react-popover": "^1.1.14", | |
| "@radix-ui/react-progress": "^1.1.7", | |
| "@radix-ui/react-radio-group": "^1.3.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-slider": "^1.3.5", | |
| "@radix-ui/react-slot": "^1.2.3", | |
| "@radix-ui/react-switch": "^1.2.5", | |
| "@radix-ui/react-tabs": "^1.1.12", | |
| "@radix-ui/react-toast": "^1.2.14", | |
| "@radix-ui/react-toggle": "^1.1.9", | |
| "@radix-ui/react-toggle-group": "^1.1.10", | |
| "@radix-ui/react-tooltip": "^1.2.7", | |
| "@react-spring/web": "^10.1.2", | |
| "@react-three/fiber": "^9.6.1", | |
| "@reactuses/core": "^6.0.5", | |
| "@tanstack/react-query": "^5.82.0", | |
| "@tanstack/react-table": "^8.21.3", | |
| "@use-gesture/react": "^10.3.1", | |
| "class-variance-authority": "^0.7.1", | |
| "clsx": "^2.1.1", | |
| "cmdk": "^1.1.1", | |
| "date-fns": "^4.1.0", | |
| "embla-carousel-react": "^8.6.0", | |
| "framer-motion": "^12.42.2", | |
| "input-otp": "^1.4.2", | |
| "lucide-react": "^0.525.0", | |
| "next": "^16.1.1", | |
| "next-auth": "^4.24.11", | |
| "next-intl": "^4.3.4", | |
| "next-themes": "^0.4.6", | |
| "prisma": "^6.11.1", | |
| "react": "^19.0.0", | |
| "react-day-picker": "^9.8.0", | |
| "react-dom": "^19.0.0", | |
| "react-hook-form": "^7.60.0", | |
| "react-markdown": "^10.1.0", | |
| "react-resizable-panels": "^3.0.3", | |
| "react-smoke": "^1.2.0", | |
| "react-syntax-highlighter": "^15.6.1", | |
| "recharts": "^2.15.4", | |
| "sharp": "^0.34.3", | |
| "sonner": "^2.0.6", | |
| "tailwind-merge": "^3.3.1", | |
| "tailwindcss-animate": "^1.0.7", | |
| "three": "^0.185.1", | |
| "uuid": "^11.1.0", | |
| "vaul": "^1.1.2", | |
| "z-ai-web-dev-sdk": "^0.0.18", | |
| "zod": "^4.0.2", | |
| "zustand": "^5.0.6" | |
| }, | |
| "devDependencies": { | |
| "@capgo/cli": "^8.28.1", | |
| "@tailwindcss/postcss": "^4", | |
| "@types/react": "^19", | |
| "@types/react-dom": "^19", | |
| "bun-types": "^1.3.4", | |
| "eslint": "^9", | |
| "eslint-config-next": "^16.1.1", | |
| "tailwindcss": "^4", | |
| "tw-animate-css": "^1.3.5", | |
| "typescript": "^5" | |
| }, | |
| "optionalDependencies": { | |
| "@capacitor/app": "^8.1.0" | |
| } | |
| } | |