package.json 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "name": "dy-admin-manager",
  3. "version": "4.2.1",
  4. "description": "A vue admin template with Element UI & axios & iconfont & permission control & lint",
  5. "author": "Pan <panfree23@gmail.com>",
  6. "license": "MIT",
  7. "scripts": {
  8. "dev": "vue-cli-service serve",
  9. "build": "vue-cli-service build",
  10. "preview": "npx http-server ./dist -P http://dev.dayaedu.com",
  11. "lint": "eslint --ext .js,.vue src",
  12. "test:unit": "jest --clearCache && vue-cli-service test:unit",
  13. "test:ci": "npm run lint && npm run test:unit",
  14. "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml"
  15. },
  16. "dependencies": {
  17. "@babel/plugin-proposal-optional-chaining": "^7.11.0",
  18. "JSONPath": "^0.11.2",
  19. "axios": "0.18.1",
  20. "browserslist": "^4.13.0",
  21. "caniuse-lite": "^1.0.30001109",
  22. "clean-deep": "^3.3.0",
  23. "copy-to-clipboard": "^3.3.1",
  24. "dayjs": "^1.8.35",
  25. "default-passive-events": "^1.0.10",
  26. "echarts": "^4.8.0",
  27. "element-ui": "^2.13.2",
  28. "http-server": "^0.12.3",
  29. "i": "^0.3.6",
  30. "js-base64": "^3.6.0",
  31. "js-cookie": "2.2.0",
  32. "linq": "^3.2.2",
  33. "lodash": "^4.17.20",
  34. "node-sass": "^4.13.1",
  35. "normalize.css": "7.0.0",
  36. "npm": "^6.13.0",
  37. "nprogress": "0.2.0",
  38. "numeral": "^2.0.6",
  39. "object-diff": "0.0.4",
  40. "path-to-regexp": "2.4.0",
  41. "qrcodejs2": "0.0.2",
  42. "qs": "^6.8.0",
  43. "swiper": "^6.3.5",
  44. "v-charts": "^1.19.0",
  45. "vue": "2.6.10",
  46. "vue-amap": "^0.5.10",
  47. "vue-awesome-swiper": "^4.1.1",
  48. "vue-count-to": "^1.0.13",
  49. "vue-lunar-calendar-pro": "^1.0.14",
  50. "vue-qr": "^2.2.1",
  51. "vue-quill-editor": "^3.0.6",
  52. "vue-router": "3.0.6",
  53. "vuex": "3.1.0",
  54. "wangeditor": "^4.0.0",
  55. "webpack-merge": "^5.3.0"
  56. },
  57. "devDependencies": {
  58. "@babel/core": "7.0.0",
  59. "@babel/plugin-proposal-optional-chaining": "^7.11.0",
  60. "@babel/register": "7.0.0",
  61. "@vue/cli-plugin-babel": "3.6.0",
  62. "@vue/cli-plugin-eslint": "^3.9.1",
  63. "@vue/cli-plugin-unit-jest": "3.6.3",
  64. "@vue/cli-service": "3.6.0",
  65. "@vue/test-utils": "1.0.0-beta.29",
  66. "autoprefixer": "^9.5.1",
  67. "babel-core": "7.0.0-bridge.0",
  68. "babel-eslint": "10.0.1",
  69. "babel-jest": "23.6.0",
  70. "babel-polyfill": "^6.26.0",
  71. "chalk": "2.4.2",
  72. "connect": "3.6.6",
  73. "eslint": "5.15.3",
  74. "eslint-plugin-vue": "5.2.2",
  75. "html-webpack-plugin": "3.2.0",
  76. "less": "^3.10.3",
  77. "less-loader": "^5.0.0",
  78. "mockjs": "1.0.1-beta3",
  79. "runjs": "^4.3.2",
  80. "sass-loader": "^7.1.0",
  81. "script-ext-html-webpack-plugin": "2.1.3",
  82. "script-loader": "0.7.2",
  83. "serve-static": "^1.13.2",
  84. "svg-sprite-loader": "4.1.3",
  85. "svgo": "1.2.2",
  86. "vue-template-compiler": "2.6.10",
  87. "worker-loader": "^3.0.7"
  88. },
  89. "engines": {
  90. "node": ">=8.9",
  91. "npm": ">= 3.0.0"
  92. },
  93. "browserslist": [
  94. "> 1%",
  95. "last 2 versions"
  96. ]
  97. }