2020-03-11 06:54:10 +00:00
|
|
|
{
|
|
|
|
"name": "docs",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
2023-12-18 15:59:54 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"vuepress": "^2.0.0-rc.0"
|
2020-03-11 06:54:10 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vuepress dev",
|
|
|
|
"build": "vuepress build"
|
|
|
|
},
|
|
|
|
"author": "",
|
2023-12-18 15:59:54 +00:00
|
|
|
"license": "ISC",
|
|
|
|
"packageManager": "yarn@4.0.2",
|
|
|
|
"dependencies": {
|
|
|
|
"@vuepress/plugin-google-analytics": "2.0.0-rc.0",
|
|
|
|
"@vuepress/plugin-search": "2.0.0-rc.0",
|
|
|
|
"@vuepress/theme-default": "^2.0.0-rc.0",
|
|
|
|
"vuepress-plugin-sitemap2": "^2.0.0-rc.5",
|
|
|
|
"vuepress-plugin-zooming": "^1.1.8"
|
|
|
|
}
|
2020-03-11 06:54:10 +00:00
|
|
|
}
|