UNPKG

reactant-share

Version:

A framework for building shared web applications with Reactant

56 lines (55 loc) 1.42 kB
{ "name": "reactant-share", "version": "0.150.0", "description": "A framework for building shared web applications with Reactant", "main": "dist/index.cjs.js", "unpkg": "dist/index.umd.js", "module": "dist/esm/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/esm/index.js", "require": "./dist/index.cjs.js" }, "./package.json": "./package.json" }, "sideEffects": false, "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.150.0", "reactant-last-action": "^0.150.0", "reactant-router": "^0.150.0", "reactant-storage": "^0.150.0" }, "devDependencies": { "react": "^18.3.1", "reactant-web": "^0.150.0" } }