19 lines
349 B
JSON
19 lines
349 B
JSON
{
|
|
"name": "agents-sdk-deployment-manager-ui",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build"
|
|
},
|
|
"dependencies": {
|
|
"lucide-react": "^1.8.0",
|
|
"react": "^19.1.1",
|
|
"react-dom": "^19.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-react": "^5.0.2",
|
|
"vite": "^7.1.5"
|
|
}
|
|
}
|