You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "name": "iview-admin",
  3. "version": "2.0.0",
  4. "author": "Lison<lison16new@163.com>",
  5. "private": false,
  6. "scripts": {
  7. "dev": "vue-cli-service serve --open",
  8. "build": "vue-cli-service build",
  9. "lint": "vue-cli-service lint",
  10. "test:unit": "vue-cli-service test:unit",
  11. "test:e2e": "vue-cli-service test:e2e"
  12. },
  13. "dependencies": {
  14. "ali-oss": "^6.8.0",
  15. "axios": "^0.18.0",
  16. "clipboard": "^2.0.0",
  17. "codemirror": "^5.38.0",
  18. "countup": "^1.8.2",
  19. "cropperjs": "^1.2.2",
  20. "dayjs": "^1.7.7",
  21. "echarts": "^4.7.0",
  22. "html2canvas": "^1.0.0-alpha.12",
  23. "iview": "^3.2.2",
  24. "iview-area": "^1.5.17",
  25. "js-cookie": "^2.2.0",
  26. "qs": "^6.9.4",
  27. "simplemde": "^1.11.2",
  28. "sortablejs": "^1.7.0",
  29. "tree-table-vue": "^1.1.0",
  30. "v-org-tree": "^1.0.6",
  31. "vue": "^2.5.10",
  32. "vue-cropper": "^0.5.2",
  33. "vue-i18n": "^7.8.0",
  34. "vue-router": "^3.0.7",
  35. "vuedraggable": "^2.16.0",
  36. "vuex": "^3.0.1",
  37. "wangeditor": "^3.1.1",
  38. "xlsx": "^0.13.3"
  39. },
  40. "devDependencies": {
  41. "@vue/cli-plugin-babel": "^3.0.1",
  42. "@vue/cli-plugin-eslint": "^3.0.1",
  43. "@vue/cli-plugin-unit-mocha": "^3.0.1",
  44. "@vue/cli-service": "^3.0.1",
  45. "@vue/eslint-config-standard": "^3.0.0-beta.10",
  46. "@vue/test-utils": "^1.0.0-beta.10",
  47. "chai": "^4.1.2",
  48. "eslint-plugin-cypress": "^2.0.1",
  49. "less": "^2.7.3",
  50. "less-loader": "^4.0.5",
  51. "lint-staged": "^6.0.0",
  52. "mockjs": "^1.0.1-beta3",
  53. "vue-template-compiler": "^2.5.13"
  54. },
  55. "browserslist": [
  56. "> 1%",
  57. "last 2 versions",
  58. "not ie <= 8"
  59. ],
  60. "gitHooks": {
  61. "pre-commit": "lint-staged"
  62. },
  63. "lint-staged": {
  64. "*.js": [
  65. "vue-cli-service lint",
  66. "git add"
  67. ],
  68. "*.vue": [
  69. "vue-cli-service lint",
  70. "git add"
  71. ]
  72. }
  73. }