Urara-Blog/node_modules/.pnpm-store/v3/files/2b/2b69ece468c8e82d22d8f13a533ea9060ceee5305b03d23b90753a1d0b9d4f6baa4d836b4450411f1dcc159dffe4bd1b4c789a1339eed5fbda605023f763b3
2022-08-14 01:14:53 +08:00

45 lines
No EOL
1.1 KiB
Text

{
"name": "@unocss/preset-wind",
"version": "0.45.6",
"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": "git+https://github.com/unocss/unocss.git",
"directory": "packages/preset-wind"
},
"bugs": {
"url": "https://github.com/unocss/unocss/issues"
},
"keywords": [
"unocss",
"unocss-preset"
],
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
},
"./*": "./*"
},
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist",
"*.css"
],
"dependencies": {
"@unocss/core": "0.45.6",
"@unocss/preset-mini": "0.45.6"
},
"scripts": {
"build": "unbuild",
"stub": "unbuild --stub"
}
}