package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. {
  2. "name": "fs",
  3. "version": "1.1.0",
  4. "description": "SCRM管理平台",
  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. "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. "dependencies": {
  39. "@huaweicloud/huaweicloud-sdk-core": "^3.1.105",
  40. "@huaweicloud/huaweicloud-sdk-vod": "^3.1.105",
  41. "@riophae/vue-treeselect": "0.4.0",
  42. "axios": "0.18.1",
  43. "bpmn-js": "^7.2.1",
  44. "bpmn-js-properties-panel": "^0.34.0",
  45. "bpmn-moddle": "^6.0.0",
  46. "clipboard": "2.0.4",
  47. "cos-js-sdk-v5": "^1.8.3",
  48. "vod-js-sdk-v6": "^1.7.0",
  49. "esdk-obs-browserjs": "^3.24.3",
  50. "compression-webpack-plugin": "^5.0.1",
  51. "core-js": "3.6.5",
  52. "echarts": "4.2.1",
  53. "element-ui": "2.15.5",
  54. "file-saver": "2.0.1",
  55. "form-making": "^1.2.9",
  56. "fuse.js": "3.4.4",
  57. "js-beautify": "1.10.2",
  58. "js-cookie": "2.2.0",
  59. "jsencrypt": "3.0.0-rc.1",
  60. "lodash.clonedeep": "^4.5.0",
  61. "lodash.merge": "^4.6.2",
  62. "moment": "^2.29.1",
  63. "normalize.css": "7.0.0",
  64. "nprogress": "0.2.0",
  65. "path-to-regexp": "2.4.0",
  66. "qrcodejs2": "0.0.2",
  67. "quill": "1.3.7",
  68. "screenfull": "4.2.0",
  69. "sortablejs": "1.8.4",
  70. "stylus": "^0.54.7",
  71. "stylus-loader": "^3.0.2",
  72. "v-clipboard": "^2.2.3",
  73. "vue": "2.6.10",
  74. "vue-clipboard2": "^0.3.1",
  75. "vue-count-to": "1.0.13",
  76. "vue-cropper": "0.4.9",
  77. "vue-full-calendar": "^2.8.1-0",
  78. "vue-mobile-audio": "^0.1.3",
  79. "vue-router": "3.0.2",
  80. "vue-splitpane": "1.0.4",
  81. "vue2-ace-editor": "0.0.15",
  82. "vuedraggable": "2.20.0",
  83. "vuex": "3.1.0",
  84. "wangeditor": "^4.6.13"
  85. },
  86. "devDependencies": {
  87. "@vue/cli-plugin-babel": "4.4.4",
  88. "@vue/cli-plugin-eslint": "4.4.4",
  89. "@vue/cli-plugin-unit-jest": "4.4.4",
  90. "@vue/cli-service": "4.4.4",
  91. "@vue/test-utils": "1.0.0-beta.29",
  92. "autoprefixer": "9.5.1",
  93. "babel-eslint": "10.1.0",
  94. "babel-jest": "23.6.0",
  95. "babel-plugin-dynamic-import-node": "2.3.3",
  96. "chalk": "2.4.2",
  97. "chokidar": "2.1.5",
  98. "connect": "3.6.6",
  99. "eslint": "6.7.2",
  100. "eslint-plugin-vue": "6.2.2",
  101. "html-webpack-plugin": "3.2.0",
  102. "husky": "1.3.1",
  103. "lint-staged": "8.1.5",
  104. "mockjs": "1.0.1-beta3",
  105. "node-sass": "4.14.1",
  106. "plop": "2.3.0",
  107. "runjs": "4.3.2",
  108. "sass-loader": "8.0.2",
  109. "script-ext-html-webpack-plugin": "2.1.3",
  110. "script-loader": "0.7.2",
  111. "serve-static": "1.13.2",
  112. "svg-sprite-loader": "4.1.3",
  113. "svgo": "1.2.0",
  114. "vue-template-compiler": "2.6.10"
  115. },
  116. "engines": {
  117. "node": ">=8.9",
  118. "npm": ">= 3.0.0"
  119. },
  120. "browserslist": [
  121. "> 1%",
  122. "last 2 versions"
  123. ]
  124. }