UNPKG

@bugu-tec/sync-micro-app

Version:

sync render micro app

39 lines (38 loc) 710 B
{ "name": "@bugu-tec/sync-micro-app", "version": "2.0.1", "description": "sync render micro app", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "dev": "father dev", "build": "father build", "build:deps": "father prebundle", "prepublishOnly": "father doctor && npm run build" }, "keywords": [ "qiankun", "microapp", "async-microapp" ], "authors": [ "252704620@qq.com" ], "license": "MIT", "files": [ "dist", "compiled" ], "publishConfig": { "access": "public" }, "devDependencies": { "father": "^4.2.2" }, "dependencies": { "qiankun": "^2.10.16" }, "peerDependencies": { "react": ">=16" } }