package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  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. "ant-design-vue": "^1.7.8",
  20. "axios": "^0.26.1",
  21. "babel-loader": "8",
  22. "core-js": "^3.21.1",
  23. "dhtmlx-gantt": "6.3.7",
  24. "echarts": "^5.5.0",
  25. "enquire.js": "^2.1.6",
  26. "file-saver": "^2.0.5",
  27. "flowchart-vue": "^0.32.0",
  28. "jszip": "^3.10.1",
  29. "lodash.clonedeep": "^4.5.0",
  30. "lodash.get": "^4.4.2",
  31. "lodash.pick": "^4.4.0",
  32. "md5": "^2.3.0",
  33. "mockjs2": "1.0.8",
  34. "moment": "^2.29.2",
  35. "nprogress": "^0.2.0",
  36. "store": "^2.0.12",
  37. "viser-vue": "^2.4.8",
  38. "vue": "^2.6.14",
  39. "vue-baidu-map": "^0.21.22",
  40. "vue-clipboard2": "^0.2.1",
  41. "vue-cropper": "0.4.9",
  42. "vue-i18n": "^8.27.1",
  43. "vue-quill-editor": "^3.0.6",
  44. "vue-router": "^3.5.3",
  45. "vue-simple-uploader": "^0.7.6",
  46. "vue-svg-component-runtime": "^1.0.1",
  47. "vue-template-compiler": "^2.6.14",
  48. "vue-upload-component": "^2.8.23",
  49. "vuedraggable": "^2.24.3",
  50. "vuex": "^3.6.2",
  51. "wangeditor": "^3.1.1"
  52. },
  53. "devDependencies": {
  54. "@ant-design/colors": "^3.2.2",
  55. "@commitlint/cli": "^12.1.4",
  56. "@commitlint/config-conventional": "^12.1.4",
  57. "@vue/babel-helper-vue-jsx-merge-props": "^1.2.1",
  58. "@vue/cli-plugin-babel": "~5.0.8",
  59. "@vue/cli-plugin-eslint": "~5.0.8",
  60. "@vue/cli-plugin-router": "~5.0.8",
  61. "@vue/cli-plugin-unit-jest": "~5.0.8",
  62. "@vue/cli-plugin-vuex": "~5.0.8",
  63. "@vue/cli-service": "~5.0.8",
  64. "@vue/eslint-config-standard": "^4.0.0",
  65. "@vue/test-utils": "^1.3.0",
  66. "babel-eslint": "^10.1.0",
  67. "babel-plugin-import": "^1.13.3",
  68. "babel-plugin-transform-remove-console": "^6.9.4",
  69. "commitizen": "^4.2.4",
  70. "cz-conventional-changelog": "^3.3.0",
  71. "eslint": "^7.0.0",
  72. "eslint-plugin-html": "^5.0.5",
  73. "eslint-plugin-vue": "^5.2.3",
  74. "file-loader": "^6.2.0",
  75. "git-revision-webpack-plugin": "^3.0.6",
  76. "husky": "^6.0.0",
  77. "less": "^3.13.1",
  78. "less-loader": "^5.0.0",
  79. "lint-staged": "^12.5.0",
  80. "postcss": "^8.3.5",
  81. "postcss-less": "^6.0.0",
  82. "regenerator-runtime": "^0.13.9",
  83. "stylelint": "^14.8.5",
  84. "stylelint-config-css-modules": "^4.1.0",
  85. "stylelint-config-recess-order": "^3.0.0",
  86. "stylelint-config-recommended": "^7.0.0",
  87. "stylelint-config-standard": "^25.0.0",
  88. "stylelint-order": "^5.0.0",
  89. "vue-svg-icon-loader": "^2.1.1",
  90. "vue-svg-loader": "0.16.0",
  91. "webpack-theme-color-replacer": "^1.3.26"
  92. },
  93. "config": {
  94. "commitizen": {
  95. "path": "./node_modules/cz-conventional-changelog"
  96. }
  97. },
  98. "husky": {
  99. "hooks": {
  100. "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
  101. }
  102. },
  103. "gitHooks": {
  104. "pre-commit": "lint-staged"
  105. }
  106. }