package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  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. "axios": "0.18.1",
  46. "clipboard": "2.0.4",
  47. "codemirror": "5.45.0",
  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. "js-cookie": "2.2.0",
  55. "jsonlint": "1.6.3",
  56. "jszip": "3.2.1",
  57. "normalize.css": "7.0.0",
  58. "nprogress": "0.2.0",
  59. "path-to-regexp": "2.4.0",
  60. "screenfull": "4.2.0",
  61. "script-loader": "0.7.2",
  62. "showdown": "1.9.0",
  63. "sortablejs": "1.8.4",
  64. "ts-md5": "^1.3.1",
  65. "vant": "^2.12.37",
  66. "view-design": "^4.3.2",
  67. "vue": "2.6.10",
  68. "vue-awesome-swiper": "^3.1.3",
  69. "vue-count-to": "1.0.13",
  70. "vue-router": "3.0.2",
  71. "vue-splitpane": "1.0.4",
  72. "vue-ueditor-wrap": "^2.4.1",
  73. "vuedraggable": "2.20.0",
  74. "vuex": "3.1.0",
  75. "xlsx": "0.14.1"
  76. },
  77. "devDependencies": {
  78. "@babel/core": "7.4.0",
  79. "@babel/register": "7.0.0",
  80. "@vue/cli-plugin-babel": "3.5.3",
  81. "@vue/cli-plugin-eslint": "^3.9.1",
  82. "@vue/cli-plugin-unit-jest": "3.5.3",
  83. "@vue/cli-service": "3.5.3",
  84. "@vue/test-utils": "1.0.0-beta.29",
  85. "autoprefixer": "^9.5.1",
  86. "babel-core": "7.0.0-bridge.0",
  87. "babel-eslint": "10.0.1",
  88. "babel-jest": "23.6.0",
  89. "chalk": "2.4.2",
  90. "chokidar": "2.1.5",
  91. "connect": "3.6.6",
  92. "eslint": "5.15.3",
  93. "eslint-plugin-vue": "^5.2.2",
  94. "html-webpack-plugin": "3.2.0",
  95. "husky": "1.3.1",
  96. "lint-staged": "8.1.5",
  97. "mockjs": "1.0.1-beta3",
  98. "node-sass": "^4.13.1",
  99. "patch-package": "^6.2.2",
  100. "plop": "2.3.0",
  101. "runjs": "^4.3.2",
  102. "sass-loader": "^7.3.1",
  103. "script-ext-html-webpack-plugin": "2.1.3",
  104. "serve-static": "^1.13.2",
  105. "svg-sprite-loader": "4.1.3",
  106. "svgo": "1.2.0",
  107. "vue-lazyload": "^1.3.3",
  108. "vue-template-compiler": "2.6.10"
  109. },
  110. "engines": {
  111. "node": ">=8.9",
  112. "npm": ">= 3.0.0"
  113. },
  114. "browserslist": [
  115. "> 1%",
  116. "last 2 versions"
  117. ]
  118. }