package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "name": "wxjy-wxjy-web",
  3. "version": "2024.0.0-SNAPSHOT",
  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/bridge-core": "file:./cacp/core/bridge-core-1.0.0-alpha.15.tgz",
  23. "@cacp/svg-icons": "file:./cacp/icon/svg-icons-0.1.3.tgz",
  24. "@cacp/ui": "file:./cacp/ui/ui-0.3.17.tgz",
  25. "@vue/shared": "^3.5.25",
  26. "@wangeditor/editor": "5.1.23",
  27. "@wangeditor/editor-for-vue": "5.1.12",
  28. "axios": "1.7.7",
  29. "crypto-js": "4.2.0",
  30. "dayjs": "1.11.13",
  31. "echarts": "5.5.1",
  32. "element-plus": "2.8.6",
  33. "highlight.js": "^11.11.1",
  34. "js-file-download": "0.4.12",
  35. "lodash-es": "4.17.21",
  36. "nanoid": "5.0.8",
  37. "normalize.css": "8.0.1",
  38. "nprogress": "0.2.0",
  39. "pinia": "2.2.5",
  40. "pinia-plugin-persistedstate": "3.2.1",
  41. "qs": "6.12.3",
  42. "string-format": "2.0.0",
  43. "vue": "3.5.13",
  44. "vue-echarts": "7.0.3",
  45. "vue-router": "4.4.5",
  46. "vuedraggable": "2.24.3",
  47. "xlsx": "^0.18.5"
  48. },
  49. "devDependencies": {
  50. "@rushstack/eslint-patch": "1.10.4",
  51. "@tsconfig/node20": "20.1.4",
  52. "@types/crypto-js": "4.2.2",
  53. "@types/node": "22.8.4",
  54. "@types/nprogress": "0.2.3",
  55. "@types/qs": "6.9.15",
  56. "@types/string-format": "2.0.3",
  57. "@vitejs/plugin-vue": "4.1.0",
  58. "@vitejs/plugin-vue-jsx": "3.0.1",
  59. "@vue/eslint-config-prettier": "10.1.0",
  60. "@vue/eslint-config-typescript": "14.1.3",
  61. "@vue/tsconfig": "0.5.1",
  62. "eslint": "9.13.0",
  63. "eslint-plugin-vue": "9.30.0",
  64. "less": "4.2.0",
  65. "less-loader": "12.2.0",
  66. "npm-run-all2": "7.0.1",
  67. "prettier": "3.3.3",
  68. "sass": "^1.93.3",
  69. "typescript": "5.4.5",
  70. "vite": "^4.5.14",
  71. "vite-plugin-vue-devtools": "7.6.1",
  72. "vue-tsc": "2.1.10"
  73. }
  74. }