iframe-micro-react-state
Version:
基于 iframe 的微应用状态管理与父应用通信工具,仅面向 React 项目生态。
54 lines (53 loc) • 1.16 kB
JSON
{
"name": "iframe-micro-react-state",
"version": "0.1.2",
"description": "基于 iframe 的微应用状态管理与父应用通信工具,仅面向 React 项目生态。",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"exports": {
".": {
"import": "./lib/index.js",
"require": "./lib/index.js",
"types": "./lib/index.d.ts"
}
},
"peerDependencies": {
"react": ">=17",
"react-dom": ">=17"
},
"scripts": {
"build": "tsdown"
},
"author": "自动生成",
"license": "MIT",
"keywords": [
"iframe",
"micro-app",
"state",
"react",
"micro-frontend",
"hook",
"postMessage",
"权限",
"单例",
"初始化数据"
],
"repository": {
"type": "git",
"url": "https://gitee.com/ittantt/iframe-micro-react-state"
},
"bugs": {
"url": "https://gitee.com/ittantt/iframe-micro-react-state/issues"
},
"files": [
"lib/",
"README.md",
"LICENSE",
"package.json"
],
"devDependencies": {
"@types/react": "^19.1.8",
"tsdown": "^0.12.9",
"typescript": "^5.8.3"
}
}