@react-riftgate/teleporter
Version:
A library that provides lower-level React components for teleporting React components from one place to another in the same React tree
53 lines (52 loc) • 1.41 kB
JSON
{
"name": "@react-riftgate/teleporter",
"version": "0.1.3",
"type": "module",
"description": "A library that provides lower-level React components for teleporting React components from one place to another in the same React tree",
"keywords": [
"react",
"reactjs",
"portal",
"teleporter",
"riftgate",
"react-riftgate"
],
"author": "Quang Trinh <khacquang.trinh@gmail.com>",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tkhquang/react-riftgate.git"
},
"bugs": {
"url": "https://github.com/tkhquang/react-riftgate/issues"
},
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "tsc && vite build"
},
"dependencies": {
"@react-riftgate/hooks": "*",
"@react-riftgate/portal": "*"
},
"devDependencies": {},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"files": [
"dist"
],
"main": "./dist/@react-riftgate/teleporter.umd.js",
"module": "./dist/@react-riftgate/teleporter.es.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/@react-riftgate/teleporter.es.js",
"require": "./dist/@react-riftgate/teleporter.umd.js"
}
}
}