@kevinmarrec/cloudstack-unocss-config
Version:
Opinionated UnoCSS config.
39 lines (38 loc) • 913 B
JSON
{
"name": "@kevinmarrec/cloudstack-unocss-config",
"type": "module",
"version": "1.0.0-rc.9",
"description": "Opinionated UnoCSS config.",
"author": "Kevin Marrec <kevin@marrec.io>",
"license": "MIT",
"homepage": "https://github.com/kevinmarrec/cloudstack/tree/main/packages/unocss-config#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/kevinmarrec/cloudstack.git",
"directory": "packages/unocss-config"
},
"keywords": [
"cloudstack",
"unocss",
"unocss-config"
],
"exports": {
".": {
"import": "./dist/index.js"
}
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsup --clean --dts --format esm src/index.ts"
},
"peerDependencies": {
"unocss": ">=66.0.0"
},
"dependencies": {
"@kevinmarrec/cloudstack-unocss-preset": "^1.0.0-rc.9"
}
}