Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

130 строки
3.5 KiB

  1. {
  2. "name": "vue-element-admin",
  3. "version": "4.2.1",
  4. "description": "A magical vue admin. An out-of-box UI solution for enterprise applications. Newest development stack of vue. Lots of awesome features",
  5. "author": "Pan <panfree23@gmail.com>",
  6. "license": "MIT",
  7. "scripts": {
  8. "dev": "vue-cli-service serve",
  9. "build:prod": "vue-cli-service build",
  10. "build:stage": "vue-cli-service build --mode staging",
  11. "preview": "node build/index.js --preview",
  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. "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
  16. "new": "plop"
  17. },
  18. "husky": {
  19. "hooks": {
  20. "pre-commit": "lint-staged"
  21. }
  22. },
  23. "lint-staged": {
  24. "src/**/*.{js,vue}": [
  25. "eslint --fix",
  26. "git add"
  27. ]
  28. },
  29. "keywords": [
  30. "vue",
  31. "admin",
  32. "dashboard",
  33. "element-ui",
  34. "boilerplate",
  35. "admin-template",
  36. "management-system"
  37. ],
  38. "repository": {
  39. "type": "git",
  40. "url": "git+https://github.com/PanJiaChen/vue-element-admin.git"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/PanJiaChen/vue-element-admin/issues"
  44. },
  45. "dependencies": {
  46. "axios": "0.18.1",
  47. "clipboard": "2.0.4",
  48. "codemirror": "5.45.0",
  49. "desandro-matches-selector": "^2.0.2",
  50. "driver.js": "0.9.5",
  51. "dropzone": "5.5.1",
  52. "echarts": "4.2.1",
  53. "element-ui": "2.13.0",
  54. "ev-emitter": "^2.1.0",
  55. "file-saver": "2.0.1",
  56. "fizzy-ui-utils": "^3.0.0",
  57. "fuse.js": "3.4.4",
  58. "get-size": "^2.0.3",
  59. "js-cookie": "2.2.0",
  60. "jsonlint": "1.6.3",
  61. "jszip": "3.2.1",
  62. "lodash": "^4.17.15",
  63. "masonry-layout": "^4.2.2",
  64. "moment": "^2.27.0",
  65. "normalize.css": "7.0.0",
  66. "nprogress": "0.2.0",
  67. "outlayer": "^2.1.1",
  68. "path-to-regexp": "2.4.0",
  69. "raphael": "git+https://gitee.com/shihairong/raphael",
  70. "screenfull": "4.2.0",
  71. "script-loader": "0.7.2",
  72. "showdown": "1.9.0",
  73. "sortablejs": "1.8.4",
  74. "viewerjs": "^1.6.1",
  75. "vue": "2.6.10",
  76. "vue-bus": "^1.2.1",
  77. "vue-count-to": "1.0.13",
  78. "vue-i18n": "^8.22.2",
  79. "vue-perfect-scrollbar": "^0.2.1",
  80. "vue-router": "3.0.2",
  81. "vue-splitpane": "1.0.4",
  82. "vuedraggable": "2.20.0",
  83. "vuex": "3.1.0",
  84. "write-excel-file": "^1.4.6",
  85. "xlsx": "0.14.1"
  86. },
  87. "devDependencies": {
  88. "@babel/core": "7.0.0",
  89. "@babel/plugin-transform-runtime": "^7.12.10",
  90. "@babel/preset-env": "^7.12.11",
  91. "@babel/register": "7.0.0",
  92. "@babel/runtime-corejs3": "^7.12.5",
  93. "@vue/cli-plugin-babel": "3.5.3",
  94. "@vue/cli-plugin-eslint": "^3.9.1",
  95. "@vue/cli-plugin-unit-jest": "3.5.3",
  96. "@vue/cli-service": "3.5.3",
  97. "@vue/test-utils": "1.0.0-beta.29",
  98. "autoprefixer": "^9.5.1",
  99. "babel-core": "7.0.0-bridge.0",
  100. "babel-eslint": "8.2.2",
  101. "babel-jest": "23.6.0",
  102. "chalk": "2.4.2",
  103. "chokidar": "2.1.5",
  104. "connect": "3.6.6",
  105. "eslint": "5.15.3",
  106. "eslint-plugin-vue": "5.2.2",
  107. "html-webpack-plugin": "3.2.0",
  108. "husky": "1.3.1",
  109. "lint-staged": "8.1.5",
  110. "mockjs": "1.0.1-beta3",
  111. "plop": "2.3.0",
  112. "runjs": "^4.3.2",
  113. "sass": "^1.26.10",
  114. "sass-loader": "^7.1.0",
  115. "script-ext-html-webpack-plugin": "2.1.3",
  116. "serve-static": "^1.13.2",
  117. "svg-sprite-loader": "4.1.3",
  118. "svgo": "1.2.0",
  119. "vue-template-compiler": "2.6.10"
  120. },
  121. "engines": {
  122. "node": ">=8.9",
  123. "npm": ">= 3.0.0"
  124. },
  125. "browserslist": [
  126. "> 1%",
  127. "last 2 versions"
  128. ]
  129. }