{
  "name": "taro3-vue3-pinia",
  "version": "1.0.2",
  "private": true,
  "scripts": {
    "build:weapp": "taro build --type weapp",
    "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 --env production",
    "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",
    "tsx": "tsx",
    "format": "soy prettier --write",
    "cleanup": "soy cleanup",
    "commit": "git pull && pnpm format && pnpm lint && git add -A && soy git-commit && git push",
    "lint": "eslint . --fix",
    "prepare": "simple-git-hooks",
    "release": "soy release",
    "typecheck": "vue-tsc --noEmit --skipLibCheck",
    "update-pkg": "soy update-pkg"
  },
  "dependencies": {
    "@babel/runtime": "^7.24.7",
    "@nutui/nutui-taro": "^4.3.9",
    "@tarojs/cli": "3.6.30",
    "@tarojs/components": "3.6.30",
    "@tarojs/helper": "3.6.30",
    "@tarojs/plugin-html": "3.6.30",
    "@tarojs/plugin-platform-alipay": "3.6.30",
    "@tarojs/plugin-platform-h5": "3.6.30",
    "@tarojs/plugin-platform-jd": "3.6.30",
    "@tarojs/plugin-platform-qq": "3.6.30",
    "@tarojs/plugin-platform-swan": "3.6.30",
    "@tarojs/plugin-platform-tt": "3.6.30",
    "@tarojs/plugin-platform-weapp": "3.6.30",
    "@tarojs/runtime": "3.6.30",
    "@tarojs/shared": "3.6.30",
    "@tarojs/taro": "3.6.30",
    "@tarojs/webpack5-runner": "3.6.30",
    "@vueuse/core": "^10.11.0",
    "lodash-es": "^4.17.21",
    "pinia": "^2.1.7",
    "qs": "^6.12.1",
    "vue": "^3.4.29"
  },
  "devDependencies": {
    "@babel/core": "^7.24.7",
    "@iconify/json": "^2.2.220",
    "@iconify/utils": "^2.1.24",
    "@soybeanjs/cli": "1.0.14",
    "@tarojs/plugin-framework-vue3": "3.6.30",
    "@types/lodash-es": "^4.17.12",
    "@types/node": "^20.14.5",
    "@types/qs": "^6.9.15",
    "@types/webpack-env": "^1.18.5",
    "@unocss/webpack": "^0.60.4",
    "@vue/babel-plugin-jsx": "^1.2.2",
    "babel-preset-taro": "3.6.30",
    "eslint": "^8.57.0",
    "eslint-config-soybeanjs": "0.5.9",
    "simple-git-hooks": "^2.11.1",
    "taro-plugin-pinia": "^1.0.0",
    "tsx": "^4.15.6",
    "typescript": "5.4.5",
    "unocss": "^0.60.4",
    "unocss-preset-weapp": "^0.60.1",
    "unplugin-vue-components": "^0.27.0",
    "vue-loader": "^17.4.2",
    "vue-tsc": "^2.0.21",
    "webpack": "^5.92.0"
  },
  "simple-git-hooks": {
    "commit-msg": "pnpm soy git-commit-verify",
    "pre-commit": "pnpm typecheck && pnpm soy lint-staged"
  }
}
