astro-ghostcms/.pnpm-store/v3/files/4d/fc7724e2f514bf3855acbae67ff...

64 lines
1.6 KiB
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
{
"name": "@unocss/vite",
"version": "0.57.7",
"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.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"./client": {
"types": "./dist/client.d.ts",
"import": "./dist/client.mjs",
"require": "./dist/client.cjs"
}
},
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"peerDependencies": {
"vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0"
},
"dependencies": {
"@ampproject/remapping": "^2.2.1",
"@rollup/pluginutils": "^5.0.5",
"chokidar": "^3.5.3",
"fast-glob": "^3.3.2",
"magic-string": "^0.30.5",
"@unocss/config": "0.57.7",
"@unocss/core": "0.57.7",
"@unocss/inspector": "0.57.7",
"@unocss/scope": "0.57.7",
"@unocss/transformer-directives": "0.57.7"
},
"devDependencies": {
"vite": "^5.0.0",
"@unocss/shared-integration": "0.57.7"
},
"scripts": {
"build": "unbuild",
"stub": "unbuild --stub"
}
}