You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
1.5 KiB
62 lines
1.5 KiB
2 years ago
|
{
|
||
|
"name": "@unocss/vite",
|
||
|
"version": "0.46.5",
|
||
|
"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.cjs",
|
||
|
"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": "^5.0.1",
|
||
|
"@unocss/config": "0.46.5",
|
||
|
"@unocss/core": "0.46.5",
|
||
|
"@unocss/inspector": "0.46.5",
|
||
|
"@unocss/scope": "0.46.5",
|
||
|
"@unocss/transformer-directives": "0.46.5",
|
||
|
"magic-string": "^0.26.7"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@unocss/shared-integration": "0.46.5",
|
||
|
"vite": "^3.1.8"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "unbuild",
|
||
|
"stub": "unbuild --stub"
|
||
|
}
|
||
|
}
|