Files
octto-engenharia/frontend/package.json

45 lines
1.0 KiB
JSON

{
"name": "frontend",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"prisma": {
"seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts"
},
"dependencies": {
"@prisma/client": "^5.22.0",
"bcryptjs": "^3.0.3",
"date-fns": "^4.1.0",
"jsonwebtoken": "^9.0.2",
"minio": "^8.0.6",
"next": "16.0.4",
"next-themes": "^0.4.6",
"pg": "^8.16.3",
"prisma": "^5.22.0",
"react": "19.2.0",
"react-dom": "19.2.0",
"remixicon": "^4.7.0",
"uuid": "^13.0.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/bcryptjs": "^2.4.6",
"@types/jsonwebtoken": "^9.0.10",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/uuid": "^10.0.0",
"eslint": "^9",
"eslint-config-next": "16.0.4",
"tailwindcss": "^4",
"ts-node": "^10.9.2",
"typescript": "^5"
}
}