18 lines
335 B
JSON
18 lines
335 B
JSON
{
|
|
"name": "agentic-os-hq-dashboard",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"ioredis": "^5.11.1",
|
|
"js-yaml": "^4.2.0",
|
|
"lucide-react": "^0.300.0",
|
|
"next": "14.2.18",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1"
|
|
}
|
|
}
|