Files
ai-agent/frontend/package.json
Gabriel Vidal 24106acb12 refactor(ui): drop the local HoldEditable fork for @gabvdl/ui's
The app shipped its own copy of HoldEditable, frozen at the version that
predates the stash. @gabvdl/ui's is a strict superset — stash, grid reflow,
two-stage holds, per-item itemClassName — so keeping the fork is 767 lines
of drift waiting to happen. Point the call sites at the package (0.30.3,
which also keeps the stash popover on screen for tall groups) and delete it.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-09 17:23:17 +02:00

50 lines
1.3 KiB
JSON

{
"name": "ai-agent",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev:mock": "VITE_MOCK=1 vite",
"build": "vite build",
"build:mock": "VITE_MOCK=1 vite build",
"gen:api": "orval --config orval.config.cjs",
"preview": "vite preview"
},
"dependencies": {
"@gabvdl/ui": "^0.30.3",
"@tanstack/query-async-storage-persister": "^5.101.2",
"@tanstack/react-query": "^5.101.2",
"@tanstack/react-query-persist-client": "^5.101.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"fuse.js": "^7.0.0",
"idb-keyval": "^6.3.0",
"js-yaml": "^4.1.0",
"lucide-react": "^0.469.0",
"prism-react-renderer": "^2.4.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.28.1",
"react-swipeable": "^7.0.2",
"remark-gfm": "^4.0.0",
"tailwind-merge": "^2.6.0",
"zustand": "^5.0.2"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"orval": "^8.20.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.2",
"vite": "^6.0.7",
"vite-plugin-pwa": "^0.21.1"
}
}