UNPKG

unocss-preset-primitives

Version:

A UnoCSS preset and variants for styling headlessui, radix-ui, kobalte state or custom one

78 lines 1.93 kB
{ "name": "unocss-preset-primitives", "type": "module", "version": "0.0.2-beta.2", "description": "A UnoCSS preset and variants for styling headlessui, radix-ui, kobalte state or custom one", "author": "zirbest <zirbst@gmail.com>", "license": "MIT", "funding": "https://github.com/sponsors/zirbest", "homepage": "https://github.com/zirbest/unocss-preset-primitives#readme", "repository": { "type": "git", "url": "git+https://github.com/zirbest/unocss-preset-primitives.git" }, "bugs": "https://github.com/zirbest/unocss-preset-primitives/issues", "keywords": [ "unocss", "unocss-preset", "unocss-preset-primitives", "preset", "primitives", "headlessui", "radix-ui", "kobalte" ], "sideEffects": false, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.cjs" } }, "main": "./dist/index.mjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "typesVersions": { "*": { "*": [ "./dist/*", "./dist/index.d.ts" ] } }, "files": [ "README.md", "dist" ], "peerDependencies": { "@unocss/core": ">=0.59.0 < 101" }, "devDependencies": { "@antfu/eslint-config": "^2.4.3", "@antfu/ni": "^0.21.12", "@antfu/utils": "^0.7.6", "@types/node": "^20.10.4", "@unocss/autocomplete": "66.3.3", "@vitest/ui": "^1.0.4", "bumpp": "^9.2.0", "eslint": "^8.55.0", "eslint-plugin-vue": "^9.19.2", "esno": "^4.0.0", "pnpm": "^9.4.0", "rimraf": "^5.0.5", "typescript": "^5.3.3", "unbuild": "^2.0.0", "vite": "^5.3.3", "vitest": "^1.0.4" }, "scripts": { "build": "unbuild", "dev": "unbuild --stub", "lint": "eslint .", "release": "bumpp && npm publish", "start": "esno src/index.ts", "test": "vitest", "typecheck": "tsc --noEmit" } }