12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- {
- "name": "shalu-system-design",
- "private": true,
- "scripts": {
- "build": "turbo build",
- "dev": "turbo dev",
- "lint": "turbo lint",
- "format": "prettier --write \"**/*.{ts,tsx,md}\""
- },
- "devDependencies": {
- "@umijs/plugins": "^4.4.5",
- "prettier": "^3.5.1",
- "turbo": "^2.4.2",
- "typescript": "^5.7.3"
- },
- "packageManager": "pnpm@8.15.6",
- "engines": {
- "node": ">=18"
- },
- "dependencies": {
- "@ant-design/icons": "^5.6.1",
- "@ant-design/pro-components": "^2.8.7",
- "@ant-design/x": "^1.1.0",
- "@antv/hierarchy": "^0.6.14",
- "@antv/x6": "^2.18.1",
- "@antv/x6-plugin-clipboard": "^2.1.6",
- "@antv/x6-plugin-dnd": "^2.1.1",
- "@antv/x6-plugin-export": "^2.1.6",
- "@antv/x6-plugin-history": "^2.2.4",
- "@antv/x6-plugin-keyboard": "^2.2.3",
- "@antv/x6-plugin-minimap": "^2.0.7",
- "@antv/x6-plugin-scroller": "^2.0.10",
- "@antv/x6-plugin-selection": "^2.2.2",
- "@antv/x6-plugin-snapline": "^2.1.7",
- "@antv/x6-plugin-transform": "^2.1.8",
- "@antv/x6-react-shape": "^2.2.3",
- "@codemirror/lang-angular": "^0.1.3",
- "@codemirror/lang-css": "^6.3.1",
- "@codemirror/lang-go": "^6.0.1",
- "@codemirror/lang-html": "^6.4.9",
- "@codemirror/lang-java": "^6.0.1",
- "@codemirror/lang-javascript": "^6.2.3",
- "@codemirror/lang-json": "^6.0.1",
- "@codemirror/lang-php": "^6.0.1",
- "@codemirror/lang-python": "^6.1.7",
- "@codemirror/lang-rust": "^6.0.1",
- "@codemirror/lang-sql": "^6.8.0",
- "@codemirror/lang-vue": "^0.1.3",
- "@codemirror/lang-xml": "^6.1.0",
- "@codemirror/lang-yaml": "^6.1.2",
- "@dnd-kit/core": "^6.3.1",
- "@dnd-kit/modifiers": "^9.0.0",
- "@dnd-kit/sortable": "^10.0.0",
- "@dnd-kit/utilities": "^3.2.2",
- "@emotion/css": "^11.13.5",
- "@excalidraw/mermaid-to-excalidraw": "^1.1.2",
- "@repo/utils": "workspace:*",
- "@types/lodash-es": "^4.17.12",
- "@uiw/react-codemirror": "^4.23.8",
- "@unocss/cli": "^0.62.4",
- "ahooks": "^3.8.4",
- "ai": "^4.1.44",
- "antd": "^5.24.1",
- "axios": "^1.7.9",
- "dagre": "^0.8.5",
- "dayjs": "^1.11.13",
- "insert-css": "^2.0.0",
- "lodash-es": "^4.17.21",
- "mermaid": "^11.4.1",
- "react-draggable": "^4.4.6",
- "react-infinite-scroll-component": "^6.1.0",
- "react-markdown": "^9.0.3",
- "react-syntax-highlighter": "^15.6.1",
- "rehype-raw": "^7.0.0",
- "remark-gfm": "^4.0.1",
- "thememirror": "^2.0.1",
- "umi": "^4.4.5",
- "unocss": "^0.62.4",
- "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
- }
- }
|