Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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. "element-ui": "2.13.2",
  20. "html2canvas": "^1.4.1",
  21. "iview": "^3.5.4",
  22. "js-cookie": "2.2.0",
  23. "jspdf": "^2.5.1",
  24. "jspdf-html2canvas": "^1.4.9",
  25. "moment": "^2.29.1",
  26. "normalize.css": "7.0.0",
  27. "nprogress": "0.2.0",
  28. "path-to-regexp": "2.4.0",
  29. "print-js": "^1.6.0",
  30. "vue": "2.6.10",
  31. "vue-html2pdf": "^1.8.0",
  32. "vue-print-nb": "^1.7.5",
  33. "vue-router": "3.0.6",
  34. "vue-text-format": "^1.2.6",
  35. "vuex": "3.1.0",
  36. "vuex-persistedstate": "^4.1.0"
  37. },
  38. "devDependencies": {
  39. "@vue/cli-plugin-babel": "4.4.4",
  40. "@vue/cli-plugin-eslint": "4.4.4",
  41. "@vue/cli-plugin-unit-jest": "4.4.4",
  42. "@vue/cli-service": "4.4.4",
  43. "@vue/test-utils": "1.0.0-beta.29",
  44. "autoprefixer": "9.5.1",
  45. "babel-eslint": "10.1.0",
  46. "babel-jest": "23.6.0",
  47. "babel-plugin-dynamic-import-node": "2.3.3",
  48. "babel-plugin-transform-remove-console": "^6.9.4",
  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. "uglifyjs-webpack-plugin": "^2.2.0",
  63. "vue-template-compiler": "2.6.10"
  64. },
  65. "browserslist": [
  66. "> 1%",
  67. "last 2 versions"
  68. ],
  69. "engines": {
  70. "node": ">=8.9",
  71. "npm": ">= 3.0.0"
  72. },
  73. "license": "MIT"
  74. }