UNPKG

@viarotel-org/unocss-preset-shades

Version:

🎨 为 Unocss 生成一组逐渐由浅至深的主题色调预设,通过提供基准颜色。

54 lines (53 loc) 1.23 kB
{ "name": "@viarotel-org/unocss-preset-shades", "version": "0.8.2", "description": "🎨 为 Unocss 生成一组逐渐由浅至深的主题色调预设,通过提供基准颜色。", "author": "viarotel <viarotel@qq.com>", "license": "MIT", "homepage": "https://github.com/viarotel-org/packages/tree/main/packages/unocss-preset-shades#readme", "repository": { "type": "git", "url": "git+https://github.com/viarotel-org/packages.git" }, "bugs": { "url": "https://github.com/viarotel-org/packages/issues" }, "keywords": [ "unocss", "preset", "shade", "color", "primary", "theme" ], "exports": { ".": { "require": "./dist/index.cjs", "import": "./dist/index.mjs" }, "./*": "./dist/*", "./dist/*": "./dist/*", "./src/*": "./src/*" }, "publishConfig": { "access": "public" }, "main": "dist/index.cjs", "module": "dist/index.mjs", "files": [ "dist", "src" ], "scripts": { "build": "unbuild" }, "dependencies": { "color": "^4.2.3", "unocss": "^0.57.5" }, "devDependencies": { "@types/color": "^3.0.4", "unbuild": "latest" }, "gitHead": "7609349838bdf770d37290cb61c2c11ef1360ae9" }