react-media-query-kit
Version:
React hook and component utility to detect mobile, tablet, desktop, large desktop and TV screen sizes.
40 lines (39 loc) • 905 B
JSON
{
"name": "react-media-query-kit",
"version": "1.0.16",
"description": "React hook and component utility to detect mobile, tablet, desktop, large desktop and TV screen sizes.",
"main": "dist/index.js",
"exports": {
".": "./dist/index.js"
},
"type": "module",
"files": [
"dist"
],
"keywords": [
"react",
"media-query",
"responsive",
"device-detection",
"hooks",
"media",
"breakpoints"
],
"author": "Dheerendra Vikram Dixit",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Dheerendra-123/react-media-kit.git"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0 || ^19.0.0"
},
"scripts": {
"test": "echo \"No tests yet\"",
"build": "node build.js",
"prepublishOnly": "npm run build"
},
"devDependencies": {
"esbuild": "^0.25.6"
}
}