package.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. {
  2. "name": "MES系统",
  3. "version": "1.0.0",
  4. "private": true,
  5. "type": "module",
  6. "scripts": {
  7. "preinstall": "npx only-allow pnpm",
  8. "dev": "vite serve --mode development",
  9. "build": "vite build --mode production",
  10. "lint:eslint": "eslint --fix --ext .ts,.js,.vue ./src ",
  11. "lint:prettier": "prettier --write \"**/*.{js,cjs,ts,json,tsx,css,less,scss,vue,html,md}\"",
  12. "lint:stylelint": "stylelint \"**/*.{css,scss,vue}\" --fix",
  13. "lint:lint-staged": "lint-staged",
  14. "commit": "git-cz"
  15. },
  16. "config": {
  17. "commitizen": {
  18. "path": "node_modules/cz-git"
  19. }
  20. },
  21. "lint-staged": {
  22. "*.{js,ts}": [
  23. "eslint --fix",
  24. "prettier --write"
  25. ],
  26. "*.{cjs,json}": [
  27. "prettier --write"
  28. ],
  29. "*.{vue,html}": [
  30. "eslint --fix",
  31. "prettier --write",
  32. "stylelint --fix"
  33. ],
  34. "*.{scss,css}": [
  35. "stylelint --fix",
  36. "prettier --write"
  37. ],
  38. "*.md": [
  39. "prettier --write"
  40. ]
  41. },
  42. "dependencies": {
  43. "@element-plus/icons-vue": "^2.3.1",
  44. "@smallwei/avue": "^3.3.3",
  45. "@types/smallwei__avue": "^3.0.5",
  46. "@vue-flow/background": "^1.3.0",
  47. "@vue-flow/core": "^1.37.1",
  48. "@vue-flow/minimap": "^1.5.0",
  49. "@vueup/vue-quill": "1.0.0-alpha.40",
  50. "@vueuse/core": "^10.9.0",
  51. "@wangeditor/editor": "^5.1.23",
  52. "@wangeditor/editor-for-vue": "5.1.10",
  53. "animate.css": "^4.1.1",
  54. "axios": "^1.6.7",
  55. "echarts": "^5.5.0",
  56. "element-plus": "^2.6.0",
  57. "exceljs": "^4.4.0",
  58. "file-saver": "^2.0.5",
  59. "fs": "0.0.1-security",
  60. "html-to-image": "^1.11.11",
  61. "html2canvas": "^1.4.1",
  62. "lodash-es": "^4.17.21",
  63. "luckyexcel": "^1.0.1",
  64. "nanoid": "^5.0.7",
  65. "net": "^1.0.2",
  66. "nprogress": "^0.2.0",
  67. "path-browserify": "^1.0.1",
  68. "path-to-regexp": "^6.2.1",
  69. "pinia": "^2.1.7",
  70. "pinia-plugin-persist": "^1.0.0",
  71. "print-js": "^1.6.0",
  72. "sockjs-client": "1.6.1",
  73. "sortablejs": "^1.15.2",
  74. "stompjs": "^2.3.3",
  75. "uuid": "^9.0.1",
  76. "vue": "^3.4.21",
  77. "vue-draggable-plus": "^0.4.0",
  78. "vue-i18n": "9.9.1",
  79. "vue-pdf-embed": "^2.0.2",
  80. "vue-qrcode": "^2.2.2",
  81. "vue-router": "^4.3.0",
  82. "vue3-pdfjs": "^0.1.6",
  83. "xlsx": "^0.18.5"
  84. },
  85. "devDependencies": {
  86. "@commitlint/cli": "^18.6.1",
  87. "@commitlint/config-conventional": "^18.6.2",
  88. "@iconify-json/ep": "^1.1.14",
  89. "@types/lodash": "^4.14.202",
  90. "@types/node": "^20.11.24",
  91. "@types/nprogress": "^0.2.3",
  92. "@types/path-browserify": "^1.0.2",
  93. "@types/sockjs-client": "^1.5.4",
  94. "@types/sortablejs": "^1.15.8",
  95. "@types/stompjs": "^2.3.9",
  96. "@types/uuid": "^9.0.8",
  97. "@typescript-eslint/eslint-plugin": "^7.1.1",
  98. "@typescript-eslint/parser": "^7.1.1",
  99. "@vitejs/plugin-vue": "^5.0.4",
  100. "@vitejs/plugin-vue-jsx": "^3.1.0",
  101. "autoprefixer": "^10.4.18",
  102. "commitizen": "^4.3.0",
  103. "cz-git": "^1.9.0",
  104. "eslint": "^8.57.0",
  105. "eslint-config-prettier": "^9.1.0",
  106. "eslint-plugin-import": "^2.29.1",
  107. "eslint-plugin-prettier": "^5.1.3",
  108. "eslint-plugin-vue": "^9.22.0",
  109. "fast-glob": "^3.3.2",
  110. "lint-staged": "^15.2.2",
  111. "postcss": "^8.4.35",
  112. "postcss-html": "^1.6.0",
  113. "postcss-scss": "^4.0.9",
  114. "prettier": "^3.2.5",
  115. "sass": "^1.71.1",
  116. "stylelint": "^16.2.1",
  117. "stylelint-config-html": "^1.1.0",
  118. "stylelint-config-recess-order": "^4.6.0",
  119. "stylelint-config-recommended-scss": "^14.0.0",
  120. "stylelint-config-recommended-vue": "^1.5.0",
  121. "stylelint-config-standard": "^36.0.0",
  122. "terser": "^5.28.1",
  123. "typescript": "^5.3.3",
  124. "unocss": "^0.58.5",
  125. "unplugin-auto-import": "^0.17.5",
  126. "unplugin-icons": "^0.18.5",
  127. "unplugin-vue-components": "^0.26.0",
  128. "vite": "^5.1.5",
  129. "vite-plugin-mock-dev-server": "^1.4.7",
  130. "vite-plugin-svg-icons": "^2.0.1",
  131. "vue-tsc": "^2.0.4"
  132. },
  133. "repository": "https://gitee.com/youlaiorg/vue3-element-admin.git",
  134. "author": "有来开源组织",
  135. "license": "MIT",
  136. "engines": {
  137. "node": ">=18.0.0"
  138. }
  139. }