vitepress-plugin-tabs
Version:
A plugin that adds syntax for showing content in tabs.
47 lines • 1.13 kB
JSON
{
"name": "vitepress-plugin-tabs",
"version": "0.7.0",
"description": "A plugin that adds syntax for showing content in tabs.",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": "./dist/index.js",
"./client": "./src/client/index.ts"
},
"files": [
"dist",
"client.ts",
"src/client"
],
"repository": {
"type": "git",
"url": "git+https://github.com/sapphi-red/vitepress-plugins.git"
},
"keywords": [
"vitepress",
"vitepress-plugin"
],
"author": "sapphi-red (https://github.com/sapphi-red)",
"license": "MIT",
"bugs": {
"url": "https://github.com/sapphi-red/vitepress-plugins/issues"
},
"homepage": "https://vitepress-plugins.sapphi.red/tabs/",
"peerDependencies": {
"vitepress": "^1.0.0",
"vue": "^3.5.0"
},
"devDependencies": {
"@types/markdown-it": "^14.1.2",
"@types/markdown-it-container": "^2.0.10",
"markdown-it": "^14.1.0",
"markdown-it-container": "^4.0.0",
"tsup": "^8.3.6",
"vue": "^3.5.13"
},
"scripts": {
"dev": "tsup --watch",
"build": "tsup"
}
}