vitepress-colorful-themes
Version:
A beautiful theme extension for VitePress with 16 colorful preset themes and smooth theme switching animations
47 lines (46 loc) • 1.16 kB
JSON
{
"name": "vitepress-colorful-themes",
"version": "1.1.1",
"description": "A beautiful theme extension for VitePress with 16 colorful preset themes and smooth theme switching animations",
"main": "index.ts",
"types": "index.ts",
"files": [
"index.ts",
"Layout.vue",
"style.css",
"components",
"styles",
"public"
],
"keywords": [
"vitepress",
"vitepress-theme",
"vue",
"theme",
"themes",
"colorful",
"dark-mode",
"view-transitions"
],
"author": "ZhouYu <livestar2156@gmail.com>",
"homepage": "https://github.com/ZhouYu2156/vitepress-colorful-themes",
"repository": {
"type": "git",
"url": "git+https://github.com/ZhouYu2156/vitepress-colorful-themes.git"
},
"bugs": {
"url": "https://github.com/ZhouYu2156/vitepress-colorful-themes/issues"
},
"license": "MIT",
"exports": {
".": "./index.ts",
"./styles": "./styles",
"./components": "./components"
},
"peerDependencies": {
"vue": "^3.5.13",
"element-plus": "^2.9.7",
"@element-plus/icons-vue": "^2.3.1",
"vitepress": "^1.6.3"
}
}