monitor-ai/package.json

31 lines
684 B
JSON

{
"name": "monitor-ai",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev -p 6181",
"build": "next build",
"start": "next start -p 6181"
},
"dependencies": {
"@tailwindcss/postcss": "^4.3.2",
"autoprefixer": "^10.5.2",
"bcryptjs": "^3.0.3",
"ldapts": "^6.0.0",
"lucide-react": "^1.8.0",
"next": "^15.0.0",
"openid-client": "^5.7.1",
"postcss": "^8.5.16",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwindcss": "^4.3.2",
"tsx": "^4.0.0"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/node": "^22.0.0",
"@types/react": "^19.0.0",
"typescript": "^5.0.0"
}
}