UNPKG

@shikijs/vitepress-twoslash

Version:

Enable Twoslash support in VitePress

50 lines 1.27 kB
{ "name": "@shikijs/vitepress-twoslash", "type": "module", "version": "3.9.2", "description": "Enable Twoslash support in VitePress", "author": "Anthony Fu <anthonyfu117@hotmail.com>", "license": "MIT", "homepage": "https://github.com/shikijs/shiki#readme", "repository": { "type": "git", "url": "git+https://github.com/shikijs/shiki.git", "directory": "packages/vitepress-twoslash" }, "bugs": "https://github.com/shikijs/shiki/issues", "keywords": [ "shiki", "twoslash", "vitepress-plugin" ], "sideEffects": false, "exports": { ".": "./dist/index.mjs", "./client": "./dist/client.mjs", "./cache-fs": "./dist/cache-fs.mjs", "./style.css": "./style.css", "./style-core.css": "./style-core.css" }, "main": "./dist/index.mjs", "module": "./dist/index.mjs", "types": "./dist/index.d.mts", "files": [ "*.css", "dist" ], "dependencies": { "@shikijs/twoslash": "", "floating-vue": "^5.2.2", "mdast-util-from-markdown": "^2.0.2", "mdast-util-gfm": "^3.1.0", "mdast-util-to-hast": "^13.2.0", "twoslash": "^0.3.3", "twoslash-vue": "^0.3.3", "vue": "^3.5.18", "shiki": "3.9.2" }, "scripts": { "build": "unbuild", "dev": "unbuild --stub" } }