| Linux premium331.web-hosting.com 4.18.0-553.80.1.lve.el8.x86_64 #1 SMP Wed Oct 22 19:29:36 UTC 2025 x86_64 Path : /home/livedhms/lmgt/ |
| Current File : /home/livedhms/lmgt/package.json |
{
"name": "next-mong",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@prisma/adapter-mariadb": "^7.2.0",
"@prisma/adapter-pg": "^7.2.0",
"@prisma/client": "^7.2.0",
"dotenv": "^17.2.3",
"lucide-react": "^0.556.0",
"mongoose": "^9.0.1",
"next": "16.0.7",
"pg": "^8.16.3",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-hot-toast": "^2.6.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/pg": "^8.16.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"prisma": "^7.2.0",
"tailwindcss": "^4",
"tsx": "^4.21.0",
"typescript": "^5"
}
}