package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  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": "xykj",
  6. "license": "MIT",
  7. "scripts": {
  8. "dev": "vue-cli-service serve",
  9. "build:prod": "vue-cli-service build"
  10. },
  11. "husky": {
  12. "hooks": {
  13. "pre-commit": "lint-staged"
  14. }
  15. },
  16. "lint-staged": {
  17. "src/**/*.{js,vue}": [
  18. "git add"
  19. ]
  20. },
  21. "keywords": [
  22. "vue",
  23. "admin",
  24. "dashboard",
  25. "element-ui",
  26. "boilerplate",
  27. "admin-template",
  28. "management-system"
  29. ],
  30. "dependencies": {
  31. "axios": "0.18.1",
  32. "babel-polyfill": "^6.26.0",
  33. "clipboard": "2.0.4",
  34. "element-ui": "^2.15.0",
  35. "font-awesome": "^4.7.0",
  36. "highlight.js": "^11.3.1",
  37. "jquery": "^3.4.1",
  38. "js-cookie": "2.2.0",
  39. "normalize.css": "7.0.0",
  40. "nprogress": "0.2.0",
  41. "sm-crypto": "^0.3.13",
  42. "stylus": "^0.54.5",
  43. "stylus-loader": "^3.0.2",
  44. "vue": "2.6.10",
  45. "vue-router": "3.0.2",
  46. "vuex": "3.1.0",
  47. "xlsx": "0.14.1"
  48. },
  49. "devDependencies": {
  50. "@babel/core": "7.0.0",
  51. "@babel/register": "7.0.0",
  52. "@vue/cli-plugin-babel": "3.5.3",
  53. "@vue/cli-plugin-unit-jest": "3.5.3",
  54. "@vue/cli-service": "3.5.3",
  55. "@vue/test-utils": "1.0.0-beta.29",
  56. "autoprefixer": "^9.8.8",
  57. "babel-core": "7.0.0-bridge.0",
  58. "babel-jest": "23.6.0",
  59. "chalk": "2.4.2",
  60. "chokidar": "2.1.5",
  61. "connect": "3.6.6",
  62. "html-webpack-plugin": "3.2.0",
  63. "husky": "1.3.1",
  64. "lint-staged": "8.1.5",
  65. "mockjs": "1.0.1-beta3",
  66. "node-sass": "^4.13.0",
  67. "plop": "2.3.0",
  68. "postcss": "^8.5.3",
  69. "runjs": "^4.3.2",
  70. "sass-loader": "^7.3.1",
  71. "script-ext-html-webpack-plugin": "2.1.3",
  72. "script-loader": "0.7.2",
  73. "serve-static": "^1.13.2",
  74. "style-loader": "^1.0.2",
  75. "svg-sprite-loader": "4.1.3",
  76. "svgo": "1.2.0",
  77. "vue-template-compiler": "2.6.10"
  78. },
  79. "engines": {
  80. "node": ">=14.0.0",
  81. "npm": ">= 6.0.0"
  82. },
  83. "browserslist": [
  84. "> 1%",
  85. "last 2 versions"
  86. ]
  87. }