@corrbo/comp-with-methods
Version:
Create React components with imperative methods and multi-instance support
46 lines (45 loc) • 1.15 kB
JSON
{
"name": "@corrbo/comp-with-methods",
"version": "1.0.1",
"description": "Create React components with imperative methods and multi-instance support",
"main": "index.tsx",
"types": "index.tsx",
"scripts": {},
"peerDependencies": {
"react": ">=16.8.0",
"react-native": ">=0.60.0"
},
"dependencies": {
"react": "^18.2.0",
"react-native": "^0.72.0"
},
"devDependencies": {
"@types/react": "^18.2.0",
"@types/react-native": "^0.72.0",
"typescript": "^5.0.0",
"jest": "^29.0.0",
"@testing-library/react-native": "^12.0.0",
"eslint": "^8.0.0",
"prettier": "^3.0.0"
},
"author": "Alzhan abd.alz.b@gmail.com (https://github.com/alzhab)",
"license": "MIT",
"keywords": [
"react",
"react-native",
"component-methods",
"imperative-components",
"adapter-pattern"
],
"repository": {
"type": "git",
"url": "https://github.com/alzhab/comp-with-methods.git"
},
"bugs": {
"url": "https://github.com/alzhab/comp-with-methods/issues"
},
"homepage": "https://github.com/alzhab/comp-with-methods#readme",
"engines": {
"node": ">=16.0.0"
}
}