screen-info-zx01
Version:
A simple React component to display screen size and device info.
38 lines (37 loc) • 778 B
JSON
{
"name": "screen-info-zx01",
"version": "1.0.2",
"description": "A simple React component to display screen size and device info.",
"main": "dist/index.js",
"module": "dist/index.js",
"exports": {
".": {
"import": "./dist/index.js"
}
},
"files": [
"dist"
],
"type": "module",
"scripts": {
"build": "vite build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"screen",
"device",
"responsive",
"react",
"component"
],
"author": "Zeeshan Munir",
"license": "MIT",
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.0.0",
"vite": "^5.4.19"
}
}