mirror of
https://github.com/blackboxprogramming/blackroad-ai-dashboard.git
synced 2026-03-17 04:57:11 -05:00
22 lines
510 B
JSON
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"
|
|
}
|
|
}
|