Files
evotraders/alias/frontend/package.json

89 lines
2.8 KiB
JSON

{
"name": "alias_frontend",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --config vite.config.ts",
"build": "tsc --project tsconfig.json && vite build --config vite.config.ts",
"preview": "vite preview --config vite.config.ts"
},
"dependencies": {
"@agentscope-ai/chat": "^1.1.44",
"@agentscope-ai/design": "^1.0.20",
"@ahooksjs/use-url-state": "^3.5.1",
"@ant-design/pro-components": "^2.8.7",
"@codemirror/lang-css": "^6.3.1",
"@codemirror/lang-html": "^6.4.9",
"@codemirror/lang-java": "^6.0.1",
"@codemirror/lang-javascript": "^6.2.3",
"@codemirror/lang-markdown": "^6.3.2",
"@codemirror/lang-python": "^6.1.7",
"@copilotkit/shared": "^1.10.6",
"@lezer/highlight": "^1.2.3",
"@radix-ui/react-context-menu": "^2.2.12",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-tooltip": "^1.0.7",
"@react-icons/all-files": "^4.1.0",
"@uiw/codemirror-theme-material": "^4.23.10",
"@uiw/react-codemirror": "^4.23.10",
"@vscode/codicons": "^0.0.36",
"@xterm/addon-fit": "^0.10.0",
"@xterm/xterm": "^5.5.0",
"antd": "^5.24.8",
"axios": "^1.8.4",
"classnames": "^2.5.1",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.13",
"deep-diff": "^1.0.2",
"diff": "^8.0.2",
"framer-motion": "^11.18.2",
"github-markdown-css": "^5.8.1",
"highlight.js": "^11.11.1",
"katex": "^0.16.22",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-arborist": "^3.4.3",
"react-dom": "^18.2.0",
"react-error-boundary": "^6.0.0",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"react-resizable-panels": "^2.1.8",
"react-router-dom": "^6.22.3",
"react-syntax-highlighter": "^15.6.1",
"rehype-highlight": "^7.0.2",
"rehype-katex": "^7.0.1",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"socket.io-client": "^4.8.1",
"xterm": "^5.3.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/postcss": "^4.1.4",
"@types/classnames": "^2.3.4",
"@types/deep-diff": "^1.0.5",
"@types/lodash": "^4.17.20",
"@types/node": "^22.14.1",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@types/react-syntax-highlighter": "^15.5.13",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.17",
"less": "^4.4.2",
"postcss": "^8.4.35",
"postcss-import": "^16.1.0",
"postcss-nested": "^7.0.2",
"postcss-nesting": "^13.0.1",
"postcss-scss": "^4.0.9",
"sass": "^1.70.0",
"tailwind-scrollbar": "^3.0.0",
"tailwind-scrollbar-hide": "^2.0.0",
"tailwindcss": "^3.4.1",
"tailwindcss-scrollbar": "^0.1.0",
"typescript": "^5.3.3",
"vite": "^5.1.3"
}
}