mirror of
https://github.com/ZiuChen/ZiuChen.github.io.git
synced 2025-08-17 23:19:55 +08:00
20 lines
465 B
JSON
20 lines
465 B
JSON
{
|
|
"name": "ziuchen-docs",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"docs:dev": "vuepress dev docs",
|
|
"docs:build": "vuepress build docs"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@vuepress/plugin-active-header-links": "^1.9.7",
|
|
"@vuepress/plugin-back-to-top": "^1.9.7",
|
|
"@vuepress/plugin-medium-zoom": "^1.9.7",
|
|
"vue-template-compiler": "^2.7.8",
|
|
"vuepress": "^1.9.7"
|
|
}
|
|
}
|