id-generator-ts
Version:
Generate Universally Unique Identifiers (UUIDs) in your React apps with ease using this custom React hook. Ensure uniqueness and randomness, even in browsers without native crypto support. Ideal for creating unique keys, tracking, and data management.
58 lines (57 loc) • 1.62 kB
JSON
{
"name": "id-generator-ts",
"version": "0.0.6",
"description": "Generate Universally Unique Identifiers (UUIDs) in your React apps with ease using this custom React hook. Ensure uniqueness and randomness, even in browsers without native crypto support. Ideal for creating unique keys, tracking, and data management.",
"main": "build/index.js",
"types": "build/index.d.ts",
"files": [
"build"
],
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"typescript",
"npm id generator",
"npm uuid",
"npm useUUID",
"npm react id generator",
"npm id generator",
"npm react id",
"react id generator",
"id generator",
"react id",
"uuid",
"useUUID"
],
"repository": {
"type": "git",
"url": "https://github.com/ArtemPchela/id-generator-ts.git"
},
"author": "Artsiom Pchaliankou",
"license": "MIT",
"bugs": {
"url": "https://github.com/ArtemPchela/id-generator-ts/issues"
},
"homepage": "https://github.com/ArtemPchela/id-generator-ts#readme",
"dependencies": {
"@babel/runtime": "^7.19.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.0.6",
"@rollup/plugin-typescript": "^8.5.0",
"@types/node": "^20.8.1",
"@types/react": "^18.0.38",
"@types/react-dom": "^18.2.14",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"babel-core": "^6.26.3",
"babel-runtime": "^6.26.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}