package.json 2.6 KB

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