package.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. {
  2. "name": "aizuda",
  3. "private": true,
  4. "version": "1.0.0",
  5. "description": " aizuda 低代码开发平台",
  6. "type": "module",
  7. "scripts": {
  8. "start": "npm run dev",
  9. "serve": "npm run dev",
  10. "dev": "vite serve --mode development",
  11. "build": "vite build --mode production",
  12. "build:dev": "vite build --mode development",
  13. "build:test": "vite build --mode test",
  14. "build:pre": "vite build --mode staging",
  15. "preview": "vite preview",
  16. "dev:ckeditor5": "pnpm -C ./src/components/external/ckeditor5 dev",
  17. "build:ckeditor5": "pnpm -C ./src/components/external/ckeditor5 build",
  18. "lint:eslint": "eslint --fix --ext .js,.ts, .tsx,.vue ./src",
  19. "lint:prettier": "prettier --write \"src/**/*.{js,ts,json,tsx,css,less,scss,vue,html,md}\"",
  20. "lint:lint-staged": "lint-staged"
  21. },
  22. "dependencies": {
  23. "@chenfengyuan/vue-qrcode": "2",
  24. "@element-plus/icons-vue": "^2.3.1",
  25. "@logicflow/core": "^1.2.26",
  26. "@logicflow/extension": "^1.2.26",
  27. "@popperjs/core": "^2.11.8",
  28. "@vant/area-data": "^1.4.0",
  29. "@vant/touch-emulator": "^1.4.0",
  30. "@vue/shared": "^3.4.21",
  31. "@vuelidate/core": "^2.0.0",
  32. "@vuelidate/validators": "^2.0.0",
  33. "@vueuse/core": "^10.1.2",
  34. "async": "^3.2.4",
  35. "axios": "^1.7.5",
  36. "canvas": "^2.11.2",
  37. "colord": "^2.9.3",
  38. "dayjs": "^1.11.7",
  39. "echarts": "^5.4.2",
  40. "element-plus": "2.3.4",
  41. "event-source-polyfill": "^1.0.31",
  42. "everright-filter": "^1.1.1",
  43. "html2canvas": "^1.4.1",
  44. "json-editor-vue3": "^1.0.8",
  45. "json-lint": "^0.1.0",
  46. "jss": "^10.9.2",
  47. "jss-preset-default": "^10.9.2",
  48. "lodash-es": "^4.17.21",
  49. "lodash-unified": "^1.0.3",
  50. "md5": "^2.3.0",
  51. "mitt": "^3.0.0",
  52. "monaco-editor": "^0.52.0",
  53. "nanoid": "^4.0.0",
  54. "nprogress": "^0.2.0",
  55. "nzh": "^1.0.8",
  56. "path-browserify": "^1.0.1",
  57. "path-to-regexp": "^6.2.0",
  58. "pinia": "^2.1.7",
  59. "pinia-plugin-persistedstate": "^3.1.0",
  60. "print-js": "^1.6.0",
  61. "qrcode": "1",
  62. "signature_pad": "^4.1.4",
  63. "sortablejs": "^1.15.0",
  64. "vant": "^4.0.8",
  65. "vite-svg-loader": "^4.0.0",
  66. "vue": "^3.4.26",
  67. "vue-clipboard3": "^2.0.0",
  68. "vue-i18n": "^9.2.2",
  69. "vue-ls": "^4.2.0",
  70. "vue-router": "^4.2.1",
  71. "vuedraggable": "^4.1.0",
  72. "webpack": "^5.91.0"
  73. },
  74. "devDependencies": {
  75. "@babel/core": "^7.21.0",
  76. "@babel/eslint-parser": "^7.19.1",
  77. "@ckeditor/ckeditor5-alignment": "^35.4.0",
  78. "@ckeditor/ckeditor5-build-classic": "^35.4.0",
  79. "@ckeditor/ckeditor5-build-decoupled-document": "^35.4.0",
  80. "@ckeditor/ckeditor5-build-inline": "^35.4.0",
  81. "@ckeditor/ckeditor5-vue": "^4.0.1",
  82. "@originjs/vite-plugin-commonjs": "^1.0.3",
  83. "@types/md5": "^2.3.5",
  84. "@types/nprogress": "^0.2.0",
  85. "@types/path-browserify": "^1.0.0",
  86. "@types/sortablejs": "^1.15.3",
  87. "@types/vue-ls": "^3.2.3",
  88. "@typescript-eslint/eslint-plugin": "^5.59.7",
  89. "@typescript-eslint/parser": "^5.59.6",
  90. "@vitejs/plugin-vue": "^4.2.3",
  91. "@vitejs/plugin-vue-jsx": "^3.0.1",
  92. "@vue/compiler-sfc": "^3.2.47",
  93. "@vue/test-utils": "^2.3.2",
  94. "autoprefixer": "^10.4.16",
  95. "better-sqlite3": "^8.2.0",
  96. "connect-multiparty": "^2.2.0",
  97. "conventional-changelog-cli": "^4.1.0",
  98. "eslint": "^8.40.0",
  99. "eslint-config-prettier": "^8.7.0",
  100. "eslint-config-standard": "^17.0.0",
  101. "eslint-plugin-import": "^2.27.5",
  102. "eslint-plugin-n": "^15.6.1",
  103. "eslint-plugin-prettier": "^4.2.1",
  104. "eslint-plugin-promise": "^6.1.1",
  105. "eslint-plugin-vue": "^9.9.0",
  106. "jsdom": "^22.0.0",
  107. "postcss": "^8.4.30",
  108. "prettier": "^2.8.8",
  109. "resize-observer-polyfill": "^1.5.1",
  110. "rollup-plugin-visualizer": "^5.9.0",
  111. "sass": "^1.62.1",
  112. "tailwindcss": "^3.4.4",
  113. "typescript": "^5.5.4",
  114. "unplugin-vue-setup-extend-plus": "^1.0.0",
  115. "vite": "^5.3.2",
  116. "vite-plugin-compression": "^0.5.1",
  117. "vite-plugin-eslint": "^1.8.1",
  118. "vite-plugin-html": "^3.2.0",
  119. "vite-plugin-svg-icons": "^2.0.1",
  120. "vue-tsc": "^1.6.5"
  121. },
  122. "engines": {
  123. "node": ">=16.18.0"
  124. }
  125. }