c3bf08ac8d
K8s Workspace Integration Tests / k8s-workspace-tests (push) Has been cancelled
Pre-commit / run (ubuntu-latest) (push) Has been cancelled
Python Unittest Coverage / test (macos-15, 3.11) (push) Has been cancelled
Python Unittest Coverage / test (ubuntu-latest, 3.11) (push) Has been cancelled
Python Unittest Coverage / test (windows-latest, 3.11) (push) Has been cancelled
Web UI / check (push) Has been cancelled
67 lines
1.7 KiB
JSON
67 lines
1.7 KiB
JSON
{
|
|
"name": "frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@agentscope-ai/agentscope": "^0.0.13",
|
|
"@fontsource-variable/geist": "^5.2.8",
|
|
"@tailwindcss/vite": "^4.3.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cron-parser": "^5.5.0",
|
|
"date-fns": "^4.1.0",
|
|
"framer-motion": "^12.40.0",
|
|
"i18next": "^26.2.0",
|
|
"i18next-browser-languagedetector": "^8.2.1",
|
|
"lucide": "^1.3.0",
|
|
"lucide-react": "^1.16.0",
|
|
"mime-types": "^3.0.2",
|
|
"next-themes": "^0.4.6",
|
|
"onborda": "^1.2.5",
|
|
"radix-ui": "^1.4.3",
|
|
"react": "^19.2.6",
|
|
"react-day-picker": "^10.0.1",
|
|
"react-diff-view": "^3.3.3",
|
|
"react-dom": "^19.2.6",
|
|
"react-i18next": "^17.0.8",
|
|
"react-markdown": "^10.1.0",
|
|
"react-resizable-panels": "^4.11.2",
|
|
"react-router-dom": "^7.15.1",
|
|
"remark-gfm": "^4.0.1",
|
|
"shadcn": "^4.7.0",
|
|
"shadcn-prose": "^1.2.1",
|
|
"sonner": "^2.0.7",
|
|
"tailwind-merge": "^3.6.0",
|
|
"tailwindcss": "^4.3.0",
|
|
"tw-animate-css": "^1.4.0",
|
|
"unidiff": "^1.0.4",
|
|
"vaul": "^1.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^10.0.1",
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"@types/mime-types": "^3.0.1",
|
|
"@types/node": "^24.12.3",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^6.0.1",
|
|
"eslint": "^10.3.0",
|
|
"eslint-plugin-import-x": "^4.16.2",
|
|
"eslint-plugin-react-hooks": "^7.1.1",
|
|
"eslint-plugin-react-refresh": "^0.5.2",
|
|
"globals": "^17.6.0",
|
|
"typescript": "~6.0.2",
|
|
"typescript-eslint": "^8.59.2",
|
|
"vite": "^8.0.12",
|
|
"vite-plugin-svgr": "^5.2.0"
|
|
}
|
|
}
|