vuepress-theme-fuse
Version:
A VuePress theme that supports Bingo Fuse Api document.
39 lines (38 loc) • 1 kB
JSON
{
"name": "vuepress-theme-fuse",
"version": "1.1.15",
"description": "A VuePress theme that supports Bingo Fuse Api document.",
"keywords": [
"vuepress",
"theme",
"fuse",
"vuepress-theme",
"colors",
"vue",
"customize",
"options"
],
"main": "index.js",
"repository": "https://gitlab.bingosoft.net/fuse/tools/vuepress-theme-fuse.git",
"author": "fulsh <shenglfyu@msn.com>",
"license": "MIT",
"scripts": {
"lint": "eslint . --ext js,vue"
},
"devDependencies": {
"babel-eslint": "^8.2.6",
"eslint": "^5.4.0",
"eslint-config-sora": "^2.0.0",
"eslint-plugin-vue": "^5.0.0-beta.3",
"vuepress": "^1.0.1",
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
"@vue/babel-preset-jsx": "^1.1.2"
},
"dependencies": {
"axios": "^0.19.2",
"js-base64": "^2.6.2",
"markdown-it-container": "^3.0.0",
"resize-observer-polyfill": "^1.5.1",
"vue-click-outside": "^1.0.7"
}
}