package.json 3.0 KB

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