package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "name": "bridging-ui",
  3. "version": "5.9.0",
  4. "description": "PIGCLOUD微服务开发平台",
  5. "author": "pig4cloud",
  6. "license": "不对外分发 pig4cloud 版权所有,请购买商业版权",
  7. "scripts": {
  8. "dev": "vite --force",
  9. "build": "cross-env NODE_OPTIONS=--max-old-space-size=4096 vite build",
  10. "build:docker": "cross-env NODE_OPTIONS=--max-old-space-size=4096 vite build --outDir ./docker/dist/",
  11. "lint:eslint": "eslint --fix --ext .js,.ts,.vue ./src",
  12. "prettier": "prettier --write ."
  13. },
  14. "dependencies": {
  15. "@axolo/json-editor-vue": "^0.3.2",
  16. "@chenfengyuan/vue-qrcode": "^2.0.0",
  17. "@element-plus/icons-vue": "^2.0.10",
  18. "@popperjs/core": "2.11.8",
  19. "@vueuse/core": "^10.4.1",
  20. "@wangeditor-next/editor": "5.6.34",
  21. "@wangeditor-next/editor-for-vue": "5.1.14",
  22. "@microsoft/fetch-event-source": "^2.0.1",
  23. "marked": "^12.0.2",
  24. "markmap-common": "0.15.6",
  25. "markmap-lib": "0.15.8",
  26. "markmap-view": "0.15.8",
  27. "@form-create/element-ui": "3.2.16",
  28. "form-create-designer": "3.2.11-oem",
  29. "autoprefixer": "^10.4.7",
  30. "axios": "^1.3.3",
  31. "codemirror": "5.65.5",
  32. "crypto-js": "^3.1.9-1",
  33. "disable-devtool": "^0.3.8",
  34. "driver.js": "^0.9.8",
  35. "echarts": "^5.4.1",
  36. "element-plus": "2.5.5",
  37. "highlight.js": "^11.7.0",
  38. "js-base64": "^3.7.7",
  39. "js-cookie": "^3.0.1",
  40. "json-editor-vue3": "^1.1.1",
  41. "lodash": "^4.17.21",
  42. "mitt": "^3.0.0",
  43. "nprogress": "^0.2.0",
  44. "pinia": "2.0.32",
  45. "postcss": "8.4.40",
  46. "qrcode": "1.5.1",
  47. "qs": "^6.11.0",
  48. "screenfull": "^6.0.2",
  49. "sm-crypto": "^0.3.12",
  50. "sortablejs": "^1.15.0",
  51. "splitpanes": "^3.1.5",
  52. "tailwindcss": "3.4.17",
  53. "v-calendar": "3.1.2",
  54. "vue": "3.5.13",
  55. "vue-clipboard3": "^2.0.0",
  56. "vue-echarts": "7.0.3",
  57. "vue-i18n": "9.2.2",
  58. "vue-router": "^4.1.6",
  59. "vue3-tree-org": "^4.2.2",
  60. "vue3-video-play": "1.3.1-beta.6",
  61. "vuedraggable": "^4.1.0"
  62. },
  63. "devDependencies": {
  64. "@swc/core": "1.6.13",
  65. "@types/crypto-js": "^4.2.2",
  66. "@types/markdown-it": "^14.1.1",
  67. "@types/node": "^18.14.0",
  68. "@types/nprogress": "^0.2.0",
  69. "@types/sm-crypto": "^0.3.4",
  70. "@types/sortablejs": "^1.15.0",
  71. "@typescript-eslint/eslint-plugin": "^5.53.0",
  72. "@typescript-eslint/parser": "^5.53.0",
  73. "@vitejs/plugin-vue": "^4.0.0",
  74. "@vue/compiler-sfc": "^3.2.47",
  75. "consola": "^2.15.3",
  76. "cross-env": "7.0.3",
  77. "daisyui": "4.11.1",
  78. "eslint": "^8.34.0",
  79. "eslint-plugin-vue": "^9.9.0",
  80. "pinia-plugin-persist": "^1.0.0",
  81. "prettier": "2.8.4",
  82. "sass": "1.58.3",
  83. "terser": "^5.31.1",
  84. "typescript": "^4.9.5",
  85. "unplugin-auto-import": "^0.13.0",
  86. "vite": "^4.3.3",
  87. "vite-plugin-compression": "^0.5.1",
  88. "vite-plugin-style-import": "^2.0.0",
  89. "vite-plugin-top-level-await": "^1.3.0",
  90. "vite-plugin-vue-setup-extend": "^0.4.0",
  91. "vue-eslint-parser": "^9.1.0"
  92. },
  93. "browserslist": [
  94. "> 1%",
  95. "last 2 versions",
  96. "not dead"
  97. ],
  98. "bugs": {
  99. "url": "https://pig4cloud.com"
  100. },
  101. "engines": {
  102. "node": ">=16.0.0",
  103. "npm": ">= 7.0.0"
  104. },
  105. "keywords": [
  106. "vue",
  107. "vue3",
  108. "vuejs/vue-next",
  109. "element-ui",
  110. "element-plus"
  111. ],
  112. "repository": {
  113. "type": "git",
  114. "url": "https://gitee.com/log4j/pig"
  115. }
  116. }