@grlt-hub/react-slots
Version:
Bring the power of slots to your React components effortlessly.
46 lines (45 loc) • 1.01 kB
JSON
{
"name": "@grlt-hub/react-slots",
"version": "1.1.0",
"type": "module",
"private": false,
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/README.md",
"/package.json",
"/dist"
],
"author": "Viktor Pasynok",
"license": "MIT",
"peerDependencies": {
"effector": "23",
"effector-react": "23",
"nanoid": "*",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/grlt-hub/react-slots.git"
},
"homepage": "https://github.com/grlt-hub/react-slots",
"description": "Bring the power of slots to your React components effortlessly.",
"keywords": [
"grlt",
"grlt-hub",
"react",
"slots",
"slot-based-architecture",
"dynamic-content",
"component-injection",
"modular-components",
"react-library",
"ui-framework",
"content-management",
"frontend"
]
}