{ "name": "wangquan-miniapp", "version": "0.1.0", "private": true, "description": "汪圈 Taro 微信小程序", "scripts": { "dev:weapp": "taro build --type weapp --watch", "build:weapp": "taro build --type weapp", "typecheck": "tsc --noEmit" }, "dependencies": { "@babel/runtime": "^7.27.6", "@tarojs/components": "4.2.0", "@tarojs/helper": "4.2.0", "@tarojs/plugin-framework-react": "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": { "@tarojs/cli": "4.2.0", "@tarojs/webpack5-runner": "4.2.0", "@babel/preset-react": "^7.27.1", "@types/node": "^22.15.34", "@types/react": "^18.3.23", "babel-preset-taro": "4.2.0", "sass": "^1.89.2", "typescript": "^5.8.3" }, "browserslist": [ "last 3 versions", "Android >= 5", "iOS >= 9" ] }