{
  "name": "@aikit/dashboard",
  "version": "0.1.0",
  "private": true,
  "type": "module",
  "exports": {
    ".": "./src/main.tsx"
  },
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "preview": "vite preview",
    "test": "vitest run"
  },
  "dependencies": {
    "@aikit/client": "workspace:*",
    "@xyflow/react": "^12.x",
    "react": "^19.x",
    "react-dom": "^19.x",
    "zustand": "^5.x"
  },
  "devDependencies": {
    "@types/react": "^19.x",
    "@types/react-dom": "^19.x",
    "@vitejs/plugin-react": "^6.x",
    "typescript": "^6.x",
    "vite": "^8.x"
  }
}
