UNPKG

reactant-share

Version:

A framework for building shared web applications with Reactant

47 lines (46 loc) 1.21 kB
{ "name": "reactant-share", "version": "0.149.0", "description": "A framework for building shared web applications with Reactant", "main": "dist/index.cjs.js", "unpkg": "dist/index.umd.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "typedoc": { "entryPoint": "src/index.ts" }, "homepage": "https://reactant.js.org/", "repository": { "type": "git", "url": "git+https://github.com/unadlib/reactant.git", "directory": "packages/reactant-share" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "Reactant", "Reactant Shared Application" ], "authors": [ "Michael Lin <unadlib@gmail.com> (https://github.com/unadlib)" ], "license": "MIT", "peerDependencies": { "broadcast-channel": "^5 || ^4", "data-transport": "^5.0.3", "react": "^16.12.0 || ^17 || ^18" }, "dependencies": { "broadcast-channel": "^5.3.0", "data-transport": "^5.0.3", "reactant": "^0.149.0", "reactant-last-action": "^0.149.0", "reactant-router": "^0.149.0", "reactant-storage": "^0.149.0" }, "devDependencies": { "react": "^17.0.2", "reactant-web": "^0.149.0" } }