38 lines
914 B
JSON
38 lines
914 B
JSON
{
|
|
"name": "randomayzer",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint .",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"prisma:generate": "prisma generate",
|
|
"prisma:push": "prisma db push"
|
|
},
|
|
"dependencies": {
|
|
"@prisma/client": "^5.20.0",
|
|
"clsx": "^2.1.1",
|
|
"lucide-react": "^0.453.0",
|
|
"next": "^16.3.2",
|
|
"react": "^19.2.8",
|
|
"react-dom": "^19.2.8",
|
|
"tailwind-merge": "^2.5.4",
|
|
"zod": "^4.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.16.11",
|
|
"@types/react": "^19.2.18",
|
|
"@types/react-dom": "^19.2.4",
|
|
"autoprefixer": "^10.4.20",
|
|
"eslint": "^9.20.0",
|
|
"eslint-config-next": "^16.3.2",
|
|
"postcss": "^8.5.26",
|
|
"prisma": "^5.20.0",
|
|
"tailwindcss": "^3.4.13",
|
|
"typescript": "^5.6.3",
|
|
"vitest": "^2.1.3"
|
|
}
|
|
}
|