選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

package.json 2.6 KiB

1年前
1年前
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "name": "vue-antd-admin",
  3. "version": "0.7.2",
  4. "homepage": "https://iczer.github.io/vue-antd-admin",
  5. "private": true,
  6. "scripts": {
  7. "serve": "vue-cli-service serve",
  8. "build": "vue-cli-service build --dest dist_审单云系统_生产",
  9. "build:test": "vue-cli-service build --mode test --dest dist_审单云系统_测试",
  10. "lint": "vue-cli-service lint"
  11. },
  12. "dependencies": {
  13. "@antv/data-set": "^0.11.4",
  14. "@antv/x6": "^1.29.0",
  15. "animate.css": "^4.1.0",
  16. "ant-design-vue": "1.7.2",
  17. "axios": "^0.21.1",
  18. "clipboard": "^2.0.6",
  19. "codemirror": "^5.55.0",
  20. "core-js": "^3.6.5",
  21. "date-fns": "^2.14.0",
  22. "echarts": "^5.3.2",
  23. "enquire.js": "^2.1.6",
  24. "highlight.js": "^10.2.1",
  25. "js-cookie": "^2.2.1",
  26. "mockjs": "^1.1.0",
  27. "nprogress": "^0.2.0",
  28. "plupload": "^2.3.7",
  29. "qrcodejs2": "^0.0.2",
  30. "register-service-worker": "^1.7.1",
  31. "smooth-scrollbar": "^8.5.2",
  32. "sortablejs": "^1.10.2",
  33. "uuid": "^8.3.2",
  34. "v-viewer": "^1.6.4",
  35. "viser-vue": "^2.4.8",
  36. "vue": "^2.6.11",
  37. "vue-clipboard2": "^0.3.3",
  38. "vue-count-to": "^1.0.13",
  39. "vue-i18n": "^8.18.2",
  40. "vue-quill-editor": "^3.0.6",
  41. "vue-router": "^3.3.4",
  42. "vuedraggable": "^2.23.2",
  43. "vuex": "^3.4.0"
  44. },
  45. "devDependencies": {
  46. "@ant-design/colors": "^4.0.1",
  47. "@vue/cli-plugin-babel": "^4.4.0",
  48. "@vue/cli-plugin-eslint": "^4.4.0",
  49. "@vue/cli-service": "^4.4.0",
  50. "@vuepress/plugin-back-to-top": "^1.5.2",
  51. "babel-eslint": "^8.0.2",
  52. "babel-plugin-transform-remove-console": "^6.9.4",
  53. "babel-polyfill": "^6.26.0",
  54. "compression-webpack-plugin": "^2.0.0",
  55. "deepmerge": "^4.2.2",
  56. "eslint": "^6.7.2",
  57. "eslint-plugin-vue": "^6.2.2",
  58. "fast-deep-equal": "^3.1.3",
  59. "gh-pages": "^3.1.0",
  60. "less-loader": "^6.1.1",
  61. "style-resources-loader": "^1.3.2",
  62. "vue-cli-plugin-style-resources-loader": "^0.1.4",
  63. "vue-template-compiler": "^2.6.11",
  64. "vuepress": "^1.5.2",
  65. "webpack-theme-color-replacer": "^1.3.12",
  66. "whatwg-fetch": "^3.0.0"
  67. },
  68. "eslintConfig": {
  69. "root": true,
  70. "env": {
  71. "node": true
  72. },
  73. "extends": [
  74. "plugin:vue/essential",
  75. "eslint:recommended"
  76. ],
  77. "parserOptions": {
  78. "parser": "babel-eslint"
  79. },
  80. "rules": {
  81. "no-unused-vars": 0,
  82. "no-undef": 1,
  83. "no-irregular-whitespace": 1,
  84. "no-multiple-empty-lines": [
  85. 1,
  86. {
  87. "max": 1
  88. }
  89. ],
  90. "indent": [
  91. 2,
  92. 2
  93. ]
  94. }
  95. },
  96. "browserslist": [
  97. "> 1%",
  98. "last 2 versions",
  99. "not ie <= 10"
  100. ]
  101. }