mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-01 17:39:39 +02:00
Squashed 'ai-context/workbench-ui/' content from commit 32e36a5c
git-subtree-dir: ai-context/workbench-ui git-subtree-split: 32e36a5c2131e429a7081cfaf67dabad3193cda3
This commit is contained in:
commit
a8390532f7
310 changed files with 56430 additions and 0 deletions
67
package.json
Normal file
67
package.json
Normal file
|
|
@ -0,0 +1,67 @@
|
|||
{
|
||||
"name": "vite-ts",
|
||||
"private": true,
|
||||
"version": "1.0.2",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "tsc && vite build",
|
||||
"preview": "vite preview",
|
||||
"lint": "eslint .",
|
||||
"prettify": "prettier src --write",
|
||||
"test": "vitest run",
|
||||
"test:ui": "vitest --ui",
|
||||
"test:run": "vitest",
|
||||
"test:coverage": "vitest run --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@chakra-ui/react": "^3.19.1",
|
||||
"@emotion/styled": "^11.13.0",
|
||||
"@msgpack/msgpack": "^3.1.1",
|
||||
"@tanstack/react-query": "^5.80.3",
|
||||
"@tanstack/react-table": "^8.21.3",
|
||||
"@trustgraph/client": "github:trustgraph-ai/trustgraph-client#master",
|
||||
"@trustgraph/react-provider": "github:trustgraph-ai/trustgraph-react-provider#master",
|
||||
"@trustgraph/react-state": "github:trustgraph-ai/trustgraph-react-state#d24cdec0",
|
||||
"@types/dagre": "^0.7.53",
|
||||
"compute-cosine-similarity": "^1.1.0",
|
||||
"dagre": "^0.8.5",
|
||||
"jszip": "^3.10.1",
|
||||
"lucide-react": "^0.511.0",
|
||||
"n3": "^1.26.0",
|
||||
"next-themes": "^0.4.6",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"react-force-graph": ">=1.47.0",
|
||||
"react-hotkeys-hook": "^5.1.0",
|
||||
"react-icons": "^5.5.0",
|
||||
"react-markdown-it": "^1.0.2",
|
||||
"react-resize-detector": "^12.0.2",
|
||||
"react-router": "^7.6.0",
|
||||
"reactflow": "^11.11.4",
|
||||
"streamsaver": "^2.0.6",
|
||||
"three-spritetext": "^1.9.3",
|
||||
"uuid": "^11.0.3",
|
||||
"zustand": "^5.0.0-rc.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.9.0",
|
||||
"@testing-library/jest-dom": "^6.6.3",
|
||||
"@testing-library/react": "^16.3.0",
|
||||
"@testing-library/user-event": "^14.6.1",
|
||||
"@types/react": "^18.3.3",
|
||||
"@types/react-dom": "^18.3.0",
|
||||
"@vitejs/plugin-react": "^4.3.1",
|
||||
"eslint": "^9.9.0",
|
||||
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
|
||||
"eslint-plugin-react-refresh": "^0.4.9",
|
||||
"globals": "^15.9.0",
|
||||
"jsdom": "^26.1.0",
|
||||
"prettier": "3.5.3",
|
||||
"sass-embedded": "^1.77.8",
|
||||
"typescript": "^5.5.3",
|
||||
"typescript-eslint": "^8.0.1",
|
||||
"vite": "^6.3.4",
|
||||
"vitest": "^3.2.4"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue