@unocss/preset-typography
Version:
Typography preset for UnoCSS
38 lines • 823 B
JSON
{
"name": "@unocss/preset-typography",
"type": "module",
"version": "66.7.0",
"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": {
".": "./dist/index.mjs",
"./package.json": "./package.json"
},
"types": "dist/index.d.mts",
"files": [
"dist"
],
"dependencies": {
"@unocss/rule-utils": "66.7.0",
"@unocss/core": "66.7.0"
},
"scripts": {
"build": "tsdown",
"dev": "tsdown --watch"
}
}