package.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. {
  2. "name": "vue-element-admin",
  3. "version": "4.2.1",
  4. "license": "MIT",
  5. "scripts": {
  6. "dev": "vue-cli-service serve",
  7. "build:prod": "vue-cli-service build",
  8. "build:stage": "vue-cli-service build --mode staging",
  9. "preview": "node build/index.js --preview",
  10. "lint": "eslint --ext .js,.vue src",
  11. "test:unit": "jest --clearCache && vue-cli-service test:unit",
  12. "test:ci": "npm run lint && npm run test:unit",
  13. "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
  14. "new": "plop"
  15. },
  16. "husky": {
  17. "hooks": {
  18. "pre-commit": "lint-staged"
  19. }
  20. },
  21. "lint-staged": {
  22. "src/**/*.{js,vue}": [
  23. "eslint --fix",
  24. "git add"
  25. ]
  26. },
  27. "keywords": [
  28. "vue",
  29. "admin",
  30. "dashboard",
  31. "element-ui",
  32. "boilerplate",
  33. "admin-template",
  34. "management-system"
  35. ],
  36. "dependencies": {
  37. "@antv/g6": "3.1.10",
  38. "@antv/g6-editor": "^1.2.0",
  39. "@antv/util": "1.3.1",
  40. "@riophae/vue-treeselect": "0.4.0",
  41. "@toast-ui/editor": "^3.1.3",
  42. "ace-builds": "^1.4.12",
  43. "axios": "^0.21.1",
  44. "cache-loader": "^4.1.0",
  45. "clipboard": "^2.0.6",
  46. "codemirror": "^5.58.1",
  47. "core-js": "^2.6.11",
  48. "cos-js-sdk-v5": "^1.4.20",
  49. "dayjs": "^1.11.3",
  50. "driver.js": "0.9.5",
  51. "dropzone": "5.5.1",
  52. "e-icon-picker": "1.0.7",
  53. "echarts": "^4.8.0",
  54. "element-ui": "^2.13.2",
  55. "file-saver": "2.0.1",
  56. "form-making": "^1.2.8",
  57. "fuse.js": "3.4.4",
  58. "js-cookie": "2.2.0",
  59. "jsonlint": "1.6.3",
  60. "jszip": "3.2.1",
  61. "moment": "^2.27.0",
  62. "monaco-editor": "^0.20.0",
  63. "normalize.css": "7.0.0",
  64. "nprogress": "0.2.0",
  65. "numericjs": "^1.2.6",
  66. "path-to-regexp": "2.4.0",
  67. "qiniu-js": "^3.0.3",
  68. "qs": "^6.10.1",
  69. "screenfull": "4.2.0",
  70. "showdown": "^1.9.1",
  71. "solarlunar": "^2.0.7",
  72. "sortablejs": "1.8.4",
  73. "viewerjs": "^1.6.1",
  74. "vue": "^2.6.12",
  75. "vue-codemirror": "^4.0.6",
  76. "vue-codemirror-lite": "^1.0.4",
  77. "vue-count-to": "1.0.13",
  78. "vue-cropper": "^0.5.0",
  79. "vue-i18n": "^6.1.3",
  80. "vue-loader": "^15.9.3",
  81. "vue-particles": "^1.0.9",
  82. "vue-quill-editor": "^3.0.6",
  83. "vue-router": "3.0.2",
  84. "vue-splitpane": "1.0.4",
  85. "vue2-editor": "^2.10.2",
  86. "vuedraggable": "2.20.0",
  87. "vueify": "^9.4.1",
  88. "vuex": "3.1.0",
  89. "xlsx": "^0.14.1"
  90. },
  91. "devDependencies": {
  92. "@babel/core": "7.0.0",
  93. "@babel/register": "^7.9.0",
  94. "@vue/cli-plugin-babel": "3.5.3",
  95. "@vue/cli-plugin-eslint": "^3.9.1",
  96. "@vue/cli-plugin-unit-jest": "3.5.3",
  97. "@vue/cli-service": "3.5.3",
  98. "@vue/test-utils": "1.0.0-beta.29",
  99. "autoprefixer": "^9.5.1",
  100. "babel-core": "7.0.0-bridge.0",
  101. "babel-eslint": "10.0.1",
  102. "babel-jest": "23.6.0",
  103. "beautifier": "^0.1.7",
  104. "chalk": "2.4.2",
  105. "chokidar": "2.1.5",
  106. "connect": "3.6.6",
  107. "eslint": "5.15.3",
  108. "eslint-plugin-vue": "5.2.2",
  109. "html-webpack-plugin": "3.2.0",
  110. "husky": "1.3.1",
  111. "lint-staged": "8.1.5",
  112. "mockjs": "1.0.1-beta3",
  113. "monaco-editor-webpack-plugin": "^1.9.0",
  114. "node-sass": "^4.13.1",
  115. "plop": "2.3.0",
  116. "runjs": "^4.3.2",
  117. "sass-loader": "^7.1.0",
  118. "script-ext-html-webpack-plugin": "2.1.3",
  119. "script-loader": "0.7.2",
  120. "serve-static": "^1.13.2",
  121. "svg-sprite-loader": "4.1.3",
  122. "svgo": "1.2.0",
  123. "vue-template-compiler": "^2.6.12",
  124. "webpack": "^4.23.0"
  125. },
  126. "engines": {
  127. "node": ">=8.9",
  128. "npm": ">= 3.0.0"
  129. },
  130. "browserslist": [
  131. "> 1%",
  132. "last 2 versions"
  133. ]
  134. }