UNPKG

@unocss/vite

Version:

The Vite plugin for UnoCSS

62 lines 1.45 kB
{ "name": "@unocss/vite", "type": "module", "version": "66.6.7", "description": "The Vite plugin 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/vite" }, "bugs": { "url": "https://github.com/unocss/unocss/issues" }, "keywords": [ "unocss", "vite", "vite-plugin" ], "sideEffects": false, "exports": { ".": "./dist/index.mjs", "./client": "./dist/client.mjs", "./package.json": "./package.json" }, "types": "dist/index.d.mts", "typesVersions": { "*": { "*": [ "./dist/*.d.mts", "./*" ] } }, "files": [ "dist" ], "peerDependencies": { "vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0 || ^7.0.0-0 || ^8.0.0-0" }, "dependencies": { "@jridgewell/remapping": "^2.3.5", "chokidar": "^5.0.0", "magic-string": "^0.30.21", "pathe": "^2.0.3", "tinyglobby": "^0.2.15", "unplugin-utils": "^0.3.1", "@unocss/config": "66.6.7", "@unocss/core": "66.6.7", "@unocss/inspector": "66.6.7" }, "devDependencies": { "vite": "^7.3.1" }, "scripts": { "build": "tsdown --config-loader unrun", "dev": "tsdown --config-loader unrun --watch" } }