package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "name": "cacp-client-demo",
  3. "version": "0.0.0",
  4. "private": true,
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite --force",
  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. "@wangeditor/editor": "5.1.23",
  23. "@wangeditor/editor-for-vue": "5.1.12",
  24. "@cacp/svg-icons": "file:./cacp/icon/svg-icons-0.1.2.tgz",
  25. "@cacp/ui": "file:./cacp/ui/ui-0.3.17.tgz",
  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. },
  45. "devDependencies": {
  46. "@rushstack/eslint-patch": "1.10.4",
  47. "@tsconfig/node20": "20.1.4",
  48. "@types/crypto-js": "4.2.2",
  49. "@types/node": "22.8.4",
  50. "@types/nprogress": "0.2.3",
  51. "@types/qs": "6.9.15",
  52. "@types/string-format": "2.0.3",
  53. "@vitejs/plugin-vue": "4.1.0",
  54. "@vitejs/plugin-vue-jsx": "3.0.1",
  55. "@vue/eslint-config-prettier": "10.1.0",
  56. "@vue/eslint-config-typescript": "14.1.3",
  57. "@vue/tsconfig": "0.5.1",
  58. "eslint": "9.13.0",
  59. "eslint-plugin-vue": "9.30.0",
  60. "less": "4.2.0",
  61. "less-loader": "12.2.0",
  62. "npm-run-all2": "7.0.1",
  63. "prettier": "3.3.3",
  64. "typescript": "5.4.5",
  65. "vite": "^4.0.0",
  66. "vite-plugin-vue-devtools": "7.6.1",
  67. "vue-tsc": "2.1.10"
  68. }
  69. }