{ "name": "miniprogram", "version": "0.1.0", "private": true, "description": "OPC 培训 · 微信小程序(C 端)· Taro + React", "scripts": { "build:weapp": "taro build --type weapp", "dev:weapp": "npm run build:weapp -- --watch", "build:h5": "taro build --type h5", "dev:h5": "npm run build:h5 -- --watch" }, "browserslist": [ "last 3 versions", "Android >= 4.1", "ios >= 8" ], "dependencies": { "@babel/runtime": "^7.24.4", "@tarojs/components": "3.6.35", "@tarojs/helper": "3.6.35", "@tarojs/plugin-framework-react": "3.6.35", "@tarojs/plugin-platform-weapp": "3.6.35", "@tarojs/react": "3.6.35", "@tarojs/runtime": "3.6.35", "@tarojs/shared": "3.6.35", "@tarojs/taro": "3.6.35", "react": "18.2.0", "react-dom": "18.2.0" }, "devDependencies": { "@babel/core": "^7.24.4", "@tarojs/cli": "3.6.35", "@tarojs/webpack5-runner": "3.6.35", "babel-preset-taro": "3.6.35", "sass": "^1.77.0", "webpack": "5.91.0" } }