1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-27 20:13:30 +00:00
starship/docs/package.json
2020-02-02 19:51:48 -05:00

12 lines
285 B
JSON

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