package.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. {
  2. "name": "fs",
  3. "version": "1.1.0",
  4. "description": "互联网医院销售管理平台",
  5. "author": "FS",
  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. "build:prod-jz": "vue-cli-service build --mode prod-jz",
  12. "build:prod-hzyy": "vue-cli-service build --mode prod-hzyy",
  13. "build:prod-jzzx": "vue-cli-service build --mode prod-jzzx",
  14. "build:prod-hcl": "vue-cli-service build --mode prod-hcl",
  15. "build:prod-test": "vue-cli-service build --mode prod-test",
  16. "build:prod-sxjz": "vue-cli-service build --mode prod-sxjz",
  17. "build:prod-jnmy": "vue-cli-service build --mode prod-jnmy",
  18. "build:prod-hdt": "vue-cli-service build --mode prod-hdt",
  19. "build:prod-yzt": "vue-cli-service build --mode prod-yzt",
  20. "build:prod-myhk": "vue-cli-service build --mode prod-myhk",
  21. "build:prod-sft": "vue-cli-service build --mode prod-sft",
  22. "preview": "node build/index.js --preview",
  23. "lint": "eslint --ext .js,.vue src",
  24. "test:unit": "jest --clearCache && vue-cli-service test:unit",
  25. "test:ci": "npm run lint && npm run test:unit",
  26. "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
  27. "new": "plop"
  28. },
  29. "husky": {
  30. "hooks": {
  31. "pre-commit": "lint-staged"
  32. }
  33. },
  34. "lint-staged": {
  35. "src/**/*.{js,vue}": [
  36. "eslint --fix",
  37. "git add"
  38. ]
  39. },
  40. "keywords": [
  41. "vue",
  42. "admin",
  43. "dashboard",
  44. "element-ui",
  45. "boilerplate",
  46. "admin-template",
  47. "management-system"
  48. ],
  49. "dependencies": {
  50. "@amap/amap-jsapi-loader": "^1.0.1",
  51. "@jridgewell/gen-mapping": "^0.3.5",
  52. "@riophae/vue-treeselect": "0.4.0",
  53. "axios": "0.18.1",
  54. "chart.js": "^2.9.4",
  55. "clipboard": "2.0.4",
  56. "compression-webpack-plugin": "^5.0.1",
  57. "core-js": "3.6.5",
  58. "dayjs": "^1.11.13",
  59. "echarts": "4.2.1",
  60. "element-ui": "2.15.5",
  61. "file-saver": "2.0.1",
  62. "form-making": "^1.2.9",
  63. "fuse.js": "3.4.4",
  64. "js-beautify": "1.10.2",
  65. "js-cookie": "2.2.0",
  66. "jsencrypt": "3.0.0-rc.1",
  67. "lodash.clonedeep": "^4.5.0",
  68. "lodash.merge": "^4.6.2",
  69. "moment": "^2.29.4",
  70. "normalize.css": "7.0.0",
  71. "nprogress": "0.2.0",
  72. "path-to-regexp": "2.4.0",
  73. "qrcodejs2": "0.0.2",
  74. "quill": "1.3.7",
  75. "screenfull": "4.2.0",
  76. "sortablejs": "1.8.4",
  77. "stylus": "^0.54.7",
  78. "stylus-loader": "^3.0.2",
  79. "v-clipboard": "^2.2.3",
  80. "vue": "2.6.10",
  81. "vue-clipboard2": "^0.3.1",
  82. "vue-count-to": "1.0.13",
  83. "vue-cropper": "0.4.9",
  84. "vue-full-calendar": "^2.8.1-0",
  85. "vue-mobile-audio": "^0.1.3",
  86. "vue-router": "3.0.2",
  87. "vue-splitpane": "1.0.4",
  88. "vue2-ace-editor": "0.0.15",
  89. "vuedraggable": "^2.20.0",
  90. "vuex": "3.1.0",
  91. "wangeditor": "^4.6.13"
  92. },
  93. "devDependencies": {
  94. "@vue/cli-plugin-babel": "4.4.4",
  95. "@vue/cli-plugin-eslint": "4.4.4",
  96. "@vue/cli-plugin-unit-jest": "4.4.4",
  97. "@vue/cli-service": "4.4.4",
  98. "@vue/test-utils": "1.0.0-beta.29",
  99. "autoprefixer": "9.5.1",
  100. "babel-eslint": "10.1.0",
  101. "babel-jest": "23.6.0",
  102. "babel-plugin-dynamic-import-node": "2.3.3",
  103. "chalk": "2.4.2",
  104. "chokidar": "2.1.5",
  105. "connect": "3.6.6",
  106. "eslint": "6.7.2",
  107. "eslint-plugin-vue": "6.2.2",
  108. "html-webpack-plugin": "3.2.0",
  109. "husky": "1.3.1",
  110. "lint-staged": "8.1.5",
  111. "mockjs": "1.0.1-beta3",
  112. "node-sass": "4.14.1",
  113. "plop": "2.3.0",
  114. "runjs": "4.3.2",
  115. "sass-loader": "8.0.2",
  116. "script-ext-html-webpack-plugin": "2.1.3",
  117. "script-loader": "0.7.2",
  118. "serve-static": "1.13.2",
  119. "svg-sprite-loader": "4.1.3",
  120. "svgo": "1.2.0",
  121. "vue-template-compiler": "2.6.10"
  122. },
  123. "engines": {
  124. "node": ">=8.9",
  125. "npm": ">= 3.0.0"
  126. },
  127. "browserslist": [
  128. "> 1%",
  129. "last 2 versions"
  130. ]
  131. }