@react-riftgate/hooks
Version:
Custom hooks for react-riftgate
49 lines (48 loc) • 1.18 kB
JSON
{
"name": "@react-riftgate/hooks",
"version": "0.1.3",
"type": "module",
"description": "Custom hooks for react-riftgate",
"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"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build"
},
"dependencies": {},
"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/hooks.umd.js",
"module": "./dist/@react-riftgate/hooks.es.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/@react-riftgate/hooks.es.js",
"require": "./dist/@react-riftgate/hooks.umd.js"
}
}
}