mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 22:49:29 +08:00
44 lines
No EOL
1.1 KiB
Text
44 lines
No EOL
1.1 KiB
Text
{
|
|
"name": "@unocss/transformer-variant-group",
|
|
"version": "0.45.6",
|
|
"description": "Variant group transformer 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/transformer-variant-group#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/unocss/unocss.git",
|
|
"directory": "packages/transformer-variant-group"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/unocss/unocss/issues"
|
|
},
|
|
"keywords": [
|
|
"unocss",
|
|
"unocss-transformer"
|
|
],
|
|
"sideEffects": false,
|
|
"exports": {
|
|
".": {
|
|
"require": "./dist/index.cjs",
|
|
"import": "./dist/index.mjs"
|
|
}
|
|
},
|
|
"main": "./dist/index.cjs",
|
|
"module": "./dist/index.mjs",
|
|
"types": "./dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"dependencies": {
|
|
"@unocss/core": "0.45.6"
|
|
},
|
|
"devDependencies": {
|
|
"magic-string": "^0.26.2"
|
|
},
|
|
"scripts": {
|
|
"build": "unbuild",
|
|
"stub": "unbuild --stub"
|
|
}
|
|
} |