mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 23:09:30 +08:00
42 lines
No EOL
1,001 B
Text
42 lines
No EOL
1,001 B
Text
{
|
|
"name": "@unocss/preset-tagify",
|
|
"version": "0.45.6",
|
|
"description": "Tagify preset 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/preset-tagify#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/unocss/unocss.git",
|
|
"directory": "packages/preset-tagify"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/unocss/unocss/issues"
|
|
},
|
|
"keywords": [
|
|
"unocss",
|
|
"unocss-preset"
|
|
],
|
|
"sideEffects": false,
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"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"
|
|
},
|
|
"scripts": {
|
|
"build": "unbuild",
|
|
"stub": "unbuild --stub"
|
|
}
|
|
} |