@guruhotel/aura-hooks
Version:
🪝 Hooks library designed by the Guruhotel team for Aura UI
40 lines (39 loc) • 1.15 kB
JSON
{
"name": "@guruhotel/aura-hooks",
"version": "2.0.0",
"description": "🪝 Hooks library designed by the Guruhotel team for Aura UI",
"repository": "https://gitlab.com/guruhotel/aura-hooks.git",
"author": "Damián Ricobelli <damian.ricobelli@guruhotel.com>",
"license": "MIT",
"keywords": [
"aura",
"aura ui",
"hooks",
"accessibility"
],
"source": "src/index.ts",
"main": "cjs/index.js",
"module": "esm/index.js",
"unpkg": "umd/aura-hooks.min.js",
"types": "types/index.d.ts",
"sideEffects": false,
"private": false,
"scripts": {},
"dependencies": {
"@babel/runtime": "^7.20.1",
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/gitlab": "^9.5.1",
"@semantic-release/gitlab-config": "^10.0.1",
"@semantic-release/release-notes-generator": "^10.0.3",
"conventional-changelog-conventionalcommits": "^5.0.0",
"dotenv": "^16.0.3",
"semantic-release-slack-bot": "^3.5.3",
"slackify-markdown": "^4.3.1"
},
"devDependencies": {},
"peerDependencies": {
"react": ">=17.0.2",
"react-dom": ">=17.0.2"
}
}