mirror of
https://github.com/tiennm99/goclaw.git
synced 2026-08-27 10:28:26 +00:00
Web UI: - i18next 25→26, react-i18next 16→17 - lucide-react 0.468→1.7 (no brand icons used) - tailwind-merge 2→3 (Tailwind CSS 4 compat) - typescript 5.7→6.0 (remove deprecated baseUrl from tsconfig) Desktop UI: - i18next 25→26, react-i18next 16→17 - immer 10→11 (internal perf improvements) - react-markdown 9→10, react-syntax-highlighter 15→16 - typescript 5.9→6.0 - Fix MarkdownRenderer: wrap ReactMarkdown in div for className (v10 removed prop) Both: build verified, pnpm audit 0 vulnerabilities
55 lines
1.5 KiB
JSON
55 lines
1.5 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",
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"@tanstack/react-query": "^5.95.2",
|
|
"@tanstack/react-table": "^8.21.3",
|
|
"@xyflow/react": "^12.10.2",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"d3-force": "^3.0.0",
|
|
"date-fns": "^4.1.0",
|
|
"framer-motion": "^12.38.0",
|
|
"highlight.js": "^11.11.1",
|
|
"i18next": "^26.0.1",
|
|
"jszip": "^3.10.1",
|
|
"lucide-react": "^1.7.0",
|
|
"radix-ui": "^1.4.3",
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4",
|
|
"react-i18next": "^17.0.1",
|
|
"react-markdown": "^10.1.0",
|
|
"react-router": "^7.13.2",
|
|
"recharts": "^3.8.1",
|
|
"rehype-highlight": "^7.0.2",
|
|
"remark-gfm": "^4.0.1",
|
|
"tailwind-merge": "^3.5.0",
|
|
"zustand": "^5.0.12"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "^4.2.2",
|
|
"@types/d3-force": "^3.0.10",
|
|
"@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",
|
|
"vite": "^8.0.3",
|
|
"ws": "^8.20.0"
|
|
},
|
|
"packageManager": "pnpm@10.30.1+sha512.3590e550d5384caa39bd5c7c739f72270234b2f6059e13018f975c313b1eb9fefcc09714048765d4d9efe961382c312e624572c0420762bdc5d5940cdf9be73a"
|
|
}
|