UNPKG

@unocss/nuxt

Version:

Nuxt module for UnoCSS

64 lines 1.59 kB
{ "name": "@unocss/nuxt", "type": "module", "version": "66.6.0", "description": "Nuxt module for UnoCSS", "author": "Anthony Fu <anthonyfu117@hotmail.com>", "license": "MIT", "funding": "https://github.com/sponsors/antfu", "homepage": "https://unocss.dev", "repository": { "type": "git", "url": "git+https://github.com/unocss/unocss.git", "directory": "packages-integrations/nuxt" }, "bugs": { "url": "https://github.com/unocss/unocss/issues" }, "keywords": [ "unocss", "nuxt-module", "nuxt", "nuxt3" ], "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.mjs", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist", "runtime" ], "dependencies": { "@nuxt/kit": "^4.2.2", "@unocss/config": "66.6.0", "@unocss/preset-icons": "66.6.0", "@unocss/core": "66.6.0", "@unocss/preset-tagify": "66.6.0", "@unocss/preset-attributify": "66.6.0", "@unocss/preset-typography": "66.6.0", "@unocss/preset-web-fonts": "66.6.0", "@unocss/preset-wind3": "66.6.0", "@unocss/preset-wind4": "66.6.0", "@unocss/reset": "66.6.0", "@unocss/vite": "66.6.0", "@unocss/webpack": "66.6.0", "unocss": "66.6.0" }, "scripts": { "build": "tsdown --config-loader unrun", "dev": "tsdown --config-loader unrun --watch" } }