| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- {
- "name": "ibps-app-ui",
- "version": "3.3.5",
- "description": "IBPS platform app",
- "author": "Hugh zhuang <zhuangxh@bpmhome.cn>",
- "homepage": "http://www.bpmhonme.cn",
- "private": true,
- "scripts": {
- "dev": "vue-cli-service serve --open",
- "build:prod": "vue-cli-service build",
- "build:prod:test": "vue-cli-service build --mode prod.test",
- "build:prod:boot": "vue-cli-service build --mode prod.boot",
- "build:prod:cloud": "vue-cli-service build --mode prod.cloud",
- "build:stage": "vue-cli-service build --mode staging",
- "build": "npm run build:prod",
- "preview": "node build/index.js --preview",
- "report": "npm run preview -- --report",
- "lint": "eslint --ext .js,.vue src",
- "test:unit": "vue-cli-service test:unit",
- "test:ci": "npm run lint && npm run test:unit",
- "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml"
- },
- "dependencies": {
- "axios": "^0.20.0",
- "big.js": "^5.2.2",
- "bpmn-js": "^7.3.0",
- "core-js": "^3.6.5",
- "crypto-js": "^4.2.0",
- "fastclick": "^1.0.6",
- "hls.js": "^0.14.10",
- "js-cookie": "^2.2.1",
- "lodash": "^4.17.20",
- "lowdb": "^1.0.0",
- "normalize.css": "^8.0.1",
- "nprogress": "^0.2.0",
- "pdfjs-dist": "2.3.200",
- "pinyin4js": "^1.3.18",
- "signature_pad": "^3.0.0-beta.3",
- "text-effect": "^1.0.1",
- "v-click-outside-x": "^4.1.0",
- "vant": "^2.10.3",
- "vconsole": "^3.3.4",
- "vue": "^2.6.12",
- "vue-aplayer": "^1.6.1",
- "vue-html5-editor": "^1.1.1",
- "vue-i18n": "^8.21.0",
- "vue-qr": "^2.2.1",
- "vue-router": "^3.4.3",
- "vue-video-player": "^5.0.2",
- "vuex": "^3.5.1",
- "wechat-oauth": "^1.5.0"
- },
- "devDependencies": {
- "@kazupon/vue-i18n-loader": "^0.5.0",
- "@vue/cli-plugin-babel": "^4.5.4",
- "@vue/cli-plugin-eslint": "^4.5.4",
- "@vue/cli-plugin-router": "^4.5.4",
- "@vue/cli-plugin-unit-jest": "^4.5.4",
- "@vue/cli-plugin-vuex": "^4.5.4",
- "@vue/cli-service": "^4.5.4",
- "@vue/test-utils": "^1.0.5",
- "babel-eslint": "^10.1.0",
- "compression-webpack-plugin": "^5.0.1",
- "cross-env": "^7.0.2",
- "eslint": "^7.7.0",
- "eslint-config-prettier": "^9.1.0",
- "eslint-plugin-vue": "^6.2.2",
- "increase-memory-limit": "1.0.7",
- "less-loader": "^6.2.0",
- "sass": "^1.26.10",
- "sass-loader": "^10.0.1",
- "svg-sprite-loader": "^5.0.0",
- "text-loader": "^0.0.1",
- "vue-cli-plugin-i18n": "^1.0.1",
- "vue-template-compiler": "^2.6.12",
- "webpack-bundle-analyzer": "^3.8.0"
- }
- }
|