UNPKG

stream-markdown-render

Version:

Vue3 Markdown rendering component without repaint

60 lines 1.34 kB
{ "name": "stream-markdown-render", "version": "0.0.1", "private": false, "author": "Far-Away-Flipped", "description": "Vue3 Markdown rendering component without repaint", "keywords": [ "markdown", "stream", "markdown-render", "markdown-parse", "markdown-it", "vue3", "tsx" ], "main": "dist/index.mjs", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist" ], "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs" }, "./style.css": "./dist/style.css" }, "publishConfig": { "access": "public" }, "license": "MIT", "scripts": { "dev": "vite", "build": "vue-tsc -b && vite build", "preview": "vite preview" }, "dependencies": { "@icon-park/vue-next": "^1.4.2", "@microsoft/fetch-event-source": "^2.0.1", "echarts": "^5.6.0", "markdown-it": "^14.1.0", "mermaid": "^11.4.1", "panzoom": "^9.4.3" }, "peerDependencies": { "vue": "^3.0.0" }, "devDependencies": { "@types/markdown-it": "^13.0.0", "@types/node": "^22.15.19", "@vitejs/plugin-vue": "^5.2.3", "@vitejs/plugin-vue-jsx": "^4.1.2", "@vue/tsconfig": "^0.7.0", "typescript": "~5.8.3", "vite": "^6.3.5", "vite-plugin-dts": "^4.5.3", "vue-tsc": "^2.2.8" } }