UNPKG

unocss-preset-shadcn

Version:
81 lines 1.91 kB
{ "name": "unocss-preset-shadcn", "type": "module", "version": "0.5.0", "description": "use shadcn ui with unocss", "author": "Stephen Zhou <hi@hyoban.cc>", "license": "MIT", "homepage": "https://github.com/unocss-community/unocss-preset-shadcn#readme", "repository": { "type": "git", "url": "https://github.com/unocss-community/unocss-preset-shadcn" }, "bugs": "https://github.com/unocss-community/unocss-preset-shadcn/issues", "keywords": [ "unocss", "shadcn" ], "sideEffects": false, "exports": { ".": { "import": { "types": "./dist/index.d.mts", "default": "./dist/index.mjs" }, "require": { "types": "./dist/index.d.cts", "default": "./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.56.0 < 101", "unocss-preset-animations": "^1.1.1" }, "devDependencies": { "@antfu/ni": "^24.1.0", "@antfu/utils": "^9.1.0", "@types/node": "^22.13.10", "@unocss/preset-mini": "^66.1.0-beta.3", "eslint": "^9.22.0", "eslint-config-hyoban": "^4.0.1", "lint-staged": "^15.5.0", "pnpm": "^10.6.2", "release-it": "^18.1.2", "release-it-pnpm": "^4.6.4", "simple-git-hooks": "^2.11.1", "typescript": "^5.8.2", "unbuild": "^3.5.0", "unocss": "^66.1.0-beta.3", "vite": "^6.2.1", "vitest": "^3.0.8" }, "simple-git-hooks": { "pre-commit": "pnpm lint-staged" }, "lint-staged": { "*": "eslint --fix" }, "scripts": { "build": "unbuild", "dev": "unbuild --stub", "lint": "eslint .", "release": "release-it", "test": "vitest", "typecheck": "tsc --noEmit" } }