astro-ghostcms/.pnpm-store/v3/files/ad/476003b0723330bfb91c105ca78...

46 lines
1.1 KiB
Plaintext
Raw Normal View History

2024-02-14 19:45:06 +00:00
{
"name": "@unocss/preset-wind",
"version": "0.58.5",
"description": "Tailwind / Windi CSS compact preset for UnoCSS",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
"homepage": "https://github.com/unocss/unocss/tree/main/packages/preset-wind#readme",
"repository": {
"type": "git",
"url": "https://github.com/unocss/unocss",
"directory": "packages/preset-wind"
},
"bugs": {
"url": "https://github.com/unocss/unocss/issues"
},
"keywords": [
"unocss",
"unocss-preset"
],
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"./*": "./*"
},
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"*.css",
"dist"
],
"dependencies": {
"@unocss/core": "0.58.5",
"@unocss/preset-mini": "0.58.5",
"@unocss/rule-utils": "0.58.5"
},
"scripts": {
"build": "unbuild",
"stub": "unbuild --stub"
}
}