UNPKG

mfe-react

Version:

React Micro-Frontend Component Wrapper

39 lines (38 loc) 923 B
{ "name": "mfe-react", "version": "1.1.0", "description": "React Micro-Frontend Component Wrapper", "main": "lib/index.js", "scripts": { "prepublish": "babel src --out-dir lib" }, "publishConfig": { "registry": "https://registry.npmjs.org" }, "keywords": [ "react", "mfe", "micro", "frontend" ], "author": "Matt Kruse <github@mattkruse.com> (http://mattkruse.com/)", "repository": { "type": "git", "url": "https://github.com/matt-kruse/mfe-react.git" }, "license": "ISC", "dependencies": { "react-shadow-root": "*" }, "peerDependencies": { "react": "*", "react-shadow-root": "*" }, "devDependencies": { "@babel/cli": "^7.17.10", "@babel/core": "^7.18.5", "@babel/plugin-proposal-object-rest-spread": "^7.18.0", "@babel/preset-env": "^7.18.2", "@babel/preset-react": "^7.17.12" } }