Spaces:
Runtime error
Runtime error
| { | |
| "name": "courtrix", | |
| "version": "0.1.0", | |
| "private": true, | |
| "scripts": { | |
| "dev": "next dev", | |
| "build": "next build", | |
| "start": "next start", | |
| "lint": "eslint . --max-warnings=0", | |
| "typecheck": "tsc --noEmit", | |
| "db:generate": "prisma generate", | |
| "db:migrate": "prisma migrate dev", | |
| "db:migrate:deploy": "prisma migrate deploy", | |
| "postinstall": "prisma generate" | |
| }, | |
| "dependencies": { | |
| "@hugeicons/core-free-icons": "^4.1.1", | |
| "@hugeicons/react": "^1.1.6", | |
| "@prisma/client": "^6.19.3", | |
| "@radix-ui/react-dialog": "^1.1.15", | |
| "@radix-ui/react-label": "^2.1.8", | |
| "@radix-ui/react-select": "^2.2.6", | |
| "@radix-ui/react-slot": "^1.2.4", | |
| "@radix-ui/react-tabs": "^1.1.13", | |
| "bcryptjs": "^3.0.3", | |
| "class-variance-authority": "^0.7.1", | |
| "clsx": "^2.1.1", | |
| "date-fns": "^4.1.0", | |
| "date-fns-tz": "^3.2.0", | |
| "minio": "^8.0.7", | |
| "next": "16.2.3", | |
| "react": "19.2.4", | |
| "react-big-calendar": "^1.19.4", | |
| "react-dom": "19.2.4", | |
| "tailwind-merge": "^3.5.0", | |
| "zod": "^4.3.6" | |
| }, | |
| "devDependencies": { | |
| "@tailwindcss/postcss": "^4", | |
| "@types/node": "^20", | |
| "@types/react": "^19", | |
| "@types/react-big-calendar": "^1.16.3", | |
| "@types/react-dom": "^19", | |
| "eslint": "^9", | |
| "eslint-config-next": "16.2.3", | |
| "prisma": "^6.19.3", | |
| "tailwindcss": "^4", | |
| "typescript": "^5" | |
| } | |
| } | |