package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "name": "vue-admin-template",
  3. "version": "4.4.0",
  4. "description": "A vue admin template with Element UI & axios & iconfont & permission control & lint",
  5. "author": "Pan <panfree23@gmail.com>",
  6. "scripts": {
  7. "dev": "vue-cli-service serve",
  8. "build": "vue-cli-service build",
  9. "build:stage": "vue-cli-service build --mode staging",
  10. "preview": "node build/index.js --preview",
  11. "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
  12. "lint": "eslint --ext .js,.vue src",
  13. "test:unit": "jest --clearCache && vue-cli-service test:unit",
  14. "test:ci": "npm run lint && npm run test:unit"
  15. },
  16. "dependencies": {
  17. "axios": "0.18.1",
  18. "core-js": "3.6.5",
  19. "crypto-js": "^4.1.1",
  20. "echarts": "^5.2.2",
  21. "element-ui": "^2.15.6",
  22. "file-saver": "^2.0.5",
  23. "js-cookie": "2.2.0",
  24. "moment": "^2.30.1",
  25. "normalize.css": "7.0.0",
  26. "nprogress": "0.2.0",
  27. "path-to-regexp": "2.4.0",
  28. "pinyin-pro": "^3.11.0",
  29. "qrcodejs2": "0.0.2",
  30. "screenfull": "^4.2.0",
  31. "uglifyjs-webpack-plugin": "^2.2.0",
  32. "vue": "2.6.10",
  33. "vue-router": "3.0.6",
  34. "vue-seamless-scroll": "^1.1.23",
  35. "vuex": "3.1.0",
  36. "vuex-persistedstate": "^4.1.0",
  37. "xlsx": "^0.18.5"
  38. },
  39. "devDependencies": {
  40. "@vue/cli-plugin-babel": "4.4.4",
  41. "@vue/cli-plugin-eslint": "4.4.4",
  42. "@vue/cli-plugin-unit-jest": "4.4.4",
  43. "@vue/cli-service": "4.4.4",
  44. "@vue/test-utils": "1.0.0-beta.29",
  45. "autoprefixer": "9.5.1",
  46. "babel-eslint": "10.1.0",
  47. "babel-jest": "23.6.0",
  48. "babel-plugin-dynamic-import-node": "2.3.3",
  49. "chalk": "2.4.2",
  50. "connect": "3.6.6",
  51. "eslint": "6.7.2",
  52. "eslint-plugin-vue": "6.2.2",
  53. "html-webpack-plugin": "3.2.0",
  54. "mockjs": "1.0.1-beta3",
  55. "runjs": "4.3.2",
  56. "sass": "1.26.8",
  57. "sass-loader": "8.0.2",
  58. "script-ext-html-webpack-plugin": "2.1.3",
  59. "serve-static": "1.13.2",
  60. "svg-sprite-loader": "4.1.3",
  61. "svgo": "1.2.2",
  62. "vue-template-compiler": "2.6.10"
  63. },
  64. "browserslist": [
  65. "> 1%",
  66. "last 2 versions"
  67. ],
  68. "engines": {
  69. "node": ">=8.9",
  70. "npm": ">= 3.0.0"
  71. },
  72. "license": "MIT"
  73. }