package.json 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. {
  2. "name": "yudao-ui-admin-vue3",
  3. "version": "1.7.0-snapshot.1922",
  4. "description": "基于vue3、vite4、element-plus、typesScript",
  5. "author": "xingyu",
  6. "private": false,
  7. "scripts": {
  8. "i": "pnpm install",
  9. "dev": "DEBUG=vite:plugin:mkcert vite --mode base --force",
  10. "ts:check": "vue-tsc --noEmit",
  11. "build:pro": "vite build --mode pro",
  12. "build:dev": "vite build --mode dev",
  13. "build:test": "npm run ts:check && vite build --mode test",
  14. "serve:pro": "vite preview --mode pro",
  15. "serve:dev": "vite preview --mode dev",
  16. "serve:test": "vite preview --mode test",
  17. "npm:check": "npx npm-check-updates",
  18. "clean": "npx rimraf node_modules",
  19. "clean:cache": "npx rimraf node_modules/.cache",
  20. "lint:eslint": "eslint --fix --ext .js,.ts,.vue ./src",
  21. "lint:format": "prettier --write --loglevel warn \"src/**/*.{js,ts,json,tsx,css,less,scss,vue,html,md}\"",
  22. "lint:style": "stylelint --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
  23. "lint:lint-staged": "lint-staged -c ",
  24. "lint:pretty": "pretty-quick --staged"
  25. },
  26. "dependencies": {
  27. "@form-create/designer": "^3.1.0",
  28. "@form-create/element-ui": "^3.1.17",
  29. "@iconify/iconify": "^3.1.0",
  30. "@vueuse/core": "^9.12.0",
  31. "@wangeditor/editor": "^5.1.23",
  32. "@wangeditor/editor-for-vue": "^5.1.10",
  33. "@zxcvbn-ts/core": "^2.2.1",
  34. "animate.css": "^4.1.1",
  35. "axios": "^1.3.2",
  36. "bpmn-js-token-simulation": "^0.10.0",
  37. "camunda-bpmn-moddle": "^7.0.1",
  38. "cropperjs": "^1.5.13",
  39. "crypto-js": "^4.1.1",
  40. "dayjs": "^1.11.7",
  41. "diagram-js": "^11.6.0",
  42. "echarts": "^5.4.1",
  43. "echarts-wordcloud": "^2.1.0",
  44. "element-plus": "2.2.29",
  45. "fast-xml-parser": "^4.0.13",
  46. "highlight.js": "^11.7.0",
  47. "intro.js": "^6.0.0",
  48. "jsencrypt": "^3.3.1",
  49. "lodash-es": "^4.17.21",
  50. "min-dash": "^4.0.0",
  51. "mitt": "^3.0.0",
  52. "nprogress": "^0.2.0",
  53. "pinia": "^2.0.30",
  54. "qrcode": "^1.5.1",
  55. "qs": "^6.11.0",
  56. "steady-xml": "^0.1.0",
  57. "url": "^0.11.0",
  58. "vite-plugin-mkcert": "^1.13.0",
  59. "vite-plugin-optimize-persist": "^0.1.2",
  60. "vite-plugin-package-config": "^0.1.1",
  61. "vue": "3.2.47",
  62. "vue-i18n": "9.2.2",
  63. "vue-router": "^4.1.6",
  64. "vue-types": "^5.0.2",
  65. "vuedraggable": "^4.1.0",
  66. "vxe-table": "^4.3.9",
  67. "web-storage-cache": "^1.1.1",
  68. "xe-utils": "^3.5.7",
  69. "xml-js": "^1.6.11"
  70. },
  71. "devDependencies": {
  72. "@commitlint/cli": "^17.4.2",
  73. "@commitlint/config-conventional": "^17.4.2",
  74. "@iconify/json": "^2.2.19",
  75. "@intlify/unplugin-vue-i18n": "^0.8.2",
  76. "@purge-icons/generated": "^0.9.0",
  77. "@types/intro.js": "^5.1.0",
  78. "@types/lodash-es": "^4.17.6",
  79. "@types/node": "^18.13.0",
  80. "@types/nprogress": "^0.2.0",
  81. "@types/qrcode": "^1.5.0",
  82. "@types/qs": "^6.9.7",
  83. "@typescript-eslint/eslint-plugin": "^5.51.0",
  84. "@typescript-eslint/parser": "^5.51.0",
  85. "@vitejs/plugin-legacy": "^4.0.1",
  86. "@vitejs/plugin-vue": "^4.0.0",
  87. "@vitejs/plugin-vue-jsx": "^3.0.0",
  88. "autoprefixer": "^10.4.13",
  89. "bpmn-js": "^8.9.0",
  90. "bpmn-js-properties-panel": "^0.46.0",
  91. "consola": "^2.15.3",
  92. "eslint": "^8.33.0",
  93. "eslint-config-prettier": "^8.6.0",
  94. "eslint-define-config": "^1.15.0",
  95. "eslint-plugin-prettier": "^4.2.1",
  96. "eslint-plugin-vue": "^9.9.0",
  97. "lint-staged": "^13.1.1",
  98. "postcss": "^8.4.21",
  99. "postcss-html": "^1.5.0",
  100. "postcss-scss": "^4.0.6",
  101. "prettier": "^2.8.4",
  102. "rimraf": "^4.1.2",
  103. "rollup": "^3.14.0",
  104. "sass": "^1.58.0",
  105. "stylelint": "^14.16.1",
  106. "stylelint-config-html": "^1.1.0",
  107. "stylelint-config-prettier": "^9.0.4",
  108. "stylelint-config-recommended": "^9.0.0",
  109. "stylelint-config-standard": "^29.0.0",
  110. "stylelint-order": "^6.0.1",
  111. "terser": "^5.16.3",
  112. "typescript": "4.9.5",
  113. "unplugin-auto-import": "^0.14.2",
  114. "unplugin-element-plus": "^0.6.0",
  115. "unplugin-vue-components": "^0.23.0",
  116. "vite": "4.1.1",
  117. "vite-plugin-compression": "^0.5.1",
  118. "vite-plugin-ejs": "^1.6.4",
  119. "vite-plugin-eslint": "^1.8.1",
  120. "vite-plugin-progress": "^0.0.6",
  121. "vite-plugin-purge-icons": "^0.9.2",
  122. "vite-plugin-svg-icons": "^2.0.1",
  123. "vite-plugin-vue-setup-extend": "^0.4.0",
  124. "vite-plugin-windicss": "^1.8.10",
  125. "vue-tsc": "^1.0.24",
  126. "windicss": "^3.5.6"
  127. },
  128. "engines": {
  129. "node": ">=16.0.0"
  130. },
  131. "license": "MIT",
  132. "repository": {
  133. "type": "git",
  134. "url": "git+https://gitee.com/zhijiantianya/ruoyi-vue-pro"
  135. },
  136. "bugs": {
  137. "url": "https://gitee.com/zhijiantianya/ruoyi-vue-pro/issues"
  138. },
  139. "homepage": "https://gitee.com/zhijiantianya/ruoyi-vue-pro"
  140. }