70 lines
1.6 KiB
JSON
Raw Normal View History

2026-05-31 13:21:13 +02:00
{
"name": "@unocss/vite",
"type": "module",
"version": "0.65.4",
"description": "The Vite plugin for UnoCSS",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
"homepage": "https://github.com/unocss/unocss/tree/main/packages/vite#readme",
"repository": {
"type": "git",
"url": "https://github.com/unocss/unocss",
"directory": "packages/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",
"@rollup/pluginutils": "^5.1.4",
"chokidar": "^3.6.0",
"magic-string": "^0.30.17",
"tinyglobby": "^0.2.10",
"@unocss/config": "0.65.4",
"@unocss/core": "0.65.4",
"@unocss/inspector": "0.65.4"
},
"devDependencies": {
"vite": "^6.0.5",
"@unocss/shared-integration": "0.65.4"
},
"scripts": {
"build": "unbuild",
"stub": "unbuild --stub",
"test:attw": "attw --pack --config-path ../../.attw-esm-only.json"
}
}