@unocss/preset-mini
Version:
The minimal preset for UnoCSS
53 lines • 1.23 kB
JSON
{
"name": "@unocss/preset-mini",
"type": "module",
"version": "66.7.0",
"description": "The minimal preset for UnoCSS",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
"homepage": "https://unocss.dev",
"repository": {
"type": "git",
"url": "git+https://github.com/unocss/unocss.git",
"directory": "packages-presets/preset-mini"
},
"bugs": {
"url": "https://github.com/unocss/unocss/issues"
},
"keywords": [
"unocss",
"unocss-preset"
],
"sideEffects": false,
"exports": {
".": "./dist/index.mjs",
"./colors": "./dist/colors.mjs",
"./rules": "./dist/rules.mjs",
"./theme": "./dist/theme.mjs",
"./utils": "./dist/utils.mjs",
"./variants": "./dist/variants.mjs",
"./package.json": "./package.json"
},
"types": "dist/index.d.mts",
"typesVersions": {
"*": {
"*": [
"./dist/*.d.mts",
"./*"
]
}
},
"files": [
"dist"
],
"dependencies": {
"@unocss/extractor-arbitrary-variants": "66.7.0",
"@unocss/rule-utils": "66.7.0",
"@unocss/core": "66.7.0"
},
"scripts": {
"build": "tsdown",
"dev": "tsdown --watch"
}
}