UNPKG

@theojs/lumen

Version:

用于 VitePress 主题美化和集成 Vue 功能组件

72 lines 1.79 kB
{ "name": "@theojs/lumen", "version": "3.6.0", "description": "用于 VitePress 主题美化和集成 Vue 功能组件", "repository": { "type": "git", "url": "https://github.com/Theo-Messi/tools.git", "directory": "packages/Lumen" }, "bugs": { "url": "https://github.com/Theo-Messi/tools/issues" }, "homepage": "https://tools.theojs.cn/", "funding": "https://github.com/Theo-Messi/tools?sponsor=1", "author": "Theo-Messi", "license": "MIT", "keywords": [ "scss", "sass", "styles", "vue", "vite", "typescript", "vitepress", "vitepress-plugin", "vitepress-theme", "ui", "comment", "twikoo" ], "main": "types/index.ts", "style": "theme/all.scss", "devDependencies": { "@types/node": "^22.8.4", "typescript": "^5.6.3", "vite": "^5.4.10", "vitepress": "^1.4.2" }, "dependencies": { "@fortawesome/fontawesome-free": "^6.6.0", "bumpp": "^9.8.0", "sass": "^1.80.5", "twikoo": "^1.6.39", "vue": "^3.5.12" }, "files": [ "theme/", "types/", "components/", "tsconfig.json", "readme.md", "License" ], "exports": { ".": "./types/index.ts", "./theme": "./theme/all.scss", "./icon": "./theme/icon.scss", "./button": "./theme/button.scss", "./colors": "./theme/colors.scss", "./doc": "./theme/doc.scss", "./doc-blocks": "./theme/doc-blocks.scss", "./home": "./theme/home.scss", "./home-blocks": "./theme/home-links.scss", "./pic": "./theme/picture.scss", "./badge": "./theme/badge.scss", "./doc-blocks-border": "./theme/doc-blocks-border.scss", "./package.json": "./package.json" }, "scripts": { "release": "bumpp --sign && pnpm publish --registry=https://registry.npmjs.org" } }