UNPKG

@unocss/preset-typography

Version:

Typography preset for UnoCSS

44 lines 1.01 kB
{ "name": "@unocss/preset-typography", "type": "module", "version": "66.4.2", "description": "Typography preset for UnoCSS", "author": "Jeff Yang", "license": "MIT", "homepage": "https://unocss.dev", "repository": { "type": "git", "url": "git+https://github.com/unocss/unocss.git", "directory": "packages-presets/preset-typography" }, "bugs": { "url": "https://github.com/unocss/unocss/issues" }, "keywords": [ "unocss", "unocss-preset" ], "sideEffects": false, "exports": { ".": { "types": "./dist/index.d.mts", "default": "./dist/index.mjs" } }, "main": "dist/index.mjs", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist" ], "dependencies": { "@unocss/preset-mini": "66.4.2", "@unocss/rule-utils": "66.4.2", "@unocss/core": "66.4.2" }, "scripts": { "build": "unbuild", "stub": "unbuild --stub", "test:attw": "attw --pack --config-path ../../.attw-esm-only.json" } }