package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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": "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. "@fancyapps/ui": "^4.0.31",
  32. "axios": "0.18.1",
  33. "babel-polyfill": "^6.26.0",
  34. "clipboard": "2.0.4",
  35. "element-ui": "^2.15.0",
  36. "font-awesome": "^4.7.0",
  37. "highlight.js": "^11.3.1",
  38. "jquery": "^3.4.1",
  39. "js-cookie": "2.2.0",
  40. "normalize.css": "7.0.0",
  41. "nprogress": "0.2.0",
  42. "sm-crypto": "^0.3.13",
  43. "stylus": "^0.54.5",
  44. "stylus-loader": "^3.0.2",
  45. "swiper": "^4.5.1",
  46. "vue": "2.6.10",
  47. "vue-router": "3.0.2",
  48. "vuex": "3.1.0",
  49. "xlsx": "0.14.1"
  50. },
  51. "devDependencies": {
  52. "@babel/core": "7.0.0",
  53. "@babel/register": "7.0.0",
  54. "@vue/cli-plugin-babel": "3.5.3",
  55. "@vue/cli-plugin-unit-jest": "3.5.3",
  56. "@vue/cli-service": "3.5.3",
  57. "@vue/test-utils": "1.0.0-beta.29",
  58. "autoprefixer": "^9.8.8",
  59. "babel-core": "7.0.0-bridge.0",
  60. "babel-jest": "23.6.0",
  61. "chalk": "2.4.2",
  62. "chokidar": "2.1.5",
  63. "connect": "3.6.6",
  64. "html-webpack-plugin": "3.2.0",
  65. "husky": "1.3.1",
  66. "lint-staged": "8.1.5",
  67. "mockjs": "1.0.1-beta3",
  68. "node-sass": "^4.13.0",
  69. "plop": "2.3.0",
  70. "postcss": "^8.5.3",
  71. "runjs": "^4.3.2",
  72. "sass-loader": "^7.3.1",
  73. "script-ext-html-webpack-plugin": "2.1.3",
  74. "script-loader": "0.7.2",
  75. "serve-static": "^1.13.2",
  76. "style-loader": "^1.0.2",
  77. "svg-sprite-loader": "4.1.3",
  78. "svgo": "1.2.0",
  79. "vue-template-compiler": "2.6.10"
  80. },
  81. "engines": {
  82. "node": ">=14.0.0",
  83. "npm": ">= 6.0.0"
  84. },
  85. "browserslist": [
  86. "> 1%",
  87. "last 2 versions"
  88. ]
  89. }