mirror of
https://github.com/starship/starship.git
synced 2024-11-08 01:15:22 +01:00
12 lines
225 B
JSON
12 lines
225 B
JSON
{
|
|
"scripts": {
|
|
"dev": "vuepress dev",
|
|
"build": "vuepress build"
|
|
},
|
|
"devDependencies": {
|
|
"@vuepress/plugin-google-analytics": "^1.0.3",
|
|
"vuepress": "^1.0.2",
|
|
"vuepress-plugin-sitemap": "^2.3.0"
|
|
}
|
|
}
|