package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  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 --open",
  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. },
  18. "lint-staged": {
  19. "src/**/*.{js,vue}": [
  20. "eslint --fix",
  21. "git add"
  22. ]
  23. },
  24. "keywords": [
  25. "vue",
  26. "admin",
  27. "dashboard",
  28. "element-ui",
  29. "boilerplate",
  30. "admin-template",
  31. "management-system"
  32. ],
  33. "repository": {
  34. "type": "git",
  35. "url": "git+https://github.com/PanJiaChen/vue-element-admin.git"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/PanJiaChen/vue-element-admin/issues"
  39. },
  40. "dependencies": {
  41. "@riophae/vue-treeselect": "^0.4.0",
  42. "axios": "0.18.1",
  43. "clipboard": "2.0.4",
  44. "codemirror": "5.45.0",
  45. "driver.js": "0.9.5",
  46. "dropzone": "5.5.1",
  47. "echarts": "4.2.1",
  48. "element-ui": "2.13.0",
  49. "file-saver": "2.0.1",
  50. "fuse.js": "3.4.4",
  51. "js-cookie": "2.2.0",
  52. "js-md5": "^0.7.3",
  53. "jsonlint": "1.6.3",
  54. "jszip": "3.2.1",
  55. "moment": "^2.29.1",
  56. "normalize.css": "7.0.0",
  57. "nprogress": "0.2.0",
  58. "path-to-regexp": "2.4.0",
  59. "quill": "^1.3.7",
  60. "screenfull": "4.2.0",
  61. "script-loader": "0.7.2",
  62. "showdown": "1.9.0",
  63. "sortablejs": "1.8.4",
  64. "tui-editor": "1.3.3",
  65. "vue": "2.6.10",
  66. "vue-count-to": "1.0.13",
  67. "vue-quill-editor": "^3.0.6",
  68. "vue-router": "3.0.2",
  69. "vue-splitpane": "1.0.4",
  70. "vuedraggable": "2.20.0",
  71. "vuex": "3.1.0",
  72. "xlsx": "0.14.1"
  73. },
  74. "devDependencies": {
  75. "@babel/core": "7.0.0",
  76. "@babel/register": "7.0.0",
  77. "@vue/cli-plugin-babel": "3.5.3",
  78. "@vue/cli-plugin-eslint": "^3.9.1",
  79. "@vue/cli-plugin-unit-jest": "3.5.3",
  80. "@vue/cli-service": "3.5.3",
  81. "@vue/test-utils": "1.0.0-beta.29",
  82. "autoprefixer": "^9.5.1",
  83. "babel-core": "7.0.0-bridge.0",
  84. "babel-eslint": "10.0.1",
  85. "babel-jest": "23.6.0",
  86. "chalk": "2.4.2",
  87. "chokidar": "2.1.5",
  88. "connect": "3.6.6",
  89. "eslint": "5.15.3",
  90. "eslint-plugin-vue": "5.2.2",
  91. "html-webpack-plugin": "3.2.0",
  92. "husky": "1.3.1",
  93. "lint-staged": "8.1.5",
  94. "mockjs": "1.0.1-beta3",
  95. "node-sass": "^4.14.1",
  96. "plop": "2.3.0",
  97. "runjs": "^4.3.2",
  98. "sass-loader": "^7.1.0",
  99. "script-ext-html-webpack-plugin": "2.1.3",
  100. "serve-static": "^1.13.2",
  101. "svg-sprite-loader": "4.1.3",
  102. "svgo": "1.2.0",
  103. "vue-template-compiler": "2.6.10"
  104. },
  105. "engines": {
  106. "node": ">=8.9",
  107. "npm": ">= 3.0.0"
  108. },
  109. "browserslist": [
  110. "> 1%",
  111. "last 2 versions"
  112. ]
  113. }