67 lines
1.9 KiB
JSON
67 lines
1.9 KiB
JSON
{
|
|
"name": "subman-nextjs",
|
|
"type": "module",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build && ./package.sh",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"tailwind": "npx tailwindcss -i ./src/app/globals.css -o ./src/app/tailwind.css --watch"
|
|
},
|
|
"dependencies": {
|
|
"@hookform/resolvers": "^3.6.0",
|
|
"@mapbox/node-pre-gyp": "^1.0.11",
|
|
"@next/env": "^14.2.14",
|
|
"@prisma/client": "^5.15.0",
|
|
"@radix-ui/react-checkbox": "^1.0.4",
|
|
"@radix-ui/react-context-menu": "^2.2.1",
|
|
"@radix-ui/react-dialog": "^1.1.0",
|
|
"@radix-ui/react-dropdown-menu": "^2.0.6",
|
|
"@radix-ui/react-icons": "^1.3.0",
|
|
"@radix-ui/react-label": "^2.0.2",
|
|
"@radix-ui/react-popover": "^1.0.7",
|
|
"@radix-ui/react-select": "^2.0.0",
|
|
"@radix-ui/react-slot": "^1.0.2",
|
|
"@radix-ui/react-toast": "^1.1.5",
|
|
"@tanstack/react-table": "^8.17.3",
|
|
"@types/bcrypt": "^5.0.2",
|
|
"bcrypt": "^5.1.1",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.1",
|
|
"date-fns": "^3.6.0",
|
|
"jose": "^5.8.0",
|
|
"lucide": "^0.445.0",
|
|
"lucide-react": "^0.394.0",
|
|
"next": "^14.2.13",
|
|
"next-themes": "^0.3.0",
|
|
"playwright": "^1.47.2",
|
|
"react": "^18",
|
|
"react-day-picker": "^8.10.1",
|
|
"react-dom": "^18",
|
|
"react-hook-form": "^7.51.5",
|
|
"recharts": "^2.12.7",
|
|
"tailwind-merge": "^2.3.0",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"text-encoding": "^0.7.0",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.47.2",
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"autoprefixer": "^10.4.19",
|
|
"eslint-config-next": "14.2.3",
|
|
"postcss": "^8.4.38",
|
|
"prisma": "^5.15.0",
|
|
"tailwindcss": "^3.4.4",
|
|
"typescript": "^5"
|
|
},
|
|
"overrides": {
|
|
"@radix-ui/react-dismissable-layer": "^1.0.5",
|
|
"@radix-ui/react-focus-scope": "^1.0.4"
|
|
}
|
|
}
|