mirror of
https://github.com/rmoren97/mc-manager.git
synced 2026-02-10 17:40:30 -08:00
44 lines
1.0 KiB
JSON
44 lines
1.0 KiB
JSON
{
|
|
"name": "mc-manager",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint",
|
|
"seed": "tsx scripts/seed.ts"
|
|
},
|
|
"dependencies": {
|
|
"@azure/msal-node": "^5.0.3",
|
|
"@microsoft/microsoft-graph-client": "^3.0.7",
|
|
"bcryptjs": "^3.0.3",
|
|
"dockerode": "^4.0.9",
|
|
"jsonwebtoken": "^9.0.3",
|
|
"lucide-react": "^0.563.0",
|
|
"mongoose": "^9.1.6",
|
|
"next": "16.1.6",
|
|
"node-cron": "^4.2.1",
|
|
"nodemailer": "^8.0.1",
|
|
"react": "19.2.3",
|
|
"react-dom": "19.2.3"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/bcryptjs": "^2.4.6",
|
|
"@types/dockerode": "^4.0.1",
|
|
"@types/jsonwebtoken": "^9.0.10",
|
|
"@types/node": "^20",
|
|
"@types/node-cron": "^3.0.11",
|
|
"@types/nodemailer": "^7.0.9",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"dotenv": "^17.2.4",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "16.1.6",
|
|
"tailwindcss": "^4",
|
|
"tsx": "^4.21.0",
|
|
"typescript": "^5"
|
|
}
|
|
}
|