package.json 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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-base64": "^3.6.0",
  29. "js-cookie": "2.2.0",
  30. "linq": "^3.2.2",
  31. "lodash": "^4.17.20",
  32. "node-sass": "^4.13.1",
  33. "normalize.css": "7.0.0",
  34. "npm": "^6.13.0",
  35. "nprogress": "0.2.0",
  36. "numeral": "^2.0.6",
  37. "object-diff": "0.0.4",
  38. "path-to-regexp": "2.4.0",
  39. "qrcodejs2": "0.0.2",
  40. "qs": "^6.8.0",
  41. "swiper": "^6.3.5",
  42. "vue": "2.6.10",
  43. "vue-amap": "^0.5.10",
  44. "vue-awesome-swiper": "^4.1.1",
  45. "vue-lunar-calendar-pro": "^1.0.14",
  46. "vue-qr": "^2.2.1",
  47. "vue-quill-editor": "^3.0.6",
  48. "vue-router": "3.0.6",
  49. "vuex": "3.1.0",
  50. "wangeditor": "^4.0.0",
  51. "webpack-merge": "^5.3.0"
  52. },
  53. "devDependencies": {
  54. "@babel/core": "7.0.0",
  55. "@babel/plugin-proposal-optional-chaining": "^7.11.0",
  56. "@babel/register": "7.0.0",
  57. "@vue/cli-plugin-babel": "3.6.0",
  58. "@vue/cli-plugin-eslint": "^3.9.1",
  59. "@vue/cli-plugin-unit-jest": "3.6.3",
  60. "@vue/cli-service": "3.6.0",
  61. "@vue/test-utils": "1.0.0-beta.29",
  62. "autoprefixer": "^9.5.1",
  63. "babel-core": "7.0.0-bridge.0",
  64. "babel-eslint": "10.0.1",
  65. "babel-jest": "23.6.0",
  66. "babel-polyfill": "^6.26.0",
  67. "chalk": "2.4.2",
  68. "connect": "3.6.6",
  69. "eslint": "5.15.3",
  70. "eslint-plugin-vue": "5.2.2",
  71. "html-webpack-plugin": "3.2.0",
  72. "less": "^3.10.3",
  73. "less-loader": "^5.0.0",
  74. "mockjs": "1.0.1-beta3",
  75. "runjs": "^4.3.2",
  76. "sass-loader": "^7.1.0",
  77. "script-ext-html-webpack-plugin": "2.1.3",
  78. "script-loader": "0.7.2",
  79. "serve-static": "^1.13.2",
  80. "svg-sprite-loader": "4.1.3",
  81. "svgo": "1.2.2",
  82. "vue-template-compiler": "2.6.10"
  83. },
  84. "engines": {
  85. "node": ">=8.9",
  86. "npm": ">= 3.0.0"
  87. },
  88. "browserslist": [
  89. "> 1%",
  90. "last 2 versions"
  91. ]
  92. }