UNPKG

@vladsolomon/tdot

Version:

Minimal runtime-configurable typography system for React + Tailwind

39 lines (38 loc) 909 B
{ "name": "@vladsolomon/tdot", "version": "1.0.6", "main": "dist/index.js", "repository": { "type": "git", "url": "https://github.com/vlad-solomon/tdot.git" }, "files": [ "dist" ], "description": "Minimal runtime-configurable typography system for React + Tailwind", "keywords": [ "react", "tailwind", "typography", "runtime-configuration", "design-system" ], "author": "", "license": "ISC", "scripts": { "build": "babel src --out-dir dist", "prepare": "npm run build" }, "devDependencies": { "@babel/cli": "^7.27.2", "@babel/preset-react": "^7.27.1", "tailwind-merge": "^2.2.0" }, "dependencies": { "tailwind-merge": "^2.2.0" }, "peerDependencies": { "react": ">=18.0.0", "react-dom": ">=18.0.0" } }