package.json 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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. "axios": "0.18.1",
  19. "browserslist": "^4.13.0",
  20. "caniuse-lite": "^1.0.30001109",
  21. "clean-deep": "^3.3.0",
  22. "copy-to-clipboard": "^3.3.1",
  23. "dayjs": "^1.8.35",
  24. "default-passive-events": "^1.0.10",
  25. "element-ui": "^2.13.2",
  26. "http-server": "^0.12.3",
  27. "i": "^0.3.6",
  28. "js-cookie": "2.2.0",
  29. "linq": "^3.2.2",
  30. "lodash": "^4.17.20",
  31. "node-sass": "^4.13.1",
  32. "normalize.css": "7.0.0",
  33. "npm": "^6.13.0",
  34. "nprogress": "0.2.0",
  35. "numeral": "^2.0.6",
  36. "path-to-regexp": "2.4.0",
  37. "qrcodejs2": "0.0.2",
  38. "qs": "^6.8.0",
  39. "vue": "2.6.10",
  40. "vue-amap": "^0.5.10",
  41. "vue-lunar-calendar-pro": "^1.0.14",
  42. "vue-qr": "^2.2.1",
  43. "vue-quill-editor": "^3.0.6",
  44. "vue-router": "3.0.6",
  45. "vuex": "3.1.0",
  46. "wangeditor": "^4.0.0",
  47. "webpack-merge": "^5.3.0"
  48. },
  49. "devDependencies": {
  50. "@babel/core": "7.0.0",
  51. "@babel/plugin-proposal-optional-chaining": "^7.11.0",
  52. "@babel/register": "7.0.0",
  53. "@vue/cli-plugin-babel": "3.6.0",
  54. "@vue/cli-plugin-eslint": "^3.9.1",
  55. "@vue/cli-plugin-unit-jest": "3.6.3",
  56. "@vue/cli-service": "3.6.0",
  57. "@vue/test-utils": "1.0.0-beta.29",
  58. "autoprefixer": "^9.5.1",
  59. "babel-core": "7.0.0-bridge.0",
  60. "babel-eslint": "10.0.1",
  61. "babel-jest": "23.6.0",
  62. "babel-polyfill": "^6.26.0",
  63. "chalk": "2.4.2",
  64. "connect": "3.6.6",
  65. "eslint": "5.15.3",
  66. "eslint-plugin-vue": "5.2.2",
  67. "html-webpack-plugin": "3.2.0",
  68. "less": "^3.10.3",
  69. "less-loader": "^5.0.0",
  70. "mockjs": "1.0.1-beta3",
  71. "runjs": "^4.3.2",
  72. "sass-loader": "^7.1.0",
  73. "script-ext-html-webpack-plugin": "2.1.3",
  74. "script-loader": "0.7.2",
  75. "serve-static": "^1.13.2",
  76. "svg-sprite-loader": "4.1.3",
  77. "svgo": "1.2.2",
  78. "vue-template-compiler": "2.6.10"
  79. },
  80. "engines": {
  81. "node": ">=8.9",
  82. "npm": ">= 3.0.0"
  83. },
  84. "browserslist": [
  85. "> 1%",
  86. "last 2 versions"
  87. ]
  88. }