use-screen-orientation
Version:
hook for handling screen orientation in react projects for web
33 lines (32 loc) • 755 B
JSON
{
"name": "use-screen-orientation",
"version": "1.1.5",
"description": "hook for handling screen orientation in react projects for web",
"main": "dist/useScreenOrientation.js",
"scripts": {
"build": "tsc"
},
"keywords": [
"orientation",
"screen",
"hook",
"web",
"react",
"typescript",
"nextjs"
],
"prepublish": "tsc",
"author": "Matthew Barnden",
"license": "ISC",
"types": "dist/useScreenOrientation.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/esharmony/use-screen-orientation"
},
"bugs": "https://github.com/esharmony/use-screen-orientation/issues",
"devDependencies": {
"@types/react": "^18.0.15",
"react": "^18.2.0",
"typescript": "^4.7.4"
}
}