Urara-Blog/node_modules/.pnpm-store/v3/files/ef/f580fe2acb2e6fcdb2c08fb91da0713731ed072402dcec4ef3e782686a04cbfb3a1698a0203356d057c9f02724bd8a2b93116070fd7dc8aafebfe5af9245f3
2022-08-14 01:14:53 +08:00

62 lines
No EOL
1.5 KiB
Text

{
"name": "@unocss/vite",
"version": "0.45.6",
"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": "git+https://github.com/unocss/unocss.git",
"directory": "packages/vite"
},
"bugs": {
"url": "https://github.com/unocss/unocss/issues"
},
"keywords": [
"unocss",
"vite",
"vite-plugin"
],
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
},
"./client": {
"types": "./dist/client.d.ts",
"require": "./dist/client.js",
"import": "./dist/client.mjs"
}
},
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"peerDependencies": {
"vite": "^2.9.0 || ^3.0.0-0"
},
"dependencies": {
"@ampproject/remapping": "^2.2.0",
"@rollup/pluginutils": "^4.2.1",
"@unocss/config": "0.45.6",
"@unocss/core": "0.45.6",
"@unocss/inspector": "0.45.6",
"@unocss/scope": "0.45.6",
"@unocss/transformer-directives": "0.45.6",
"magic-string": "^0.26.2"
},
"devDependencies": {
"@unocss/shared-integration": "0.45.6",
"vite": "^3.0.4"
},
"scripts": {
"build": "unbuild",
"stub": "unbuild --stub"
}
}