All checks were successful
Build and Push App / build (push) Successful in 4m35s
40 lines
929 B
JSON
40 lines
929 B
JSON
{
|
|
"name": "admin",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "./node_modules/.bin/next start",
|
|
"lint": "eslint"
|
|
},
|
|
"dependencies": {
|
|
"@prisma/adapter-pg": "^7.7.0",
|
|
"@prisma/client": "^7.7.0",
|
|
"@prisma/config": "^7.7.0",
|
|
"@types/bcryptjs": "^2.4.6",
|
|
"bcryptjs": "^3.0.3",
|
|
"dotenv": "^17.4.1",
|
|
"lucide-react": "^1.8.0",
|
|
"next": "16.2.3",
|
|
"pg": "^8.20.0",
|
|
"prisma": "^7.7.0",
|
|
"react": "19.2.4",
|
|
"react-dom": "19.2.4",
|
|
"react-hot-toast": "^2.6.0",
|
|
"react-quill-new": "^3.8.3"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/node": "^20",
|
|
"@types/pg": "^8.20.0",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"dotenv-cli": "^11.0.0",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "16.2.3",
|
|
"tailwindcss": "^4",
|
|
"typescript": "^5"
|
|
}
|
|
}
|