oa-ai/package.json

30 lines
644 B
JSON

{
"name": "oa-ai",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev -p 6179",
"build": "next build",
"start": "next start"
},
"dependencies": {
"bcryptjs": "^3.0.3",
"ldapts": "^6.0.0",
"next": "^15.0.0",
"openid-client": "^5.7.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"resend": "^6.0.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.1",
"@types/bcryptjs": "^2.4.6",
"@types/node": "^22.0.0",
"@types/react": "^19.0.0",
"autoprefixer": "^10.5.2",
"postcss": "^8.5.15",
"tailwindcss": "^4.3.1",
"typescript": "^5.0.0"
}
}