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.
64 lines
1.5 KiB
64 lines
1.5 KiB
{
|
|
"name": "@unocss/vite",
|
|
"version": "0.51.13",
|
|
"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",
|
|
"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 || ^4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@ampproject/remapping": "^2.2.1",
|
|
"@rollup/pluginutils": "^5.0.2",
|
|
"chokidar": "^3.5.3",
|
|
"fast-glob": "^3.2.12",
|
|
"magic-string": "^0.30.0",
|
|
"@unocss/config": "0.51.13",
|
|
"@unocss/core": "0.51.13",
|
|
"@unocss/inspector": "0.51.13",
|
|
"@unocss/scope": "0.51.13",
|
|
"@unocss/transformer-directives": "0.51.13"
|
|
},
|
|
"devDependencies": {
|
|
"vite": "^4.3.5",
|
|
"@unocss/shared-integration": "0.51.13"
|
|
},
|
|
"scripts": {
|
|
"build": "unbuild",
|
|
"stub": "unbuild --stub"
|
|
}
|
|
}
|