package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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. "screenfull": "4.2.0",
  42. "sm-crypto": "^0.3.13",
  43. "stylus": "^0.54.5",
  44. "stylus-loader": "^3.0.2",
  45. "vue": "2.6.10",
  46. "vue-router": "3.0.2",
  47. "vuex": "3.1.0",
  48. "xlsx": "0.14.1"
  49. },
  50. "devDependencies": {
  51. "@babel/core": "7.0.0",
  52. "@babel/register": "7.0.0",
  53. "@vue/cli-plugin-babel": "3.5.3",
  54. "@vue/cli-plugin-unit-jest": "3.5.3",
  55. "@vue/cli-service": "3.5.3",
  56. "@vue/test-utils": "1.0.0-beta.29",
  57. "autoprefixer": "^9.8.8",
  58. "babel-core": "7.0.0-bridge.0",
  59. "babel-jest": "23.6.0",
  60. "chalk": "2.4.2",
  61. "chokidar": "2.1.5",
  62. "connect": "3.6.6",
  63. "html-webpack-plugin": "3.2.0",
  64. "husky": "1.3.1",
  65. "lint-staged": "8.1.5",
  66. "mockjs": "1.0.1-beta3",
  67. "node-sass": "^4.13.0",
  68. "plop": "2.3.0",
  69. "postcss": "^8.5.3",
  70. "runjs": "^4.3.2",
  71. "sass-loader": "^7.3.1",
  72. "script-ext-html-webpack-plugin": "2.1.3",
  73. "script-loader": "0.7.2",
  74. "serve-static": "^1.13.2",
  75. "style-loader": "^1.0.2",
  76. "svg-sprite-loader": "4.1.3",
  77. "svgo": "1.2.0",
  78. "vue-template-compiler": "2.6.10"
  79. },
  80. "engines": {
  81. "node": ">=14.0.0",
  82. "npm": ">= 6.0.0"
  83. },
  84. "browserslist": [
  85. "> 1%",
  86. "last 2 versions"
  87. ]
  88. }