UNPKG

@unocss/svelte-scoped

Version:

Use UnoCSS in a modular fashion with styles being stored only in the Svelte component they are used in: Vite plugin for apps, Svelte preprocessor for component libraries

72 lines 1.84 kB
{ "name": "@unocss/svelte-scoped", "type": "module", "version": "66.7.5", "description": "Use UnoCSS in a modular fashion with styles being stored only in the Svelte component they are used in: Vite plugin for apps, Svelte preprocessor for component libraries", "author": "Jacob Bowdoin", "license": "MIT", "homepage": "https://unocss.dev", "repository": { "type": "git", "url": "git+https://github.com/unocss/unocss.git", "directory": "packages-integrations/svelte-scoped" }, "bugs": { "url": "https://github.com/unocss/unocss/issues" }, "keywords": [ "sveltekit", "svelte", "unocss", "utility-styles", "component-scoped", "component-library" ], "sideEffects": false, "exports": { "./preprocess": "./dist/preprocess.mjs", "./vite": "./dist/vite.mjs", "./package.json": "./package.json" }, "types": "./dist/vite.d.mts", "typesVersions": { ">4.0": { "preprocess": [ "./dist/preprocess.d.mts" ], "vite": [ "./dist/vite.d.mts" ] } }, "files": [ "dist" ], "dependencies": { "acorn": "^8.17.0", "css-tree": "^3.2.1", "magic-string": "^0.30.21", "pathe": "^2.0.3", "zimmerframe": "^1.1.4", "@unocss/core": "66.7.5", "@unocss/preset-wind3": "66.7.5", "@unocss/config": "66.7.5", "@unocss/reset": "66.7.5", "@unocss/preset-uno": "66.7.5" }, "devDependencies": { "prettier-plugin-svelte": "^3.5.2", "svelte": "^5.56.4", "vite": "^8.1.0" }, "inlinedDependencies": { "picomatch": "4.0.4", "unplugin-utils": "0.3.1" }, "scripts": { "build": "tsdown --config-loader unrun", "bench": "vitest bench", "test:integration": "pnpm -r --filter=\"./test/fixtures/*\" test", "dev": "tsdown --config-loader unrun --watch" } }