UNPKG

vuepress-plugin-element-tabs-less

Version:

Vuepress plugin - Tabs Container for Vuepress without SASS

36 lines (35 loc) 921 B
{ "name": "vuepress-plugin-element-tabs-less", "version": "0.2.12", "description": "Vuepress plugin - Tabs Container for Vuepress without SASS", "author": "tortorse", "license": "MIT", "scripts": { "dev": "vuepress dev docs --temp .temp", "build": "vuepress build docs", "ghpages": "gh-pages -d docs/.vuepress/dist", "release": "release-it" }, "repository": { "type": "git", "url": "git+https://github.com/tortorse/vuepress-plugin-tabs.git" }, "keywords": [ "vuepress-plugin", "tabs", "component" ], "bugs": { "url": "https://github.com/tortorse/vuepress-plugin-tabs/issues" }, "homepage": "https://github.com/tortorse/vuepress-plugin-tabs#readme", "devDependencies": { "gh-pages": "^2.0.1", "release-it": "^15.6.0", "vuepress": "^1.0.1" }, "dependencies": { "less-loader": "^6.2.0", "resize-observer-polyfill": "^1.5.1" } }