@theojs/lumen
Version:
专为 VitePress 打造的主题美化与 Vue 扩展组件库
80 lines • 1.89 kB
JSON
{
"name": "@theojs/lumen",
"version": "5.8.1",
"description": "专为 VitePress 打造的主题美化与 Vue 扩展组件库",
"keywords": [
"css",
"vue",
"vite",
"typescript",
"vitepress",
"vitepress-plugin",
"vitepress-theme",
"vitepress-ui",
"comment",
"waline",
"iconify",
"iconify-icon",
"video-player",
"youtube",
"tools",
"theojs",
"lumen",
"vitepress-enhance"
],
"homepage": "https://lumen.theojs.cn/",
"bugs": {
"url": "https://github.com/Theo-Messi/lumen/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Theo-Messi/lumen.git",
"directory": "src"
},
"license": "MIT",
"author": "Theo",
"type": "module",
"exports": {
".": "./types/index.ts",
"./theme": "./theme/all.css",
"./icon": "./theme/icon.css",
"./button": "./theme/button.css",
"./colors": "./theme/colors.css",
"./doc": "./theme/doc.css",
"./doc-blocks": "./theme/doc-blocks.css",
"./home": "./theme/home.css",
"./home-blocks": "./theme/home-links.css",
"./pic": "./theme/picture.css",
"./badge": "./theme/badge.css",
"./components-var": "./theme/components-var.css",
"./package.json": "./package.json"
},
"main": "./types/index.ts",
"module": "./types/index.ts",
"types": "./types/index.ts",
"style": "./theme/all.css",
"files": [
"theme/",
"types/",
"components/",
"composables/",
"tsconfig.json",
"readme.md",
"License"
],
"dependencies": {
"@iconify/vue": "^5.0.0",
"@waline/client": "^3.5.7",
"bumpp": "^10.2.0",
"iconify-icon": "^3.0.0",
"typescript": "^5.8.3",
"vue": "^3.5.17"
},
"devDependencies": {
"vite": "^6.3.5",
"vitepress": "2.0.0-alpha.6"
},
"scripts": {
"release": "bumpp && pnpm publish --registry=https://registry.npmjs.org"
}
}