UNPKG

vue-docs-ui

Version:

A modern documentation UI component library built with Vue 3. Create beautiful documentation websites with YAML configuration and Markdown rendering - ready to use out of the box.

102 lines (101 loc) 3 kB
{ "name": "vue-docs-ui", "version": "1.0.12", "type": "module", "description": "A modern documentation UI component library built with Vue 3. Create beautiful documentation websites with YAML configuration and Markdown rendering - ready to use out of the box.", "main": "dist/vue-docs-ui.umd.js", "module": "dist/vue-docs-ui.es.js", "types": "dist/types/index.d.ts", "files": [ "dist", "README.md", "README-zh.md", "LICENSE", "CHANGELOG.md", "package.json" ], "exports": { ".": { "import": "./dist/vue-docs-ui.es.js", "require": "./dist/vue-docs-ui.umd.js" }, "./dist/vue-docs-ui.css": "./dist/vue-docs-ui.css" }, "scripts": { "dev": "vite", "build": "vite build", "build:lib": "vite build --config vite.config.lib.js", "build:lib:debug": "vite build --config vite.config.lib.js --mode debug", "preview": "vite preview", "serve": "vite preview", "type-check": "vue-tsc --noEmit", "prepublishOnly": "npm run build:lib", "publish:check": "node scripts/publish.js", "publish:dry": "npm publish --dry-run", "version:patch": "npm version patch", "version:minor": "npm version minor", "version:major": "npm version major", "test:console": "node test-console-removal.js", "build:clean": "rimraf dist && npm run build", "build:analyze": "npm run test:console && npm run build && echo '✅ 构建完成,请检查 dist 目录'" }, "dependencies": { "@types/js-yaml": "^4.0.9", "@types/markdown-it": "^14.1.2", "@vueuse/core": "^13.3.0", "js-yaml": "^4.1.0", "lucide-vue-next": "^0.511.0", "markdown-it": "^14.1.0", "markdown-it-anchor": "^9.2.0", "markdown-it-prism": "^2.3.0", "marked": "^15.0.12", "openai": "^5.0.1", "prismjs": "^1.29.0", "vue": "^3.5.0", "vue-i18n": "^9.14.4", "vue-router": "^4.5.1" }, "devDependencies": { "@vitejs/plugin-vue": "^5.2.4", "@vue/tsconfig": "^0.6.0", "rimraf": "^6.0.1", "sass": "^1.81.0", "typescript": "^5.7.2", "vite": "^6.3.5", "vite-plugin-dts": "^4.5.4", "vite-plugin-remove-console": "^2.2.0", "vue-tsc": "^2.2.0" }, "peerDependencies": { "vue": "^3.5.0" }, "keywords": [ "vue", "vue3", "documentation", "docs", "markdown", "yaml", "ui-library", "component-library", "static-site-generator", "docs-generator", "documentation-framework", "static-site", "technical-documentation", "out-of-the-box", "zero-config", "responsive-design", "typescript" ], "author": "Vue Docs UI Team", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/shenjianZ/vue-docs-ui.git" }, "bugs": { "url": "https://github.com/shenjianZ/vue-docs-ui/issues" }, "homepage": "https://github.com/shenjianZ/vue-docs-ui#readme" }