package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "name": "vue-antd-pro",
  3. "version": "3.0.4",
  4. "private": true,
  5. "scripts": {
  6. "serve": "vue-cli-service serve",
  7. "build": "vue-cli-service build --no-module",
  8. "test:unit": "vue-cli-service test:unit",
  9. "lint": "vue-cli-service lint",
  10. "build:preview": "vue-cli-service build --no-module --mode preview",
  11. "lint:nofix": "vue-cli-service lint --no-fix",
  12. "lint:js": "eslint src/**/*.js --fix",
  13. "lint:css": "stylelint src/**/*.*ss --fix --custom-syntax postcss-less",
  14. "prepare": "husky install"
  15. },
  16. "dependencies": {
  17. "@ant-design-vue/pro-layout": "^1.0.12",
  18. "@antv/data-set": "^0.10.2",
  19. "@vue-office/docx": "^1.6.2",
  20. "@vue-office/excel": "^1.7.11",
  21. "@vue/composition-api": "^1.7.2",
  22. "ant-design-vue": "^1.7.8",
  23. "axios": "^0.26.1",
  24. "babel-loader": "8",
  25. "core-js": "^3.21.1",
  26. "dhtmlx-gantt": "6.3.7",
  27. "echarts": "^5.5.0",
  28. "enquire.js": "^2.1.6",
  29. "file-saver": "^2.0.5",
  30. "flowchart-vue": "^0.32.0",
  31. "jszip": "^3.10.1",
  32. "lodash.clonedeep": "^4.5.0",
  33. "lodash.get": "^4.4.2",
  34. "lodash.pick": "^4.4.0",
  35. "md5": "^2.3.0",
  36. "mockjs2": "1.0.8",
  37. "moment": "^2.29.2",
  38. "nprogress": "^0.2.0",
  39. "pptx-preview": "^1.0.1",
  40. "store": "^2.0.12",
  41. "viser-vue": "^2.4.8",
  42. "vue": "^2.6.14",
  43. "vue-baidu-map": "^0.21.22",
  44. "vue-clipboard2": "^0.2.1",
  45. "vue-color": "^2.8.1",
  46. "vue-cropper": "0.4.9",
  47. "vue-demi": "^0.14.10",
  48. "vue-draggable-resizable": "^2.2.0",
  49. "vue-grid-layout": "^2.4.0",
  50. "vue-i18n": "^8.27.1",
  51. "vue-quill-editor": "^3.0.6",
  52. "vue-router": "^3.5.3",
  53. "vue-simple-uploader": "^0.7.6",
  54. "vue-svg-component-runtime": "^1.0.1",
  55. "vue-template-compiler": "^2.6.14",
  56. "vue-upload-component": "^2.8.23",
  57. "vue-xss": "^1.0.5",
  58. "vuedraggable": "^2.24.3",
  59. "vuex": "^3.6.2",
  60. "wangeditor": "^3.1.1",
  61. "xlsx": "^0.18.5"
  62. },
  63. "devDependencies": {
  64. "@ant-design/colors": "^3.2.2",
  65. "@commitlint/cli": "^12.1.4",
  66. "@commitlint/config-conventional": "^12.1.4",
  67. "@vue/babel-helper-vue-jsx-merge-props": "^1.2.1",
  68. "@vue/cli-plugin-babel": "~5.0.8",
  69. "@vue/cli-plugin-eslint": "~5.0.8",
  70. "@vue/cli-plugin-router": "~5.0.8",
  71. "@vue/cli-plugin-unit-jest": "~5.0.8",
  72. "@vue/cli-plugin-vuex": "~5.0.8",
  73. "@vue/cli-service": "~5.0.8",
  74. "@vue/eslint-config-standard": "^4.0.0",
  75. "@vue/test-utils": "^1.3.0",
  76. "babel-eslint": "^10.1.0",
  77. "babel-plugin-import": "^1.13.3",
  78. "babel-plugin-transform-remove-console": "^6.9.4",
  79. "commitizen": "^4.2.4",
  80. "cz-conventional-changelog": "^3.3.0",
  81. "eslint": "^7.0.0",
  82. "eslint-plugin-html": "^5.0.5",
  83. "eslint-plugin-vue": "^5.2.3",
  84. "file-loader": "^6.2.0",
  85. "git-revision-webpack-plugin": "^3.0.6",
  86. "husky": "^6.0.0",
  87. "less": "^3.13.1",
  88. "less-loader": "^5.0.0",
  89. "lint-staged": "^12.5.0",
  90. "postcss": "^8.3.5",
  91. "postcss-less": "^6.0.0",
  92. "regenerator-runtime": "^0.13.9",
  93. "stylelint": "^14.8.5",
  94. "stylelint-config-css-modules": "^4.1.0",
  95. "stylelint-config-recess-order": "^3.0.0",
  96. "stylelint-config-recommended": "^7.0.0",
  97. "stylelint-config-standard": "^25.0.0",
  98. "stylelint-order": "^5.0.0",
  99. "vue-svg-icon-loader": "^2.1.1",
  100. "vue-svg-loader": "0.16.0",
  101. "webpack-theme-color-replacer": "^1.3.26"
  102. },
  103. "config": {
  104. "commitizen": {
  105. "path": "./node_modules/cz-conventional-changelog"
  106. }
  107. },
  108. "husky": {
  109. "hooks": {
  110. "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
  111. }
  112. },
  113. "gitHooks": {
  114. "pre-commit": "lint-staged"
  115. }
  116. }