use-haptic
Version:
A convenient React hook to trigger haptic feedback anywhere in your application
59 lines • 1.25 kB
JSON
{
"name": "use-haptic",
"version": "1.1.11",
"description": "A convenient React hook to trigger haptic feedback anywhere in your application",
"keywords": [
"react",
"haptic",
"haptic feedback",
"pwa",
"ios",
"Taptic",
"iOSHaptic",
"Haptics",
"TapticHaptic",
"iOS Haptic",
"Touch Feedback",
"React Hook",
"React Hooks",
"Vibrate API",
"Vibration",
"Cross-Platform",
"Mobile",
"iOS Safari",
"Taptic Engine",
"Touch Interaction",
"User Feedback",
"Browser Compatibility",
"Device Feedback",
"UI/UX"
],
"author": "posaune0423",
"repository": {
"type": "git",
"url": "git+https://github.com/posaune0423/use-haptic.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/posaune0423/use-haptic/issues"
},
"main": "./script/mod.js",
"module": "./esm/mod.js",
"types": "./esm/mod.d.ts",
"exports": {
".": {
"import": "./esm/mod.js",
"require": "./script/mod.js"
}
},
"dependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/node": "^20.9.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0"
},
"_generatedBy": "dnt@dev"
}