vitepress-generate-sidebar
Version:
Vitepress generator sidebar based on file and directory structure.
48 lines • 1.26 kB
JSON
{
"name": "vitepress-generate-sidebar",
"version": "1.0.81",
"description": "Vitepress generator sidebar based on file and directory structure.",
"main": "lib/index.js",
"scripts": {
"test": "jest",
"lint": "eslint --ext .ts,.js .",
"lint:fix": "eslint --fix --ext .ts,.js .",
"es": "tsc",
"rollup": "rollup -c",
"build": "npm run es && npm run rollup"
},
"keywords": [
"vitepress",
"sidebar",
"auto",
"auto sidebar",
"autobar",
"vitepress config"
],
"author": "luciozhang",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/luciozhang/vitepress-plugin-autobar.git"
},
"dependencies": {
"glob": "^8.0.3",
"lodash": "^4.17.21"
},
"devDependencies": {
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@rollup/plugin-terser": "^0.1.0",
"@rollup/plugin-typescript": "^9.0.2",
"@types/glob": "^8.0.0",
"@types/lodash-es": "^4.17.6",
"@types/node": "^18.11.9",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"babel-jest": "^29.3.1",
"eslint": "^8.28.0",
"eslint-config-tencent": "^1.0.4",
"jest": "^29.3.1",
"rollup": "^3.4.0"
}
}