@shixinde/vuepress-theme-init
Version:
44 lines (43 loc) • 1 kB
JSON
{
"name": "@shixinde/vuepress-theme-init",
"version": "1.2.5",
"description": "",
"scripts": {
"start": "vuepress dev doc-vuepress",
"dev": "vuepress dev doc-vuepress",
"build": "vuepress build doc-vuepress",
"release": "npm version patch && npm publish"
},
"repository": {
"type": "git",
"url": "https://github.com/shixindea/guoguo-notes.git"
},
"homepage": "https://shixindea.github.io/guoguo-notes/",
"keywords": [
"@shixinde",
"袁果锅",
"袁果锅生态",
"yuanguoguo",
"vuepress",
"theme",
"theme-init"
],
"files": [
"docs"
],
"author": "袁果锅",
"license": "ISC",
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.14",
"@vuepress/theme-default": "2.0.0-rc.37",
"vue": "^3.4.31",
"vuepress": "2.0.0-rc.14",
"vuepress-plugin-search-pro": "2.0.0-rc.52"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"vuepress-plugin-posts-encrypt": "^0.1.0"
}
}