aliaset
Version:
twind monorepo
56 lines (55 loc) • 1.4 kB
JSON
{
"name": "@twind/preset-typography",
"version": "1.0.1",
"description": "A twind preset that provides a set of `prose` classes you can use to add beautiful typographic defaults to any vanilla HTML you don't control, like HTML rendered from Markdown, or pulled from a CMS.",
"keywords": [
"twind",
"twind-preset",
"tailwind",
"tailwindcss",
"tw-in-js",
"tailwind-in-js",
"preset"
],
"type": "module",
"// The 'module', 'unpkg' and 'types' fields are added by distilt": "",
"main": "src/index.ts",
"// Each entry is expanded into several bundles (types, esnext, module, script, node, and default)": "",
"exports": {
".": "./src/index.ts",
"./package.json": "./package.json"
},
"// These are relative from within the dist/ folder": "",
"sideEffects": false,
"size-limit": [
{
"name": "@twind/preset-typography",
"path": "dist/preset-typography.esnext.js",
"brotli": true,
"limit": "2.3kb",
"ignore": [
"twind"
]
}
],
"peerDependencies": {
"@twind/core": "^1.0.1",
"typescript": "^4.8.4"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
},
"devDependencies": {
"@twind/core": "^1.0.1",
"typescript": "^4.8.4"
},
"scripts": {
"build": "distilt"
},
"publishConfig": {
"access": "public",
"directory": "dist"
}
}