package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  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",
  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. "lint-staged": {
  20. "src/**/*.{js,vue}": [
  21. "eslint --fix",
  22. "git add"
  23. ]
  24. },
  25. "keywords": [
  26. "vue",
  27. "admin",
  28. "dashboard",
  29. "element-ui",
  30. "boilerplate",
  31. "admin-template",
  32. "management-system"
  33. ],
  34. "repository": {
  35. "type": "git",
  36. "url": "git+https://github.com/PanJiaChen/vue-element-admin.git"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/PanJiaChen/vue-element-admin/issues"
  40. },
  41. "dependencies": {
  42. "@form-create/element-ui": "^1.0.17",
  43. "axios": "0.18.1",
  44. "clipboard": "2.0.4",
  45. "codemirror": "5.45.0",
  46. "cos-js-sdk-v5": "^1.2.9",
  47. "crypto-js": "^4.1.1",
  48. "driver.js": "0.9.5",
  49. "dropzone": "5.5.1",
  50. "echarts": "4.2.1",
  51. "element-ui": "2.13.2",
  52. "file-saver": "2.0.1",
  53. "fuse.js": "3.4.4",
  54. "html2canvas": "^1.1.0",
  55. "js-cookie": "2.2.0",
  56. "jsonlint": "1.6.3",
  57. "jszip": "3.2.1",
  58. "moment": "^2.29.1",
  59. "monaco-editor": "^0.19.3",
  60. "node-sass": "^4.13.1",
  61. "normalize.css": "7.0.0",
  62. "nprogress": "0.2.0",
  63. "path-to-regexp": "2.4.0",
  64. "qiniu-js": "^2.5.5",
  65. "qrcodejs2": "0.0.2",
  66. "screenfull": "4.2.0",
  67. "script-loader": "0.7.2",
  68. "showdown": "1.9.0",
  69. "sortablejs": "1.8.4",
  70. "view-design": "^4.3.2",
  71. "vue": "2.6.10",
  72. "vue-awesome-swiper": "^3.1.3",
  73. "vue-count-to": "1.0.13",
  74. "vue-qr": "^2.5.0",
  75. "vue-router": "3.0.2",
  76. "vue-splitpane": "1.0.4",
  77. "vue-ueditor-wrap": "^2.4.1",
  78. "vuedraggable": "2.20.0",
  79. "vuex": "3.1.0",
  80. "wangeditor": "^4.7.12",
  81. "xlsx": "0.14.1"
  82. },
  83. "devDependencies": {
  84. "@babel/core": "7.0.0",
  85. "@babel/register": "7.0.0",
  86. "@vue/cli-plugin-babel": "3.5.3",
  87. "@vue/cli-plugin-eslint": "^3.9.1",
  88. "@vue/cli-plugin-unit-jest": "3.5.3",
  89. "@vue/cli-service": "3.5.3",
  90. "@vue/test-utils": "1.0.0-beta.29",
  91. "autoprefixer": "^9.5.1",
  92. "babel-core": "7.0.0-bridge.0",
  93. "babel-jest": "23.6.0",
  94. "cache-loader": "^2.0.1",
  95. "chalk": "2.4.2",
  96. "chokidar": "2.1.5",
  97. "connect": "3.6.6",
  98. "eslint": "5.15.3",
  99. "eslint-plugin-vue": "5.2.2",
  100. "html-webpack-plugin": "3.2.0",
  101. "husky": "1.3.1",
  102. "lint-staged": "8.1.5",
  103. "mockjs": "1.0.1-beta3",
  104. "patch-package": "^6.2.2",
  105. "plop": "2.3.0",
  106. "runjs": "^4.3.2",
  107. "sass-loader": "^7.3.1",
  108. "script-ext-html-webpack-plugin": "2.1.3",
  109. "serve-static": "^1.13.2",
  110. "svg-sprite-loader": "4.1.3",
  111. "svgo": "1.2.0",
  112. "vue-lazyload": "^1.3.3",
  113. "vue-template-compiler": "2.6.10",
  114. "vuex-persist": "^3.1.3"
  115. },
  116. "engines": {
  117. "node": ">=8.9",
  118. "npm": ">= 3.0.0"
  119. },
  120. "browserslist": [
  121. "> 1%",
  122. "last 2 versions"
  123. ],
  124. "homepage": "https://github.com/PanJiaChen/vue-element-admin#readme",
  125. "main": ".eslintrc.js",
  126. "directories": {
  127. "test": "tests"
  128. }
  129. }