mirror of
https://github.com/chaitin/MonkeyCode.git
synced 2026-02-01 22:33:30 +08:00
73 lines
2.1 KiB
JSON
73 lines
2.1 KiB
JSON
{
|
|
"name": "monkey-code-ui",
|
|
"version": "0.6.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"icon": "node ./scripts/downloadIcon.cjs",
|
|
"api": "cx-swagger-api",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@c-x/ui": "^1.0.9",
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/styled": "^11.14.0",
|
|
"@hookform/resolvers": "^5.2.1",
|
|
"@monaco-editor/react": "4.7.0",
|
|
"@mui/icons-material": "^6.4.12",
|
|
"@mui/lab": "6.0.0-beta.19",
|
|
"@mui/material": "^6.4.12",
|
|
"@yokowu/modelkit-ui": "0.7.5",
|
|
"@tailwindcss/vite": "^4.1.12",
|
|
"ahooks": "^3.8.4",
|
|
"axios": "^1.9.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"date-fns": "^4.1.0",
|
|
"date-fns-tz": "^3.2.0",
|
|
"dayjs": "^1.11.7",
|
|
"decimal.js": "^10.5.0",
|
|
"echarts": "^5.6.0",
|
|
"lottie-react": "^2.4.1",
|
|
"lucide-react": "^0.542.0",
|
|
"monaco-editor": "^0.52.2",
|
|
"react": "^19.1.0",
|
|
"react-activity-calendar": "^2.7.12",
|
|
"react-copy-to-clipboard": "^5.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-hook-form": "^7.56.4",
|
|
"react-markdown": "^10.1.0",
|
|
"react-router-dom": "^7.6.0",
|
|
"react-syntax-highlighter": "^15.6.1",
|
|
"rehype-raw": "^7.0.0",
|
|
"rehype-sanitize": "^6.0.0",
|
|
"remark-breaks": "^4.0.0",
|
|
"remark-gfm": "^4.0.1",
|
|
"tailwind-merge": "^3.3.1",
|
|
"tailwindcss": "^4.1.12",
|
|
"unist-util-visit": "^5.0.0",
|
|
"vite-plugin-dts": "^4.5.4",
|
|
"zod": "^4.0.17"
|
|
},
|
|
"devDependencies": {
|
|
"@c-x/cx-swagger-api": "^0.0.10",
|
|
"@eslint/js": "^9.33.0",
|
|
"@types/react": "^19.1.2",
|
|
"@types/react-copy-to-clipboard": "^5.0.7",
|
|
"@types/react-dom": "^19.1.2",
|
|
"@types/react-syntax-highlighter": "^15.5.13",
|
|
"@vitejs/plugin-react": "^4.4.1",
|
|
"dotenv": "^17.2.1",
|
|
"eslint": "^9.25.0",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4.19",
|
|
"globals": "^16.0.0",
|
|
"shiki": "^3.7.0",
|
|
"tw-animate-css": "^1.3.7",
|
|
"typescript": "~5.8.3",
|
|
"typescript-eslint": "^8.30.1",
|
|
"vite": "^6.3.5"
|
|
}
|
|
} |