UNPKG

unocss-preset-useful

Version:
74 lines 1.85 kB
{ "name": "unocss-preset-useful", "type": "module", "version": "0.9.2", "description": "My useful preset about unocss usage.", "author": "Chris <https://github.com/zyyv>", "license": "MIT", "homepage": "https://github.com/unpreset/unocss-preset-useful#readme", "repository": { "type": "git", "url": "git+https://github.com/unpreset/unocss-preset-useful.git" }, "bugs": { "url": "https://github.com/unpreset/unocss-preset-useful/issues" }, "keywords": [ "unocss", "unpreset", "unocss-preset", "unocss-preset-useful" ], "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", "typesVersions": { "*": { "*": [ "./dist/*", "./dist/index.d.ts" ] } }, "files": [ "dist" ], "peerDependencies": { "unocss": "^0.65.0" }, "peerDependenciesMeta": { "unocss": { "optional": true } }, "dependencies": { "@unocss/core": "^0.65.3", "@unocss/preset-attributify": "^0.65.3", "@unocss/preset-icons": "^0.65.3", "@unocss/preset-mini": "^0.65.3", "@unocss/preset-rem-to-px": "^0.65.3", "@unocss/preset-tagify": "^0.65.3", "@unocss/preset-typography": "^0.65.3", "@unocss/preset-uno": "^0.65.3", "@unocss/preset-web-fonts": "^0.65.3", "@unocss/transformer-compile-class": "^0.65.3", "@unocss/transformer-directives": "^0.65.3", "@unocss/transformer-variant-group": "^0.65.3", "postcss": "^8.4.49", "postcss-js": "^4.0.1", "unocss-preset-magicss": "^0.1.3", "unocss-preset-scrollbar": "^0.3.1" }, "scripts": { "build": "unbuild", "stub": "unbuild --stub" } }