package.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. {
  2. "name": "生产线综合管控采集平台",
  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. "@kjgl77/datav-vue3": "^1.7.4",
  45. "@smallwei/avue": "^3.6.0",
  46. "@stomp/stompjs": "^7.0.0",
  47. "@vitejs/plugin-vue-jsx": "^4.1.1",
  48. "@vueup/vue-quill": "^1.2.0",
  49. "@vueuse/core": "^10.11.1",
  50. "@wangeditor/editor": "^5.1.23",
  51. "@wangeditor/editor-for-vue": "5.1.10",
  52. "animate.css": "^4.1.1",
  53. "axios": "^1.7.9",
  54. "codemirror": "^5.65.18",
  55. "codemirror-editor-vue3": "^2.8.0",
  56. "dhtmlx-gantt": "^9.0.3",
  57. "echarts": "^5.5.1",
  58. "element-plus": "^2.9.1",
  59. "exceljs": "^4.4.0",
  60. "file-saver": "^2.0.5",
  61. "html2canvas": "^1.4.1",
  62. "jspdf": "^2.5.2",
  63. "lodash-es": "^4.17.21",
  64. "luckyexcel": "^1.0.1",
  65. "moment": "^2.30.1",
  66. "net": "^1.0.2",
  67. "nprogress": "^0.2.0",
  68. "path-browserify": "^1.0.1",
  69. "path-to-regexp": "^6.3.0",
  70. "pinia": "^2.3.0",
  71. "pinia-plugin-persist": "^1.0.0",
  72. "print-js": "^1.6.0",
  73. "qs": "^6.13.1",
  74. "sockjs-client": "^1.6.1",
  75. "sortablejs": "^1.15.6",
  76. "stompjs": "^2.3.3",
  77. "three": "^0.171.0",
  78. "unplugin-element-plus": "^0.8.0",
  79. "unplugin-icons": "^0.22.0",
  80. "uuid": "^11.0.3",
  81. "vue": "^3.5.13",
  82. "vue-draggable-plus": "^0.6.0",
  83. "vue-i18n": "9.9.1",
  84. "vue-pdf-embed": "2.0.2",
  85. "vue-qrcode": "^2.2.2",
  86. "vue-router": "^4.5.0",
  87. "vue3-print-nb": "^0.1.4",
  88. "xlsx": "^0.18.5"
  89. },
  90. "devDependencies": {
  91. "@commitlint/cli": "^19.6.1",
  92. "@commitlint/config-conventional": "^19.6.0",
  93. "@eslint/js": "^9.17.0",
  94. "@iconify-json/ep": "^1.2.2",
  95. "@types/codemirror": "^5.60.15",
  96. "@types/lodash": "^4.17.13",
  97. "@types/node": "^22.10.2",
  98. "@types/nprogress": "^0.2.3",
  99. "@types/path-browserify": "^1.0.3",
  100. "@types/qs": "^6.9.17",
  101. "@types/sortablejs": "^1.15.8",
  102. "@typescript-eslint/eslint-plugin": "^8.18.2",
  103. "@typescript-eslint/parser": "^8.18.2",
  104. "@vitejs/plugin-vue": "^5.2.1",
  105. "autoprefixer": "^10.4.20",
  106. "commitizen": "^4.3.1",
  107. "cz-git": "1.9.4",
  108. "eslint": "^9.17.0",
  109. "eslint-config-prettier": "^9.1.0",
  110. "eslint-plugin-prettier": "^5.2.1",
  111. "eslint-plugin-vue": "^9.32.0",
  112. "globals": "^15.14.0",
  113. "husky": "^9.1.7",
  114. "lint-staged": "^15.2.11",
  115. "postcss": "^8.4.49",
  116. "postcss-html": "^1.7.0",
  117. "postcss-scss": "^4.0.9",
  118. "prettier": "^3.4.2",
  119. "sass": "^1.83.0",
  120. "stylelint": "^16.12.0",
  121. "stylelint-config-html": "^1.1.0",
  122. "stylelint-config-recess-order": "^5.1.1",
  123. "stylelint-config-recommended-scss": "^14.1.0",
  124. "stylelint-config-recommended-vue": "^1.5.0",
  125. "stylelint-config-standard": "^36.0.1",
  126. "terser": "^5.37.0",
  127. "typescript": "5.5.4",
  128. "typescript-eslint": "^8.18.2",
  129. "unocss": "0.65.1",
  130. "unplugin-auto-import": "^0.18.6",
  131. "unplugin-vue-components": "^0.27.5",
  132. "vite": "^6.0.5",
  133. "vite-plugin-mock-dev-server": "^1.8.3",
  134. "vite-plugin-svg-icons": "^2.0.1",
  135. "vue-eslint-parser": "^9.4.3",
  136. "vue-tsc": "^2.2.0"
  137. },
  138. "repository": "https://gitee.com/youlaiorg/vue3-element-admin.git",
  139. "author": "有来开源组织",
  140. "license": "MIT",
  141. "engines": {
  142. "node": ">=18.0.0"
  143. }
  144. }