package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "name": "shalu-system-design",
  3. "private": true,
  4. "scripts": {
  5. "build": "turbo build",
  6. "dev": "turbo dev",
  7. "lint": "turbo lint",
  8. "format": "prettier --write \"**/*.{ts,tsx,md}\""
  9. },
  10. "devDependencies": {
  11. "@umijs/plugins": "^4.3.19",
  12. "prettier": "^3.3.3",
  13. "turbo": "^2.1.1",
  14. "typescript": "^5.4.5"
  15. },
  16. "packageManager": "pnpm@8.15.6",
  17. "engines": {
  18. "node": ">=18"
  19. },
  20. "dependencies": {
  21. "@ant-design/icons": "^5.4.0",
  22. "@ant-design/pro-components": "^2.7.15",
  23. "@antv/x6": "^2.x",
  24. "@antv/x6-plugin-clipboard": "^2.1.6",
  25. "@antv/x6-plugin-dnd": "^2.1.1",
  26. "@antv/x6-plugin-export": "^2.1.6",
  27. "@antv/x6-plugin-history": "^2.2.4",
  28. "@antv/x6-plugin-keyboard": "^2.2.3",
  29. "@antv/x6-plugin-minimap": "^2.0.7",
  30. "@antv/x6-plugin-scroller": "^2.0.10",
  31. "@antv/x6-plugin-snapline": "^2.1.7",
  32. "@antv/x6-plugin-transform": "^2.1.8",
  33. "@antv/x6-react-shape": "^2.2.3",
  34. "@codemirror/lang-angular": "^0.1.3",
  35. "@codemirror/lang-css": "^6.3.0",
  36. "@codemirror/lang-go": "^6.0.1",
  37. "@codemirror/lang-html": "^6.4.9",
  38. "@codemirror/lang-java": "^6.0.1",
  39. "@codemirror/lang-javascript": "^6.2.2",
  40. "@codemirror/lang-json": "^6.0.1",
  41. "@codemirror/lang-php": "^6.0.1",
  42. "@codemirror/lang-python": "^6.1.6",
  43. "@codemirror/lang-rust": "^6.0.1",
  44. "@codemirror/lang-sql": "^6.7.1",
  45. "@codemirror/lang-vue": "^0.1.3",
  46. "@codemirror/lang-xml": "^6.1.0",
  47. "@codemirror/lang-yaml": "^6.1.1",
  48. "@emotion/css": "^11.13.0",
  49. "@uiw/react-codemirror": "^4.23.3",
  50. "@unocss/cli": "^0.62.3",
  51. "ahooks": "^3.8.1",
  52. "antd": "^5.20.5",
  53. "axios": "^1.7.7",
  54. "insert-css": "^2.0.0",
  55. "lodash-es": "^4.17.21",
  56. "thememirror": "^2.0.1",
  57. "umi": "^4.3.18",
  58. "unocss": "^0.62.3"
  59. }
  60. }