mirror of
https://github.com/wahyd4/vuepress.git
synced 2026-08-11 06:16:08 +10:00
15 lines
331 B
JSON
15 lines
331 B
JSON
{
|
|
"private": true,
|
|
"name": "blog",
|
|
"description": "blog of VuePress",
|
|
"version": "1.0.0-alpha.39",
|
|
"scripts": {
|
|
"dev": "vuepress dev source --temp .temp",
|
|
"build": "vuepress build source --temp .temp"
|
|
},
|
|
"dependencies": {
|
|
"@vuepress/theme-blog": "^1.0.0-alpha.39",
|
|
"vuepress": "^1.0.0-alpha.39"
|
|
}
|
|
}
|