UNPKG

@reusable-ui/orientationable

Version:

A capability of UI to rotate its layout.

47 lines (46 loc) 1.17 kB
{ "name": "@reusable-ui/orientationable", "version": "6.5.3", "description": "A capability of UI to rotate its layout.", "keywords": [ "orientation", "portrait", "landscape", "vertical", "horizontal", "inline", "block", "design", "layouts" ], "author": "HeyMarco <31385284+heyymarco@users.noreply.github.com>", "homepage": "https://reusableui.org", "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/reusable-ui/reusable-ui-monorepo.git" }, "main": "dist/orientationable.js", "types": "dist/orientationable.d.ts", "type": "module", "exports": { ".": "./dist/orientationable.js", "./index": "./dist/orientationable.js", "./index.js": "./dist/orientationable.js" }, "sideEffects": false, "publishConfig": { "access": "public" }, "scripts": { "tsc": "tsc", "tsc:watch": "tsc --watch", "ncu": "ncu --peer", "ncu:upgrade": "ncu --peer --upgrade", "test": "cross-env NODE_OPTIONS=--experimental-vm-modules npx jest" }, "dependencies": { "@cssfn/core": "^3.2.0" }, "gitHead": "fd6021ba0ec0152e8bd9816cf834d5db4fcefa97" }