{ 
 | 
  "name": "@life-payment/taro", 
 | 
  "version": "1.0.0", 
 | 
  "private": true, 
 | 
  "description": "", 
 | 
  "templateInfo": { 
 | 
    "name": "default", 
 | 
    "typescript": true, 
 | 
    "css": "sass" 
 | 
  }, 
 | 
  "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:h5:staging": "cross-env APP_ENV=staging npm run build: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'" 
 | 
  }, 
 | 
  "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/core-vue": "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", 
 | 
    "crypto-js": "^4.1.1", 
 | 
    "dayjs": "^1.11.6", 
 | 
    "js-base64": "^3.7.5", 
 | 
    "lodash": "^4.17.21", 
 | 
    "pinia": "^2.1.6", 
 | 
    "qrcode.vue": "^3.6.0", 
 | 
    "qs": "^6.11.1", 
 | 
    "senin-mini": "^1.0.10", 
 | 
    "senior-request": "^1.0.5", 
 | 
    "taro-plugin-pinia": "^1.0.0", 
 | 
    "vconsole": "^3.15.1", 
 | 
    "vue": "3.5.12", 
 | 
    "vue-component-type-helpers": "^2.1.10" 
 | 
  }, 
 | 
  "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", 
 | 
    "cross-env": "^7.0.3", 
 | 
    "mockjs": "^1.1.0", 
 | 
    "postcss": "^8.4.19", 
 | 
    "postcss-html": "^1.5.0", 
 | 
    "postcss-loader": "^7.3.3", 
 | 
    "postcss-scss": "^4.0.6", 
 | 
    "prettier": "^2.7.1", 
 | 
    "stylelint": "^14.15.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-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", 
 | 
    "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" 
 | 
  } 
 | 
} 
 |