package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. {
  2. "name": "vue-element-admin",
  3. "version": "4.2.1",
  4. "description": "A magical vue admin. An out-of-box UI solution for enterprise applications. Newest development stack of vue. Lots of awesome features",
  5. "author": "Pan <panfree23@gmail.com>",
  6. "license": "MIT",
  7. "scripts": {
  8. "dev": "vue-cli-service serve",
  9. "build:prod": "vue-cli-service build --report",
  10. "build:stage": "vue-cli-service build --mode staging",
  11. "preview": "node build/index.js --preview",
  12. "lint": "eslint --ext .js,.vue src",
  13. "test:unit": "jest --clearCache && vue-cli-service test:unit",
  14. "test:ci": "npm run lint && npm run test:unit",
  15. "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
  16. "new": "plop",
  17. "postinstall": "patch-package"
  18. },
  19. "husky": {
  20. "hooks": {
  21. "pre-commit": "lint-staged"
  22. }
  23. },
  24. "lint-staged": {
  25. "src/**/*.{js,vue}": [
  26. "eslint --fix",
  27. "git add"
  28. ]
  29. },
  30. "keywords": [
  31. "vue",
  32. "admin",
  33. "dashboard",
  34. "element-ui",
  35. "boilerplate",
  36. "admin-template",
  37. "management-system"
  38. ],
  39. "repository": {
  40. "type": "git",
  41. "url": "git+https://github.com/PanJiaChen/vue-element-admin.git"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/PanJiaChen/vue-element-admin/issues"
  45. },
  46. "dependencies": {
  47. "@tinymce/tinymce-vue": "^3.0.1",
  48. "@toast-ui/editor": "3.1.3",
  49. "address-parse": "^1.2.11",
  50. "axios": "^0.21.1",
  51. "clipboard": "2.0.4",
  52. "codemirror": "5.45.0",
  53. "driver.js": "0.9.5",
  54. "dropzone": "5.5.1",
  55. "echarts": "^5.1.2",
  56. "element-china-area-data": "^5.0.2",
  57. "element-ui": "^2.15.10",
  58. "file-saver": "^2.0.5",
  59. "fuse.js": "3.4.4",
  60. "js-cookie": "2.2.0",
  61. "jsonlint": "1.6.3",
  62. "jszip": "^3.2.1",
  63. "node-sass": "^4.14.1",
  64. "normalize.css": "7.0.0",
  65. "nprogress": "0.2.0",
  66. "path-to-regexp": "2.4.0",
  67. "qiniu-js": "^3.4.0",
  68. "qrcode-decoder": "^0.1.2",
  69. "qrcodejs2": "0.0.2",
  70. "quagga": "^0.12.1",
  71. "screenfull": "4.2.0",
  72. "showdown": "^1.9.1",
  73. "sortablejs": "^1.8.4",
  74. "tinymce": "^5.1.3",
  75. "v-distpicker": "^1.2.2",
  76. "vue": "2.6.10",
  77. "vue-count-to": "1.0.13",
  78. "vue-esign": "^1.1.0",
  79. "vue-i18n": "7.3.2",
  80. "vue-pdf": "^4.3.0",
  81. "vue-router": "3.0.2",
  82. "vue-smart-parse": "^3.0.1",
  83. "vue-splitpane": "1.0.4",
  84. "vuedraggable": "2.20.0",
  85. "vuex": "3.1.0",
  86. "xlsx": "^0.14.1",
  87. "xlsx-js-style": "^1.2.0",
  88. "xlsx-style": "^0.8.13"
  89. },
  90. "devDependencies": {
  91. "@babel/core": "7.0.0",
  92. "@babel/register": "7.0.0",
  93. "@vue/cli-plugin-babel": "3.5.3",
  94. "@vue/cli-plugin-eslint": "^3.9.1",
  95. "@vue/cli-plugin-unit-jest": "3.5.3",
  96. "@vue/cli-service": "3.5.3",
  97. "@vue/test-utils": "1.0.0-beta.29",
  98. "autoprefixer": "^9.5.1",
  99. "babel-core": "7.0.0-bridge.0",
  100. "babel-eslint": "10.0.1",
  101. "babel-jest": "23.6.0",
  102. "chalk": "2.4.2",
  103. "chokidar": "2.1.5",
  104. "connect": "3.6.6",
  105. "eslint": "5.15.3",
  106. "eslint-plugin-vue": "5.2.2",
  107. "html-webpack-plugin": "3.2.0",
  108. "husky": "1.3.1",
  109. "lint-staged": "8.1.5",
  110. "mockjs": "1.0.1-beta3",
  111. "patch-package": "^6.4.7",
  112. "plop": "2.3.0",
  113. "runjs": "^4.3.2",
  114. "sass-loader": "^7.1.0",
  115. "script-ext-html-webpack-plugin": "2.1.3",
  116. "script-loader": "0.7.2",
  117. "serve-static": "^1.13.2",
  118. "svg-sprite-loader": "4.1.3",
  119. "svgo": "1.2.0",
  120. "vue-template-compiler": "2.6.10",
  121. "webpack-bundle-analyzer": "^3.6.0"
  122. },
  123. "engines": {
  124. "node": ">=8.9",
  125. "npm": ">= 3.0.0"
  126. },
  127. "browserslist": [
  128. "> 1%",
  129. "last 2 versions"
  130. ]
  131. }