{ "name": "@dukang/mini-user", "version": "0.1.0", "private": true, "description": "杜康好客 · C 端用户微信小程序(Taro)", "scripts": { "dev": "node ../../scripts/dev-mini-user-h5.mjs", "dev:vite": "node --max-old-space-size=8192 ./node_modules/@tarojs/cli/bin/taro build --type h5 --watch", "dev:weapp": "node --max-old-space-size=8192 ./node_modules/@tarojs/cli/bin/taro build --type weapp --watch --mode development", "build": "node --max-old-space-size=8192 ./node_modules/@tarojs/cli/bin/taro build --type h5", "build:weapp": "node --max-old-space-size=8192 ./node_modules/@tarojs/cli/bin/taro build --type weapp", "lint": "echo ok" }, "dependencies": { "@babel/runtime": "^7.24.4", "@dukang/shared-types": "workspace:*", "@dukang/shared-ui": "workspace:*", "@dukang/weixin-sdk": "workspace:*", "element-china-area-data": "^6.1.0", "@tarojs/components": "4.2.0", "@tarojs/helper": "4.2.0", "@tarojs/plugin-framework-react": "4.2.0", "@tarojs/plugin-html": "4.2.0", "@tarojs/plugin-platform-h5": "4.2.0", "@tarojs/plugin-platform-weapp": "4.2.0", "@tarojs/react": "4.2.0", "@tarojs/router": "4.2.0", "@tarojs/runtime": "4.2.0", "@tarojs/shared": "4.2.0", "@tarojs/taro": "4.2.0", "qrcode": "^1.5.4", "react": "^18.3.1", "react-dom": "^18.3.1" }, "devDependencies": { "@babel/core": "^7.24.4", "@babel/plugin-proposal-decorators": "^7.24.1", "@babel/plugin-transform-class-properties": "^7.24.1", "@babel/preset-react": "^7.24.1", "@tarojs/cli": "4.2.0", "@tarojs/vite-runner": "4.2.0", "@types/react": "^18.3.3", "@vitejs/plugin-react": "^4.3.1", "babel-preset-taro": "4.2.0", "typescript": "^5.4.5", "vite": "^5.4.0" }, "browserslist": { "development": [ "defaults and fully supports es6-module", "maintained node versions", "Android >= 4.1", "ios >= 8" ], "production": [ "defaults and fully supports es6-module", "maintained node versions", "Android >= 4.1", "ios >= 8" ] } }