package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  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. "bin": "npm run postinstall",
  20. "lint-staged": {
  21. "src/**/*.{js,vue}": [
  22. "eslint --fix",
  23. "git add"
  24. ]
  25. },
  26. "keywords": [
  27. "vue",
  28. "admin",
  29. "dashboard",
  30. "element-ui",
  31. "boilerplate",
  32. "admin-template",
  33. "management-system"
  34. ],
  35. "repository": {
  36. "type": "git",
  37. "url": "git+https://github.com/PanJiaChen/vue-element-admin.git"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/PanJiaChen/vue-element-admin/issues"
  41. },
  42. "dependencies": {
  43. "@form-create/element-ui": "^1.0.17",
  44. "af-table-column": "^1.0.3",
  45. "ant-design-vue": "^1.7.8",
  46. "axios": "0.18.1",
  47. "clipboard": "2.0.4",
  48. "codemirror": "5.45.0",
  49. "driver.js": "0.9.5",
  50. "dropzone": "5.5.1",
  51. "easemob-emedia": "^2.1.3",
  52. "easemob-webrtc": "^3.2.2",
  53. "echarts": "4.2.1",
  54. "element-ui": "2.13.2",
  55. "file-saver": "2.0.1",
  56. "fuse.js": "3.4.4",
  57. "js-cookie": "2.2.0",
  58. "jsonlint": "1.6.3",
  59. "jszip": "^3.10.1",
  60. "node-sass": "^6.0.0",
  61. "normalize.css": "7.0.0",
  62. "nprogress": "0.2.0",
  63. "path-to-regexp": "2.4.0",
  64. "screenfull": "4.2.0",
  65. "script-loader": "0.7.2",
  66. "showdown": "1.9.0",
  67. "sortablejs": "1.8.4",
  68. "vant": "^2.12.37",
  69. "view-design": "^4.3.2",
  70. "vue": "2.6.10",
  71. "vue-awesome-swiper": "^3.1.3",
  72. "vue-count-to": "1.0.13",
  73. "vue-router": "3.0.2",
  74. "vue-splitpane": "1.0.4",
  75. "vue-ueditor-wrap": "^2.4.1",
  76. "vuedraggable": "2.20.0",
  77. "vuex": "3.1.0",
  78. "xlsx": "0.14.1"
  79. },
  80. "devDependencies": {
  81. "@babel/core": "7.4.0",
  82. "@babel/register": "7.0.0",
  83. "@vue/cli-plugin-babel": "3.5.3",
  84. "@vue/cli-plugin-unit-jest": "3.5.3",
  85. "@vue/cli-service": "3.5.3",
  86. "@vue/test-utils": "1.0.0-beta.29",
  87. "autoprefixer": "^9.5.1",
  88. "babel-core": "7.0.0-bridge.0",
  89. "babel-eslint": "10.0.1",
  90. "babel-jest": "23.6.0",
  91. "chalk": "2.4.2",
  92. "chokidar": "2.1.5",
  93. "connect": "3.6.6",
  94. "easemob-websdk": "^4.7.0",
  95. "eslint": "5.15.3",
  96. "eslint-plugin-vue": "^5.2.2",
  97. "html-webpack-plugin": "^4.0.0",
  98. "husky": "1.3.1",
  99. "less": "^3.10.3",
  100. "less-loader": "^5.0.0",
  101. "lint-staged": "8.1.5",
  102. "mockjs": "1.0.1-beta3",
  103. "patch-package": "^6.2.2",
  104. "plop": "2.3.0",
  105. "runjs": "^4.3.2",
  106. "sass-loader": "^10.4.1",
  107. "script-ext-html-webpack-plugin": "^2.1.5",
  108. "serve-static": "^1.13.2",
  109. "svg-sprite-loader": "4.1.3",
  110. "svgo": "1.2.0",
  111. "vue-lazyload": "^1.3.3",
  112. "vue-template-compiler": "2.6.10",
  113. "webpack": "^4.47.0"
  114. },
  115. "engines": {
  116. "node": ">=16",
  117. "npm": ">= 3.0.0"
  118. },
  119. "browserslist": [
  120. "> 1%",
  121. "last 2 versions"
  122. ]
  123. }