package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "name": "cacp-client-demo",
  3. "version": "0.0.0",
  4. "private": true,
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "run-p type-check \"build-only {@}\" --",
  9. "preview": "vite preview",
  10. "build-only": "vite build",
  11. "type-check": "vue-tsc --build --force",
  12. "lint": "eslint . --fix",
  13. "format": "prettier --write src/"
  14. },
  15. "dependencies": {
  16. "@antv/x6": "2.18.1",
  17. "@antv/x6-plugin-dnd": "2.1.1",
  18. "@antv/x6-plugin-keyboard": "2.2.3",
  19. "@antv/x6-plugin-scroller": "2.0.10",
  20. "@antv/x6-plugin-selection": "2.2.2",
  21. "@antv/x6-plugin-snapline": "2.1.7",
  22. "@cacp/svg-icons": "file:./cacp/icon/svg-icons-0.1.2.tgz",
  23. "@cacp/ui": "file:./cacp/ui/ui-0.3.17.tgz",
  24. "@wangeditor/editor": "5.1.23",
  25. "@wangeditor/editor-for-vue": "5.1.12",
  26. "axios": "1.7.7",
  27. "crypto-js": "4.2.0",
  28. "dayjs": "1.11.13",
  29. "echarts": "5.5.1",
  30. "element-plus": "2.8.6",
  31. "js-file-download": "0.4.12",
  32. "lodash-es": "4.17.21",
  33. "nanoid": "5.0.8",
  34. "normalize.css": "8.0.1",
  35. "nprogress": "0.2.0",
  36. "pinia": "2.2.5",
  37. "pinia-plugin-persistedstate": "3.2.1",
  38. "qs": "6.12.3",
  39. "string-format": "2.0.0",
  40. "vue": "3.5.12",
  41. "vue-echarts": "7.0.3",
  42. "vue-router": "4.4.5",
  43. "vuedraggable": "2.24.3",
  44. "xlsx": "^0.18.5"
  45. },
  46. "devDependencies": {
  47. "@rushstack/eslint-patch": "1.10.4",
  48. "@tsconfig/node20": "20.1.4",
  49. "@types/crypto-js": "4.2.2",
  50. "@types/mockjs": "^1.0.6",
  51. "@types/node": "22.8.4",
  52. "@types/nprogress": "0.2.3",
  53. "@types/qs": "6.9.15",
  54. "@types/string-format": "2.0.3",
  55. "@vitejs/plugin-vue": "4.1.0",
  56. "@vitejs/plugin-vue-jsx": "3.0.1",
  57. "@vue/eslint-config-prettier": "10.1.0",
  58. "@vue/eslint-config-typescript": "14.1.3",
  59. "@vue/tsconfig": "0.5.1",
  60. "eslint": "9.13.0",
  61. "eslint-plugin-vue": "9.30.0",
  62. "less": "4.2.0",
  63. "less-loader": "12.2.0",
  64. "mockjs": "^0.1.10",
  65. "npm-run-all2": "7.0.1",
  66. "prettier": "3.3.3",
  67. "typescript": "5.4.5",
  68. "vite": "^4.0.0",
  69. "vite-plugin-mock": "^1.0.0",
  70. "vite-plugin-vue-devtools": "7.6.1",
  71. "vue-tsc": "2.1.10"
  72. }
  73. }