react-uuid-hook
Version:
React hook to generate a unique uuid
48 lines (47 loc) • 965 B
JSON
{
"name": "react-uuid-hook",
"description": "React hook to generate a unique uuid",
"version": "0.0.5",
"scripts": {
"build": "tsc"
},
"keywords": [
"react",
"uuid",
"id",
"hook",
"hooks",
"idempotency"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Firfi/react-uuid-hook.git"
},
"author": "Igor Loskutov <igor@loskutoff.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Firfi/react-uuid-hook/issues"
},
"homepage": "https://github.com/Firfi/react-uuid-hook#readme",
"main": "dist/index.js",
"types": "dist/index.d.js",
"type": "module",
"files": [
"dist",
"LICENSE",
"README.md",
"package.json"
],
"devDependencies": {
"@types/react": ">=16.8.0",
"@types/uuid": "^9.0.7",
"prettier": "^2.8.4",
"typescript": "^4.9.5"
},
"peerDependencies": {
"react": ">=16.8.0"
},
"dependencies": {
"uuid": "^9.0.1"
}
}