UNPKG

@allwqre/react-responsive-font-size

Version:

Set your font-size according to the parent element height.

46 lines (45 loc) 1.14 kB
{ "name": "@allwqre/react-responsive-font-size", "version": "1.2.0", "description": "Set your font-size according to the parent element height.", "main": "dist/index.js", "module": "dist/index.esm.js", "source": "src/index.ts", "types": "dist/index.d.ts", "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/allwqre/react-responsive-font-size.git" }, "bugs": { "url": "https://github.com/allwqre/react-responsive-font-size/issues" }, "homepage": "https://github.com/allwqre/react-responsive-font-size", "scripts": { "build": "rollup -c" }, "keywords": [ "reactjs", "react", "font", "font-size", "responsive" ], "author": "allwqre <github@mail.allwqre.dev>", "license": "BSD-2-Clause", "devDependencies": { "@rollup/plugin-typescript": "^11.1.0", "@types/node": "^20.1.0", "@types/react": "^18.2.6", "react-dom": "^18.2.0", "rollup": "^3.21.5", "rollup-plugin-peer-deps-external": "^2.2.4", "typescript": "^5.0.4" }, "peerDependencies": { "react": ">=16.8", "react-dom": ">=16.8" } }