package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "name": "ibps-app-ui",
  3. "version": "3.3.5",
  4. "description": "IBPS platform app",
  5. "author": "Hugh zhuang <zhuangxh@bpmhome.cn>",
  6. "homepage": "http://www.bpmhonme.cn",
  7. "private": true,
  8. "scripts": {
  9. "dev": "vue-cli-service serve --open",
  10. "build:prod": "vue-cli-service build",
  11. "build:prod:test": "vue-cli-service build --mode prod.test",
  12. "build:prod:boot": "vue-cli-service build --mode prod.boot",
  13. "build:prod:cloud": "vue-cli-service build --mode prod.cloud",
  14. "build:stage": "vue-cli-service build --mode staging",
  15. "build": "npm run build:prod",
  16. "preview": "node build/index.js --preview",
  17. "report": "npm run preview -- --report",
  18. "lint": "eslint --ext .js,.vue src",
  19. "test:unit": "vue-cli-service test:unit",
  20. "test:ci": "npm run lint && npm run test:unit",
  21. "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml"
  22. },
  23. "dependencies": {
  24. "axios": "^0.20.0",
  25. "big.js": "^5.2.2",
  26. "bpmn-js": "^7.3.0",
  27. "core-js": "^3.6.5",
  28. "crypto-js": "^4.2.0",
  29. "fastclick": "^1.0.6",
  30. "hls.js": "^0.14.10",
  31. "js-cookie": "^2.2.1",
  32. "lodash": "^4.17.20",
  33. "lowdb": "^1.0.0",
  34. "normalize.css": "^8.0.1",
  35. "nprogress": "^0.2.0",
  36. "pdfjs-dist": "2.3.200",
  37. "pinyin4js": "^1.3.18",
  38. "signature_pad": "^3.0.0-beta.3",
  39. "text-effect": "^1.0.1",
  40. "v-click-outside-x": "^4.1.0",
  41. "vant": "^2.10.3",
  42. "vconsole": "^3.3.4",
  43. "vue": "^2.6.12",
  44. "vue-aplayer": "^1.6.1",
  45. "vue-html5-editor": "^1.1.1",
  46. "vue-i18n": "^8.21.0",
  47. "vue-qr": "^2.2.1",
  48. "vue-router": "^3.4.3",
  49. "vue-video-player": "^5.0.2",
  50. "vuex": "^3.5.1",
  51. "wechat-oauth": "^1.5.0"
  52. },
  53. "devDependencies": {
  54. "@kazupon/vue-i18n-loader": "^0.5.0",
  55. "@vue/cli-plugin-babel": "^4.5.4",
  56. "@vue/cli-plugin-eslint": "^4.5.4",
  57. "@vue/cli-plugin-router": "^4.5.4",
  58. "@vue/cli-plugin-unit-jest": "^4.5.4",
  59. "@vue/cli-plugin-vuex": "^4.5.4",
  60. "@vue/cli-service": "^4.5.4",
  61. "@vue/test-utils": "^1.0.5",
  62. "babel-eslint": "^10.1.0",
  63. "compression-webpack-plugin": "^5.0.1",
  64. "cross-env": "^7.0.2",
  65. "eslint": "^7.7.0",
  66. "eslint-config-prettier": "^9.1.0",
  67. "eslint-plugin-vue": "^6.2.2",
  68. "increase-memory-limit": "1.0.7",
  69. "less-loader": "^6.2.0",
  70. "sass": "^1.26.10",
  71. "sass-loader": "^10.0.1",
  72. "svg-sprite-loader": "^5.0.0",
  73. "text-loader": "^0.0.1",
  74. "vue-cli-plugin-i18n": "^1.0.1",
  75. "vue-template-compiler": "^2.6.12",
  76. "webpack-bundle-analyzer": "^3.8.0"
  77. }
  78. }