1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-29 04:53:29 +00:00
starship/docs/package.json
2021-03-07 15:40:03 -06:00

13 lines
286 B
JSON

{
"scripts": {
"dev": "vuepress dev",
"build": "vuepress build"
},
"devDependencies": {
"@vuepress/plugin-google-analytics": "^1.8.2",
"vuepress": "^1.8.2",
"vuepress-theme-default-prefers-color-scheme": "^2.0.0",
"vuepress-plugin-sitemap": "^2.3.1"
}
}