svelte-scoped-uno
Version:
Use UnoCSS utility styles in a modular fashion in Svelte, with styles being stored only where needed.
61 lines • 1.48 kB
JSON
{
"name": "svelte-scoped-uno",
"version": "0.1.4",
"description": "Use UnoCSS utility styles in a modular fashion in Svelte, with styles being stored only where needed.",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs"
}
},
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"dependencies": {
"@rollup/pluginutils": "^5.0.2",
"@unocss/config": "^0.51.13",
"@unocss/preset-icons": "^0.51.13",
"@unocss/reset": "^0.51.13",
"magic-string": "^0.26.6",
"unocss": "^0.51.13"
},
"devDependencies": {
"@iconify-json/logos": "^1.1.31",
"@vitest/ui": "^0.31.1",
"css-tree": "^2.3.1",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.0",
"svelte": "^3.59.1",
"typescript": "^5.0.4",
"unbuild": "^1.2.1",
"vite": "^4.3.8",
"vitest": "^0.31.1"
},
"keywords": [
"sveltekit",
"svelte",
"unocss",
"utility-styles",
"component-scoped",
"tailwind"
],
"repository": {
"type": "git",
"url": "git+https://github.com/jacob-8/svelte-scoped-uno.git",
"directory": "packages/svelte-scoped-uno"
},
"bugs": {
"url": "https://github.com/jacob-8/svelte-scoped-uno/issues"
},
"homepage": "https://polylingual.dev",
"license": "MIT",
"author": "Jacob Bowdoin",
"scripts": {
"build": "unbuild",
"stub": "unbuild --stub",
"test": "vitest"
}
}