Files
blackroad-ai-dashboard/package.json
Alexa Amundson da47acfe59 Merge pull request #9 from blackboxprogramming/dependabot/npm_and_yarn/react-19.2.4
chore(deps): Bump react from 18.3.1 to 19.2.4
2026-03-08 23:51:50 -05:00

22 lines
510 B
JSON

{
"name": "blackroad-ai-dashboard",
"version": "1.0.0",
"description": "BlackRoad AI Agent Network Dashboard - Interact with 9 AI agents",
"scripts": {
"dev": "next dev -p 3030",
"build": "next build",
"start": "next start",
"deploy": "wrangler pages deploy .next"
},
"dependencies": {
"next": "^14.2.0",
"react": "^19.2.4",
"react-dom": "^18.3.0"
},
"devDependencies": {
"@types/node": "^25.3.3",
"@types/react": "^18.3.0",
"typescript": "^5.0.0"
}
}