Files
goclaw/ui/web/package.json
T
viettranx 6dd53b9892 fix(deps): bump vite 8.0.3 → 8.0.8 to patch 3 CVEs
- CVE-2026-39363 (High): arbitrary file read via dev server WebSocket
- CVE-2026-39364 (High): server.fs.deny bypass with query strings
- CVE-2026-39365 (Medium): path traversal in optimized deps .map handling

Dev-scope only. Updates both ui/web and ui/desktop/frontend lockfiles.
2026-04-11 08:46:09 +07:00

68 lines
2.0 KiB
JSON

{
"name": "goclaw-web",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"lint": "eslint ."
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@hookform/resolvers": "^5.2.2",
"@sigma/edge-curve": "^3.1.0",
"@tailwindcss/typography": "^0.5.19",
"@tanstack/react-query": "^5.95.2",
"@tanstack/react-table": "^8.21.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"framer-motion": "^12.38.0",
"graphology": "^0.26.0",
"graphology-layout": "^0.6.1",
"graphology-layout-forceatlas2": "^0.10.1",
"graphology-layout-noverlap": "^0.4.2",
"graphology-types": "^0.24.8",
"highlight.js": "^11.11.1",
"i18next": "^26.0.1",
"jszip": "^3.10.1",
"lucide-react": "^1.7.0",
"mermaid": "^11.14.0",
"radix-ui": "^1.4.3",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-hook-form": "^7.72.1",
"react-i18next": "^17.0.1",
"react-markdown": "^10.1.0",
"react-router": "^7.13.2",
"recharts": "^3.8.1",
"rehype-highlight": "^7.0.2",
"rehype-katex": "^7.0.1",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"sigma": "^3.0.2",
"tailwind-merge": "^3.5.0",
"unist-util-visit": "^5.1.0",
"zod": "^4.3.6",
"zustand": "^5.0.12"
},
"devDependencies": {
"@tailwindcss/vite": "^4.2.2",
"@types/mdast": "^4.0.4",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/ws": "^8.18.1",
"@vitejs/plugin-react": "^6.0.1",
"tailwindcss": "^4.2.2",
"typescript": "^6.0.2",
"unified": "^11.0.5",
"vite": "^8.0.8",
"ws": "^8.20.0"
},
"packageManager": "pnpm@10.30.1+sha512.3590e550d5384caa39bd5c7c739f72270234b2f6059e13018f975c313b1eb9fefcc09714048765d4d9efe961382c312e624572c0420762bdc5d5940cdf9be73a"
}