@unocss/vite
Version:
The Vite plugin for UnoCSS
69 lines • 1.6 kB
JSON
{
"name": "@unocss/vite",
"type": "module",
"version": "66.1.0-beta.10",
"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",
"directory": "packages-integrations/vite"
},
"bugs": {
"url": "https://github.com/unocss/unocss/issues"
},
"keywords": [
"unocss",
"vite",
"vite-plugin"
],
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
},
"./client": {
"types": "./dist/client.d.mts",
"default": "./dist/client.mjs"
}
},
"main": "dist/index.mjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"typesVersions": {
"*": {
"*": [
"./dist/*",
"./*"
]
}
},
"files": [
"dist"
],
"peerDependencies": {
"vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0"
},
"dependencies": {
"@ampproject/remapping": "^2.3.0",
"chokidar": "^3.6.0",
"magic-string": "^0.30.17",
"tinyglobby": "^0.2.12",
"unplugin-utils": "^0.2.4",
"@unocss/config": "66.1.0-beta.10",
"@unocss/inspector": "66.1.0-beta.10",
"@unocss/core": "66.1.0-beta.10"
},
"devDependencies": {
"vite": "^6.2.3"
},
"scripts": {
"build": "unbuild",
"stub": "unbuild --stub",
"test:attw": "attw --pack --config-path ../../.attw-esm-only.json"
}
}