{ "name": "@understand-anything/dashboard", "private": true, "version": "0.1.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "build:demo": "tsc -b && vite build --config vite.config.demo.ts", "preview": "vite preview", "test": "vitest run", "test:watch": "vitest" }, "dependencies": { "@dagrejs/dagre": "^2.0.4", "@understand-anything/core": "workspace:*", "@xyflow/react": "^12.0.0", "d3-force": "^3.0.0", "devlop": "^1.1.0", "elkjs": "^0.9.3", "graphology": "^0.25.4", "graphology-communities-louvain": "^2.0.1", "graphology-types": "^0.24.8", "hast-util-to-jsx-runtime": "^2.3.6", "prism-react-renderer": "^2.4.1", "react": "^19.0.0", "react-dom": "^19.0.0", "react-markdown": "^10.1.0", "zustand": "^5.0.0" }, "devDependencies": { "@tailwindcss/vite": "^4.0.0", "@types/d3-force": "^3.0.10", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "@vitejs/plugin-react": "^4.3.0", "@vitest/coverage-v8": "^3.2.4", "tailwindcss": "^4.0.0", "typescript": "^5.7.0", "vite": "^6.4.2", "vitest": "^3.1.0" } }