react-fitter
Version:
<h1 align="center">🫸 𝚛𝚎𝚊𝚌𝚝-𝚏𝚒𝚝𝚝𝚎𝚛 🫷</h1>
73 lines (72 loc) • 1.45 kB
JSON
{
"name": "react-fitter",
"version": "0.1.8",
"author": "Malcolm Nihlén <malcolm.nihlen@gmail.com>",
"license": "MIT",
"keywords": [
"react",
"text",
"font size",
"auto size",
"fitter",
"fit",
"resize",
"responsive"
],
"repository": {
"type": "git",
"url": "git@github.com:scriptcoded/react-fitter.git"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/scriptcoded"
}
],
"type": "module",
"exports": {
".": {
"import": {
"default": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"require": {
"default": "./dist/index.cjs",
"types": "./dist/index.d.cts"
}
},
"./package.json": "./package.json"
},
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"./dist"
],
"scripts": {
"dev": "vite",
"build": "tsup",
"lint": "biome check",
"preview": "vite preview",
"gen:docs": "node generate-docs.js"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/node": "^22.7.8",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react-swc": "^3.7.1",
"esbuild-plugin-file-path-extensions": "^2.1.3",
"globals": "^15.11.0",
"react": "^18.3.1",
"react-docgen": "^7.1.0",
"react-dom": "^18.3.1",
"rollup-plugin-typescript2": "^0.36.0",
"tsup": "^8.3.0",
"typescript": "^5.6.3",
"vite": "^5.4.9"
},
"peerDependencies": {
"react": "^18"
}
}