UNPKG

breakpointer

Version:

a lightweight React library for real-time breakpoint detection. supports custom and default tailwind breakpoints.

57 lines (56 loc) 1.54 kB
{ "name": "breakpointer", "version": "0.5.3", "description": "a lightweight React library for real-time breakpoint detection. supports custom and default tailwind breakpoints.", "main": "dist/index.cjs", "module": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "scripts": { "test": "echo \"implement test\"", "build": "tsup", "dev": "tsup --watch src/", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/Ashkar2023/breakpointer.git" }, "keywords": [ "react-breakpointer", "breakpointer", "breakpoint", "devtool", "react-tools", "react-util" ], "author": { "name": "Ashkar2023", "email": "muhammedashkar2023@gmail.com" }, "license": "MIT", "bugs": { "url": "https://github.com/Ashkar2023/breakpointer/issues" }, "homepage": "https://github.com/Ashkar2023/breakpointer#readme", "devDependencies": { "@types/react": "^18.3.19", "goober": "^2.1.16", "lucide-react": "^0.483.0", "react": "^18.3.1", "react-dom": "^18.3.1", "tslib": "^2.8.1", "tsup": "^8.4.0", "typescript": "^5.8.2" }, "peerDependencies": { "react": ">=16", "react-dom": ">=16" }, "engines": { "node": ">=17" }, "files": [ "dist" ] }