package.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. {
  2. "name": "vue-antd-pro",
  3. "version": "2.0.0",
  4. "private": true,
  5. "scripts": {
  6. "serve": "vue-cli-service serve",
  7. "build": "vue-cli-service build",
  8. "build:preview": "vue-cli-service build --mode preview",
  9. "lint": "vue-cli-service lint",
  10. "lint:nofix": "vue-cli-service lint --no-fix",
  11. "test:unit": "vue-cli-service test:unit",
  12. "postinstall": "opencollective-postinstall"
  13. },
  14. "dependencies": {
  15. "@antv/data-set": "^0.10.2",
  16. "@antv/g2": "^4.0.11",
  17. "@sven0706/websocket": "^1.0.1",
  18. "@toast-ui/calendar": "^2.1.3",
  19. "ant-design-vue": "^1.7.8",
  20. "antd": "^3.23.6",
  21. "axios": "^0.19.0",
  22. "core-js": "2.6.9",
  23. "echarts": "^5.4.1",
  24. "enquire.js": "^2.1.6",
  25. "jquery": "^3.2.1",
  26. "jsplumb": "^2.15.6",
  27. "jssha": "^2.3.1",
  28. "lodash.get": "^4.4.2",
  29. "lodash.pick": "^4.4.0",
  30. "md5": "^2.2.1",
  31. "mockjs2": "1.0.7",
  32. "moment": "^2.24.0",
  33. "nprogress": "^0.2.0",
  34. "qrcodejs2": "0.0.2",
  35. "sass-loader": "^10.0.3",
  36. "three": "^0.148.0",
  37. "tui-date-picker": "^4.3.3",
  38. "tui-time-picker": "^2.1.6",
  39. "v-viewer": "^1.5.1",
  40. "viser-vue": "^2.4.6",
  41. "vue": "^2.7.16",
  42. "vue-clipboard2": "^0.2.1",
  43. "vue-color": "^2.8.1",
  44. "vue-cookie": "^1.1.4",
  45. "vue-cropper": "0.4.9",
  46. "vue-drag-resize": "^1.5.4",
  47. "vue-draggable-plus": "^0.5.0",
  48. "vue-ls": "^3.2.1",
  49. "vue-print-nb": "^1.5.0",
  50. "vue-quill-editor": "^3.0.6",
  51. "vue-router": "^3.6.5",
  52. "vue-svg-component-runtime": "^1.0.1",
  53. "vue-ueditor-wrap": "^2.5.6",
  54. "vuex": "^3.6.2",
  55. "wangeditor": "^3.1.1"
  56. },
  57. "devDependencies": {
  58. "@ant-design/colors": "^3.2.1",
  59. "@babel/polyfill": "7.2.5",
  60. "@vue/cli-plugin-babel": "^3.11.0",
  61. "@vue/cli-plugin-eslint": "^3.11.0",
  62. "@vue/cli-plugin-unit-jest": "^3.11.0",
  63. "@vue/cli-service": "^3.11.0",
  64. "@vue/eslint-config-standard": "^4.0.0",
  65. "@vue/test-utils": "^1.0.0-beta.20",
  66. "babel-core": "7.0.0-bridge.0",
  67. "babel-eslint": "^10.0.3",
  68. "babel-jest": "^23.6.0",
  69. "babel-plugin-import": "^1.11.0",
  70. "babel-plugin-transform-remove-console": "^6.9.4",
  71. "compression-webpack-plugin": "^4.0.0",
  72. "eslint": "^5.8.0",
  73. "eslint-plugin-html": "^5.0.0",
  74. "eslint-plugin-vue": "^5.2.3",
  75. "less": "3.9.0",
  76. "less-loader": "4.1.0",
  77. "opencollective": "^1.0.3",
  78. "opencollective-postinstall": "^2.0.2",
  79. "vue-i18n": "^8.10.0",
  80. "vue-svg-icon-loader": "^2.1.1",
  81. "vue-template-compiler": "^2.7.16",
  82. "webpack-theme-color-replacer": "^1.2.17"
  83. },
  84. "eslintConfig": {
  85. "root": true,
  86. "env": {
  87. "node": true
  88. },
  89. "extends": [
  90. "plugin:vue/strongly-recommended",
  91. "@vue/standard"
  92. ],
  93. "parserOptions": {
  94. "parser": "babel-eslint"
  95. },
  96. "rules": {
  97. "generator-star-spacing": "off",
  98. "no-mixed-operators": 0,
  99. "vue/max-attributes-per-line": [
  100. 2,
  101. {
  102. "singleline": 5,
  103. "multiline": {
  104. "max": 1,
  105. "allowFirstLine": false
  106. }
  107. }
  108. ],
  109. "vue/attribute-hyphenation": 0,
  110. "vue/html-self-closing": 0,
  111. "vue/component-name-in-template-casing": 0,
  112. "vue/html-closing-bracket-spacing": 0,
  113. "vue/singleline-html-element-content-newline": 0,
  114. "vue/no-unused-components": 0,
  115. "vue/multiline-html-element-content-newline": 0,
  116. "vue/no-use-v-if-with-v-for": 0,
  117. "vue/html-closing-bracket-newline": 0,
  118. "vue/no-parsing-error": 0,
  119. "no-console": 0,
  120. "no-tabs": 0,
  121. "quotes": [
  122. 2,
  123. "single",
  124. {
  125. "avoidEscape": true,
  126. "allowTemplateLiterals": true
  127. }
  128. ],
  129. "semi": [
  130. 2,
  131. "never",
  132. {
  133. "beforeStatementContinuationChars": "never"
  134. }
  135. ],
  136. "no-delete-var": 2,
  137. "prefer-const": [
  138. 2,
  139. {
  140. "ignoreReadBeforeAssign": false
  141. }
  142. ]
  143. }
  144. },
  145. "postcss": {
  146. "plugins": {
  147. "autoprefixer": {}
  148. }
  149. },
  150. "browserslist": [
  151. "> 1%",
  152. "last 2 versions",
  153. "not ie <= 10"
  154. ],
  155. "collective": {
  156. "type": "opencollective",
  157. "url": "https://opencollective.com/ant-design-pro-vue"
  158. }
  159. }