UNPKG

@unocss/nuxt

Version:

Nuxt module for UnoCSS

64 lines 1.56 kB
{ "name": "@unocss/nuxt", "type": "module", "version": "66.4.1", "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": { ".": { "types": "./dist/index.d.mts", "require": "./index.cjs", "default": "./dist/index.mjs" } }, "main": "dist/index.mjs", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist", "index.cjs", "runtime" ], "dependencies": { "@nuxt/kit": "^3.18.0", "@unocss/config": "66.4.1", "@unocss/preset-attributify": "66.4.1", "@unocss/preset-icons": "66.4.1", "@unocss/core": "66.4.1", "@unocss/preset-typography": "66.4.1", "@unocss/preset-web-fonts": "66.4.1", "@unocss/preset-wind3": "66.4.1", "@unocss/preset-wind4": "66.4.1", "@unocss/preset-tagify": "66.4.1", "@unocss/reset": "66.4.1", "@unocss/webpack": "66.4.1", "@unocss/vite": "66.4.1", "unocss": "66.4.1" }, "devDependencies": { "@nuxt/schema": "^3.18.0" }, "scripts": { "build": "unbuild", "stub": "unbuild --stub", "test:attw": "attw --pack" } }