package.json 3.5 KB

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