You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
407 B
16 lines
407 B
{ |
|
"name": "stei-blog", |
|
"version": "2.0.0", |
|
"description": "Blog of XJTU STEI", |
|
"license": "MIT", |
|
"scripts": { |
|
"docs:build": "vuepress build .", |
|
"docs:clean-dev": "vuepress dev . --clean-cache", |
|
"docs:dev": "vuepress dev ." |
|
}, |
|
"devDependencies": { |
|
"@vuepress/plugin-search": "^2.0.0-beta.36", |
|
"vuepress": "^2.0.0-beta.36", |
|
"vuepress-theme-hope": "^2.0.0-alpha.41" |
|
} |
|
}
|
|
|