react-usemap-render-component
Version:
An npm package for rendering ReactJS components in a cleaner and more beautiful way, allowing elements to be passed to the components from the hook’s props.
57 lines • 1.43 kB
JSON
{
"version": "1.0.5",
"name": "react-usemap-render-component",
"author": "Ricardo8Abreu",
"license": "MIT",
"description": "An npm package for rendering ReactJS components in a cleaner and more beautiful way, allowing elements to be passed to the components from the hook’s props.",
"repository": {
"type": "git",
"url": "https://github.com/Ricardo8Abreu/react-usemap-render-component.git"
},
"bugs": "https://github.com/Ricardo8Abreu/react-usemap-render-component/issues",
"keywords": [
"react",
"hook",
"usemap",
"useMap",
"map",
"render",
"component",
"props"
],
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"peerDependencies": {
"react": ">=16.8.0"
},
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"devDependencies": {
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@types/jest": "^29.5.14",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"jest": "^29.7.0",
"jest-environment-jsdom": "^",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ts-jest": "^29.2.5",
"tsup": "^8.3.5",
"typescript": "^5.1.6"
},
"scripts": {
"dev": "tsup --watch",
"build": "tsup",
"test": "jest"
}
}