UNPKG

@blocz/react-responsive

Version:

🔍 <Only /> displays some contents for a specific screen size

51 lines 1.63 kB
{ "name": "@blocz/react-responsive", "version": "4.0.0", "description": "🔍 <Only /> displays some contents for a specific screen size", "source": "src/index.ts", "sideEffects": false, "main": "lib/react-responsive.js", "umd:main": "lib/react-responsive.umd.js", "module": "lib/react-responsive.modern.js", "types": "lib/index.d.ts", "exports": { ".": { "types": "./lib/index.d.ts", "require": "./lib/react-responsive.js", "import": "./lib/react-responsive.modern.mjs", "browser": "./lib/react-responsive.modern.js", "umd": "./lib/react-responsive.umd.js" }, "./package.json": "./package.json" }, "repository": { "url": "git+ssh://git@github.com/bloczjs/react-responsive.git" }, "keywords": [ "adaptive", "breakpoint", "css", "media-query", "react", "responsive", "react-responsive" ], "author": "Ayc0", "license": "MIT", "bugs": "https://github.com/bloczjs/react-responsive/issues", "scripts": { "build": "yarn build:microbundle && cp lib/react-responsive.modern.js lib/react-responsive.modern.mjs", "build:dev": "yarn build:microbundle --compress false", "build:microbundle": "microbundle --name $npm_package_name --globals react=React", "link:readme": "rm ../../README.md && ln -s packages/react-responsive/README.md ../..", "prepublishOnly": "rm -rf lib && yarn build" }, "homepage": "https://github.com/bloczjs/react-responsive#readme", "devDependencies": { "@types/react": "^19.0.1", "microbundle": "^0.15.1" }, "peerDependencies": { "react": "16.8.0 - 19.x.x" } }