vitepress-plugin-tabs
Version:
A plugin that adds syntax for showing content in tabs.
55 lines • 1.39 kB
JSON
{
"name": "vitepress-plugin-tabs",
"version": "0.9.0",
"description": "A plugin that adds syntax for showing content in tabs.",
"keywords": [
"vitepress",
"vitepress-plugin"
],
"homepage": "https://vitepress-plugins.sapphi.red/tabs/",
"bugs": {
"url": "https://github.com/sapphi-red/vitepress-plugins/issues"
},
"license": "MIT",
"author": "sapphi-red (https://github.com/sapphi-red)",
"repository": {
"type": "git",
"url": "git+https://github.com/sapphi-red/vitepress-plugins.git"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/sapphi-red"
},
"files": [
"dist"
],
"type": "module",
"main": "./dist/node/index.js",
"types": "./dist/node/index.d.ts",
"exports": {
".": "./dist/node/index.js",
"./client": {
"browser": "./dist/client/browser/index.js",
"default": "./dist/client/ssr/index.js"
}
},
"devDependencies": {
"@tsdown/css": "^0.21.9",
"@types/markdown-it": "^14.1.2",
"@types/markdown-it-container": "^4.0.0",
"markdown-it": "^14.1.1",
"markdown-it-container": "^4.0.0",
"tsdown": "^0.21.9",
"unplugin-vue": "^7.1.1",
"vue": "^3.5.32",
"vue-tsc": "^3.2.7"
},
"peerDependencies": {
"vitepress": "^1.0.0 || ^2.0.0-alpha.17",
"vue": "^3.5.0"
},
"scripts": {
"dev": "tsdown --watch",
"build": "tsdown"
}
}