package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "name": "vue-element-admin",
  3. "version": "4.4.0",
  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. "scripts": {
  7. "dev": "vue-cli-service serve",
  8. "build:prod": "vue-cli-service build",
  9. "build:stage": "vue-cli-service build --mode staging"
  10. },
  11. "dependencies": {
  12. "axios": "^0.21.1",
  13. "clipboard": "2.0.4",
  14. "codemirror": "5.45.0",
  15. "core-js": "^3.21.1",
  16. "downloadjs": "^1.4.7",
  17. "driver.js": "0.9.5",
  18. "dropzone": "5.5.1",
  19. "echarts": "4.2.1",
  20. "element-ui": "2.13.2",
  21. "file-saver": "2.0.1",
  22. "fuse.js": "3.4.4",
  23. "js-cookie": "2.2.0",
  24. "jsonlint": "1.6.3",
  25. "jszip": "3.2.1",
  26. "moment": "^2.29.1",
  27. "normalize.css": "7.0.0",
  28. "nprogress": "0.2.0",
  29. "path-to-regexp": "2.4.0",
  30. "qrcode": "^1.4.4",
  31. "screenfull": "4.2.0",
  32. "script-loader": "0.7.2",
  33. "sortablejs": "1.8.4",
  34. "vue": "2.6.10",
  35. "vue-count-to": "1.0.13",
  36. "vue-router": "3.0.2",
  37. "vue-splitpane": "1.0.4",
  38. "vuedraggable": "2.20.0",
  39. "vuex": "3.1.0",
  40. "xlsx": "0.14.1"
  41. },
  42. "devDependencies": {
  43. "@vue/cli-plugin-babel": "4.4.4",
  44. "@vue/cli-plugin-eslint": "4.4.4",
  45. "@vue/cli-plugin-unit-jest": "4.4.4",
  46. "@vue/cli-service": "^4.5.13",
  47. "ali-oss": "^6.17.1",
  48. "autoprefixer": "9.5.1",
  49. "babel-eslint": "10.1.0",
  50. "babel-jest": "23.6.0",
  51. "babel-plugin-dynamic-import-node": "2.3.3",
  52. "babel-plugin-transform-remove-console": "^6.9.4",
  53. "chalk": "2.4.2",
  54. "chokidar": "2.1.5",
  55. "connect": "3.6.6",
  56. "eslint": "6.7.2",
  57. "eslint-plugin-vue": "6.2.2",
  58. "html-webpack-plugin": "3.2.0",
  59. "husky": "1.3.1",
  60. "lint-staged": "8.1.5",
  61. "mockjs": "1.0.1-beta3",
  62. "runjs": "4.3.2",
  63. "sass": "1.26.2",
  64. "sass-loader": "8.0.2",
  65. "script-ext-html-webpack-plugin": "2.1.3",
  66. "serve-static": "1.13.2",
  67. "svg-sprite-loader": "4.1.3",
  68. "svgo": "1.2.0",
  69. "uuid": "^8.3.2",
  70. "vue-template-compiler": "2.6.10"
  71. },
  72. "browserslist": [
  73. "> 1%",
  74. "last 2 versions"
  75. ],
  76. "bugs": {
  77. "url": "https://github.com/PanJiaChen/vue-element-admin/issues"
  78. },
  79. "engines": {
  80. "node": ">=8.9",
  81. "npm": ">= 3.0.0"
  82. },
  83. "keywords": [
  84. "vue",
  85. "admin",
  86. "dashboard",
  87. "element-ui",
  88. "boilerplate",
  89. "admin-template",
  90. "management-system"
  91. ],
  92. "license": "MIT",
  93. "lint-staged": {
  94. "src/**/*.{js,vue}": [
  95. "eslint --fix",
  96. "git add"
  97. ]
  98. },
  99. "husky": {
  100. "hooks": {
  101. "pre-commit": "lint-staged"
  102. }
  103. },
  104. "repository": {
  105. "type": "git",
  106. "url": "git+https://github.com/PanJiaChen/vue-element-admin.git"
  107. }
  108. }