|  |  | 
 |  |  | { | 
 |  |  |   "name": "@life-payment/h5", | 
 |  |  |   "version": "1.0.0", | 
 |  |  |   "name": "12333UserSignH5", | 
 |  |  |   "private": true, | 
 |  |  |   "description": "", | 
 |  |  |   "templateInfo": { | 
 |  |  |     "name": "default", | 
 |  |  |     "typescript": true, | 
 |  |  |     "css": "sass" | 
 |  |  |   }, | 
 |  |  |   "version": "1.0.0", | 
 |  |  |   "scripts": { | 
 |  |  |     "build:weapp": "cross-env NODE_OPTIONS=--openssl-legacy-provider taro build --type weapp", | 
 |  |  |     "build:weapp:upload": "npm run build:weapp -- --upload", | 
 |  |  |     "build:weapp:staging": "cross-env APP_ENV=staging npm run build:weapp --", | 
 |  |  |     "build:weapp:staging:upload": "npm run build:weapp:staging -- --upload", | 
 |  |  |     "build:swan": "taro build --type swan", | 
 |  |  |     "build:alipay": "taro build --type alipay", | 
 |  |  |     "build:tt": "taro build --type tt", | 
 |  |  |     "build:h5": "taro build --type h5", | 
 |  |  |     "build:rn": "taro build --type rn", | 
 |  |  |     "build:qq": "taro build --type qq", | 
 |  |  |     "build:jd": "taro build --type jd", | 
 |  |  |     "build:quickapp": "taro build --type quickapp", | 
 |  |  |     "dev:weapp": "npm run build:weapp -- --watch", | 
 |  |  |     "dev:weapp:staging": "npm run build:weapp:staging -- --watch", | 
 |  |  |     "dev:swan": "npm run build:swan -- --watch", | 
 |  |  |     "dev:alipay": "npm run build:alipay -- --watch", | 
 |  |  |     "dev:tt": "npm run build:tt -- --watch", | 
 |  |  |     "dev:h5": "npm run build:h5 -- --watch", | 
 |  |  |     "dev:rn": "npm run build:rn -- --watch", | 
 |  |  |     "dev:qq": "npm run build:qq -- --watch", | 
 |  |  |     "dev:jd": "npm run build:jd -- --watch", | 
 |  |  |     "dev:quickapp": "npm run build:quickapp -- --watch", | 
 |  |  |     "release": "release-it --config ../../.release-it.json --git.tagName='@12333/cMiniApp/v${version}' --hooks.after:release='npm run build:weapp:upload'" | 
 |  |  |     "dev": "cross-env vite", | 
 |  |  |     "build": "cross-env NODE_OPTIONS=--max_old_space_size=16000 vite build", | 
 |  |  |     "build:jx": "cross-env VITE_AppType=jx vite build --mode jx", | 
 |  |  |     "build:all": "run-p build build:jx", | 
 |  |  |     "build:staging": "cross-env vite build --mode staging", | 
 |  |  |     "build:staging:jenkins": "cross-env NODE_OPTIONS=--max_old_space_size=16000 vite build --mode staging", | 
 |  |  |     "preview": "vite preview", | 
 |  |  |     "lint": "eslint --ext .vue --ext .js --ext .ts src/", | 
 |  |  |     "lint:prettier": "prettier --write  \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"", | 
 |  |  |     "lint:stylelint": "stylelint --cache --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/", | 
 |  |  |     "lint:lint-staged": "lint-staged -c ../../.husky/lintstagedrc.cjs", | 
 |  |  |     "openapi": "bole openapi", | 
 |  |  |     "release": "release-it" | 
 |  |  |   }, | 
 |  |  |   "browserslist": [ | 
 |  |  |     "last 3 versions", | 
 |  |  |     "Android >= 4.1", | 
 |  |  |     "ios >= 8" | 
 |  |  |   ], | 
 |  |  |   "author": "", | 
 |  |  |   "dependencies": { | 
 |  |  |     "@babel/runtime": "^7.7.7", | 
 |  |  |     "@life-payment/components": "workspace:^", | 
 |  |  |     "@life-payment/constants": "workspace:^", | 
 |  |  |     "@life-payment/services": "workspace:^", | 
 |  |  |     "@life-payment/utils": "workspace:^", | 
 |  |  |     "@nutui/icons-vue-taro": "^0.0.9", | 
 |  |  |     "@nutui/nutui-taro": "^4.3.13", | 
 |  |  |     "@tanstack/vue-query": "^4.35.3", | 
 |  |  |     "@tarojs/components": "3.6.20", | 
 |  |  |     "@tarojs/helper": "3.6.20", | 
 |  |  |     "@tarojs/plugin-framework-vue3": "3.6.20", | 
 |  |  |     "@tarojs/plugin-html": "3.6.20", | 
 |  |  |     "@tarojs/plugin-http": "3.6.20", | 
 |  |  |     "@tarojs/plugin-platform-alipay": "3.6.20", | 
 |  |  |     "@tarojs/plugin-platform-h5": "3.6.20", | 
 |  |  |     "@tarojs/plugin-platform-jd": "3.6.20", | 
 |  |  |     "@tarojs/plugin-platform-qq": "3.6.20", | 
 |  |  |     "@tarojs/plugin-platform-swan": "3.6.20", | 
 |  |  |     "@tarojs/plugin-platform-tt": "3.6.20", | 
 |  |  |     "@tarojs/plugin-platform-weapp": "3.6.20", | 
 |  |  |     "@tarojs/router": "3.6.20", | 
 |  |  |     "@tarojs/runtime": "3.6.20", | 
 |  |  |     "@tarojs/shared": "3.6.20", | 
 |  |  |     "@tarojs/taro": "3.6.20", | 
 |  |  |     "@tarojs/taro-h5": "3.6.20", | 
 |  |  |     "@vant/weapp": "^1.11.1", | 
 |  |  |     "axios": "^1.4.0", | 
 |  |  |     "@bole-12333/chat-kit": "latest", | 
 |  |  |     "@bole-12333/customer-chat": "latest", | 
 |  |  |     "@bole-core/components": "latest", | 
 |  |  |     "@bole-core/core": "latest", | 
 |  |  |     "@bole-core/pretty-layout": "latest", | 
 |  |  |     "@bole-core/sass-utils": "latest", | 
 |  |  |     "@bole-core/theme": "latest", | 
 |  |  |     "@chenfengyuan/vue-qrcode": "^2.0.0", | 
 |  |  |     "@ctrl/tinycolor": "^3.4.1", | 
 |  |  |     "@element-plus/icons-vue": "^2.3.1", | 
 |  |  |     "@tanstack/vue-query": "^4.37.1", | 
 |  |  |     "@tencentcloud/call-uikit-vue": "^3.1.5", | 
 |  |  |     "@tencentcloud/chat-uikit-vue": "^2.0.0", | 
 |  |  |     "@tencentcloud/tui-core": "^2.0.0", | 
 |  |  |     "@videojs-player/vue": "^1.0.0", | 
 |  |  |     "@vueuse/core": "11.1.0", | 
 |  |  |     "@vueuse/motion": "^2.0.0-beta.12", | 
 |  |  |     "@wangeditor-next/editor": "^5.3.14", | 
 |  |  |     "@wangeditor-next/editor-for-vue": "^5.1.14", | 
 |  |  |     "ali-oss": "^6.21.0", | 
 |  |  |     "animate.css": "^4.1.1", | 
 |  |  |     "axios": "1.7.7", | 
 |  |  |     "crypto-js": "^4.1.1", | 
 |  |  |     "dayjs": "^1.11.6", | 
 |  |  |     "js-base64": "^3.7.5", | 
 |  |  |     "css-color-function": "^1.3.3", | 
 |  |  |     "dayjs": "^1.11.5", | 
 |  |  |     "element-plus": "^2.8.4", | 
 |  |  |     "element-resize-detector": "^1.2.4", | 
 |  |  |     "file-saver": "^2.0.5", | 
 |  |  |     "fuse.js": "^6.6.2", | 
 |  |  |     "js-base64": "^3.7.2", | 
 |  |  |     "js-cookie": "^3.0.1", | 
 |  |  |     "jsrsasign": "^10.5.27", | 
 |  |  |     "jszip": "^3.10.1", | 
 |  |  |     "lodash": "^4.17.21", | 
 |  |  |     "pinia": "^2.1.6", | 
 |  |  |     "qs": "^6.11.1", | 
 |  |  |     "senin-mini": "^1.0.10", | 
 |  |  |     "senior-request": "^1.0.3", | 
 |  |  |     "taro-plugin-pinia": "^1.0.0", | 
 |  |  |     "vconsole": "^3.15.1", | 
 |  |  |     "vue": "3.5.12", | 
 |  |  |     "vue-component-type-helpers": "^2.1.10" | 
 |  |  |     "lottie-web": "^5.10.2", | 
 |  |  |     "mitt": "^3.0.0", | 
 |  |  |     "nprogress": "^0.2.0", | 
 |  |  |     "path-browserify": "^1.0.1", | 
 |  |  |     "path-to-regexp": "^6.2.1", | 
 |  |  |     "pinia": "^2.2.4", | 
 |  |  |     "qs": "^6.11.0", | 
 |  |  |     "rgb-hex": "^4.0.0", | 
 |  |  |     "semver": "^7.6.3", | 
 |  |  |     "senin-help": "latest", | 
 |  |  |     "senin-vue": "latest", | 
 |  |  |     "sortablejs": "1.15.0", | 
 |  |  |     "tim-js-sdk": "^2.27.5", | 
 |  |  |     "trtc-js-sdk": "^4.15.19", | 
 |  |  |     "tsignaling": "^1.0.8", | 
 |  |  |     "vant": "^4.9.10", | 
 |  |  |     "video.js": "^7.20.3", | 
 |  |  |     "vue": "3.5.11", | 
 |  |  |     "vue-component-type-helpers": "^2.1.6", | 
 |  |  |     "vue-router": "^4.4.5", | 
 |  |  |     "vue-types": "^5.1.3", | 
 |  |  |     "xlsx": "^0.18.5", | 
 |  |  |     "xlsx-style": "^0.8.13" | 
 |  |  |   }, | 
 |  |  |   "devDependencies": { | 
 |  |  |     "@babel/core": "^7.8.0", | 
 |  |  |     "@nutui/auto-import-resolver": "^1.0.0", | 
 |  |  |     "@tarojs/cli": "3.6.20", | 
 |  |  |     "@tarojs/plugin-mini-ci": "^4.0.7", | 
 |  |  |     "@tarojs/plugin-mock": "^0.0.9", | 
 |  |  |     "@tarojs/plugin-vue-devtools": "^3.6.20", | 
 |  |  |     "@tarojs/service": "^3.6.20", | 
 |  |  |     "@tarojs/webpack5-runner": "3.6.20", | 
 |  |  |     "@types/crypto-js": "^4.1.1", | 
 |  |  |     "@types/lodash": "^4.14.198", | 
 |  |  |     "@types/webpack-env": "^1.13.6", | 
 |  |  |     "@vue/babel-plugin-jsx": "^1.0.6", | 
 |  |  |     "@vue/compiler-sfc": "^3.5.12", | 
 |  |  |     "babel-plugin-import": "^1.13.8", | 
 |  |  |     "babel-plugin-lodash": "^3.3.4", | 
 |  |  |     "babel-plugin-transform-remove-console": "^6.9.4", | 
 |  |  |     "babel-preset-taro": "3.6.20", | 
 |  |  |     "cache-loader": "^4.1.0", | 
 |  |  |     "@commitlint/cli": "^17.1.2", | 
 |  |  |     "@commitlint/config-conventional": "^17.1.0", | 
 |  |  |     "@eslint/create-config": "^0.3.1", | 
 |  |  |     "@iconify-icons/ep": "^1.2.8", | 
 |  |  |     "@iconify-icons/ri": "^1.2.3", | 
 |  |  |     "@iconify/vue": "^4.0.0", | 
 |  |  |     "@release-it/conventional-changelog": "^8.0.2", | 
 |  |  |     "@types/ali-oss": "^6.16.11", | 
 |  |  |     "@types/file-saver": "^2.0.5", | 
 |  |  |     "@types/js-cookie": "^3.0.2", | 
 |  |  |     "@types/lodash": "^4.14.186", | 
 |  |  |     "@types/node": "18.7.18", | 
 |  |  |     "@types/video.js": "^7.3.47", | 
 |  |  |     "@typescript-eslint/eslint-plugin": "^5.37.0", | 
 |  |  |     "@typescript-eslint/parser": "^5.37.0", | 
 |  |  |     "@vant/auto-import-resolver": "^1.2.1", | 
 |  |  |     "@vitejs/plugin-legacy": "^5.4.2", | 
 |  |  |     "@vitejs/plugin-vue": "^5.1.4", | 
 |  |  |     "@vitejs/plugin-vue-jsx": "^4.0.1", | 
 |  |  |     "@vue/eslint-config-prettier": "^10.0.0", | 
 |  |  |     "@vue/eslint-config-typescript": "^14.0.0", | 
 |  |  |     "autoprefixer": "^10.4.11", | 
 |  |  |     "cross-env": "^7.0.3", | 
 |  |  |     "mockjs": "^1.1.0", | 
 |  |  |     "postcss": "^8.4.19", | 
 |  |  |     "eslint": "^8.23.1", | 
 |  |  |     "eslint-plugin-prettier": "^4.2.1", | 
 |  |  |     "eslint-plugin-vue": "^9.4.0", | 
 |  |  |     "husky": "^8.0.1", | 
 |  |  |     "lint-staged": "^13.0.3", | 
 |  |  |     "npm-run-all": "^4.1.5", | 
 |  |  |     "picocolors": "^1.0.0", | 
 |  |  |     "postcss": "^8.4.16", | 
 |  |  |     "postcss-html": "^1.5.0", | 
 |  |  |     "postcss-loader": "^7.3.3", | 
 |  |  |     "postcss-scss": "^4.0.6", | 
 |  |  |     "postcss-import": "^15.0.0", | 
 |  |  |     "postcss-preset-env": "^10.0.0", | 
 |  |  |     "postcss-px-to-viewport": "^1.1.1", | 
 |  |  |     "postcss-scss": "^4.0.5", | 
 |  |  |     "prettier": "^2.7.1", | 
 |  |  |     "stylelint": "^14.15.0", | 
 |  |  |     "release-it": "^17.8.2", | 
 |  |  |     "rimraf": "^6.0.1", | 
 |  |  |     "rollup-plugin-visualizer": "^5.8.1", | 
 |  |  |     "sass": "^1.54.9", | 
 |  |  |     "stylelint": "^14.11.0", | 
 |  |  |     "stylelint-config-html": "^1.1.0", | 
 |  |  |     "stylelint-config-prettier": "^9.0.4", | 
 |  |  |     "stylelint-config-recess-order": "^3.0.0", | 
 |  |  |     "stylelint-config-recommended": "^9.0.0", | 
 |  |  |     "stylelint-config-standard": "^29.0.0", | 
 |  |  |     "stylelint-config-standard-scss": "^6.1.0", | 
 |  |  |     "stylelint-config-standard": "^28.0.0", | 
 |  |  |     "stylelint-order": "^5.0.0", | 
 |  |  |     "stylelint-scss": "^4.3.0", | 
 |  |  |     "taro-plugin-compiler-optimization": "^1.0.4", | 
 |  |  |     "thread-loader": "^4.0.2", | 
 |  |  |     "unplugin-auto-import": "^0.16.6", | 
 |  |  |     "terser": "^5.34.1", | 
 |  |  |     "typescript": "^4.6.4", | 
 |  |  |     "unplugin-auto-import": "^0.18.3", | 
 |  |  |     "unplugin-icons": "^0.14.10", | 
 |  |  |     "unplugin-vue-components": "^0.27.4", | 
 |  |  |     "vue-eslint-parser": "^9.3.1", | 
 |  |  |     "vue-loader": "^17.0.0", | 
 |  |  |     "webpack": "^5.78.0", | 
 |  |  |     "webpack-bundle-analyzer": "^4.7.0" | 
 |  |  |     "vite": "5.4.8", | 
 |  |  |     "vite-plugin-compression": "^0.5.1", | 
 |  |  |     "vite-plugin-html": "^3.2.2", | 
 |  |  |     "vite-plugin-importus": "^1.0.5", | 
 |  |  |     "vite-plugin-live-reload": "^3.0.3", | 
 |  |  |     "vite-plugin-mock": "^3.0.0", | 
 |  |  |     "vite-plugin-remove-console": "^2.2.0", | 
 |  |  |     "vite-plugin-style-import": "^2.0.0", | 
 |  |  |     "vite-plugin-svg-icons": "^2.0.1", | 
 |  |  |     "vite-plugin-vue-enhance": "latest", | 
 |  |  |     "vite-svg-loader": "^3.6.0", | 
 |  |  |     "vue-eslint-parser": "^9.4.3", | 
 |  |  |     "vue-tsc": "^2.1.6" | 
 |  |  |   }, | 
 |  |  |   "pnpm": { | 
 |  |  |     "patchedDependencies": { | 
 |  |  |       "xlsx-style@0.8.13": "patches/xlsx-style@0.8.13.patch" | 
 |  |  |     }, | 
 |  |  |     "overrides": { | 
 |  |  |       "vue": "3.5.11" | 
 |  |  |     } | 
 |  |  |   } | 
 |  |  | } |