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