UNPKG

unocss-preset-useful

Version:
61 lines 1.3 kB
{ "name": "unocss-preset-useful", "type": "module", "version": "1.0.1", "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.js" } }, "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "typesVersions": { "*": { "*": [ "./dist/*", "./dist/index.d.ts" ] } }, "files": [ "dist" ], "peerDependencies": { "unocss": "^0.65.0 || >=65.4.0" }, "peerDependenciesMeta": { "unocss": { "optional": true } }, "dependencies": { "@unocss/core": "^66.2.3", "postcss": "^8.5.6", "postcss-js": "^4.0.1", "unocss-preset-magicss": "^1.0.1" }, "scripts": { "build": "tsdown", "dev": "tsdown --watch" } }