{ "name": "@miniapp/miniprogram", "version": "0.1.0", "private": true, "scripts": { "dev:weapp": "taro build --type weapp --watch", "build:weapp": "taro build --type weapp", "dev:h5": "taro build --type h5 --watch", "build:h5": "taro build --type h5" }, "dependencies": { "@tarojs/components": "^4.2.1", "@tarojs/react": "^4.2.1", "@tarojs/runtime": "^4.2.1", "@tarojs/taro": "^4.2.1", "react": "18.2.0", "react-dom": "18.2.0" }, "devDependencies": { "@babel/core": "^7.29.7", "@babel/plugin-transform-class-properties": "^7.25.9", "@babel/plugin-transform-runtime": "^7.29.7", "@babel/preset-react": "^7.29.7", "@babel/runtime": "^7.29.7", "@tarojs/cli": "4.2.1", "@tarojs/plugin-framework-react": "^4.2.1", "@tarojs/plugin-platform-weapp": "^4.2.1", "@tarojs/webpack5-runner": "^4.2.1", "webpack": "5.91.0", "@types/react": "18.2.79", "@types/react-dom": "18.2.25", "babel-preset-taro": "^4.2.1", "typescript": "6.0.3" } }