88 lines
2.4 KiB
JSON
88 lines
2.4 KiB
JSON
{
|
|
"name": "sikma-app-nextjs",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"postinstall": "prisma generate"
|
|
},
|
|
"dependencies": {
|
|
"@auth/prisma-adapter": "^2.9.1",
|
|
"@headlessui/react": "^2.2.4",
|
|
"@prisma/client": "^6.10.1",
|
|
"@radix-ui/react-accordion": "^1.2.11",
|
|
"@radix-ui/react-avatar": "^1.1.10",
|
|
"@radix-ui/react-dialog": "^1.1.14",
|
|
"@radix-ui/react-label": "^2.1.7",
|
|
"@radix-ui/react-popover": "^1.1.14",
|
|
"@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-toggle-group": "^1.1.10",
|
|
"@radix-ui/react-tooltip": "^1.2.7",
|
|
"@tanstack/react-table": "^8.21.3",
|
|
"accordion": "^3.0.2",
|
|
"axios": "^1.10.0",
|
|
"badge": "^1.0.3",
|
|
"bcrypt-ts": "^7.1.0",
|
|
"bufferutil": "^4.0.9",
|
|
"calendar": "^0.1.1",
|
|
"class-variance-authority": "^0.7.1",
|
|
"cloudinary": "^2.7.0",
|
|
"clsx": "^2.1.1",
|
|
"date-fns": "^4.1.0",
|
|
"date-fns-tz": "^3.2.0",
|
|
"exceljs": "^4.4.0",
|
|
"framer-motion": "^12.18.1",
|
|
"lucide-react": "^0.522.0",
|
|
"next": "15.3.3",
|
|
"next-auth": "^5.0.0-beta.28",
|
|
"next-cloudinary": "^6.16.0",
|
|
"next-themes": "^0.4.6",
|
|
"pdf-lib": "^1.17.1",
|
|
"popover": "^2.4.1",
|
|
"postcss": "^8.5.6",
|
|
"react": "^19.0.0",
|
|
"react-day-picker": "^9.7.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-icons": "^5.5.0",
|
|
"react-loading-skeleton": "^3.5.0",
|
|
"recharts": "^2.15.3",
|
|
"shadcn": "^2.7.0",
|
|
"socket.io": "^4.8.1",
|
|
"socket.io-client": "^4.8.1",
|
|
"sonner": "^2.0.5",
|
|
"swr": "^2.3.3",
|
|
"table": "^6.9.0",
|
|
"tailwind-merge": "^3.3.1",
|
|
"tailwindcss": "^4.1.10",
|
|
"use-debounce": "^10.0.5",
|
|
"utf-8-validate": "^6.0.5",
|
|
"ws": "^8.18.2",
|
|
"zod": "^3.25.67"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3",
|
|
"@tailwindcss/postcss": "^4.1.10",
|
|
"@types/node": "^20.19.1",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"@types/ws": "^8.18.1",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "15.3.3",
|
|
"prisma": "^6.10.1",
|
|
"ts-node": "^10.9.2",
|
|
"tw-animate-css": "^1.3.4",
|
|
"typescript": "^5.8.3"
|
|
},
|
|
"prisma": {
|
|
"seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts"
|
|
}
|
|
}
|