{ "name": "batiao-pay", "version": "1.0.0", "private": true, "description": "Batiao payment mini program", "packageManager": "pnpm@10.28.2", "engines": { "node": ">=18" }, "pnpm": { "onlyBuiltDependencies": [ "@parcel/watcher", "@swc/core", "@tarojs/binding", "@tarojs/cli", "core-js", "core-js-pure", "esbuild" ] }, "scripts": { "dev:weapp": "taro build --type weapp --watch", "dev:alipay": "taro build --type alipay --watch", "build:weapp": "taro build --type weapp", "build:alipay": "taro build --type alipay", "typecheck": "tsc --noEmit", "lint": "eslint src config vitest.config.ts --ext .ts,.tsx", "test": "vitest run" }, "dependencies": { "@babel/runtime": "^7.28.4", "@tarojs/components": "4.2.0", "@tarojs/helper": "4.2.0", "@tarojs/plugin-framework-react": "4.2.0", "@tarojs/plugin-platform-alipay": "4.2.0", "@tarojs/plugin-platform-weapp": "4.2.0", "@tarojs/react": "4.2.0", "@tarojs/runtime": "4.2.0", "@tarojs/shared": "4.2.0", "@tarojs/taro": "4.2.0", "react": "18.3.1", "react-dom": "18.3.1" }, "devDependencies": { "@babel/core": "^7.29.0", "@babel/preset-react": "^7.28.5", "@tarojs/cli": "4.2.0", "@tarojs/taro-loader": "4.2.0", "@tarojs/webpack5-runner": "4.2.0", "@types/node": "^24.0.0", "@types/react": "^18.3.18", "@types/react-dom": "^18.3.5", "@typescript-eslint/eslint-plugin": "8.64.0", "@typescript-eslint/parser": "8.64.0", "babel-preset-taro": "4.2.0", "eslint": "8.57.1", "eslint-plugin-react-hooks": "^5.2.0", "less": "4.6.4", "typescript": "5.9.3", "vite": "4.5.14", "vitest": "1.6.1" } }