mirror of
https://github.com/Egonex-AI/Understand-Anything.git
synced 2026-06-22 10:58:03 +08:00
Bumps astro to version 6.3.7 and vite to version 6.4.2 across relevant package files to ensure compatibility and access to the latest features.
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"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"
|
|
}
|
|
}
|