1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-09-19 17:39:02 +00:00
starship/docs/package.json

12 lines
225 B
JSON
Raw Normal View History

{
"scripts": {
"dev": "vuepress dev",
"build": "vuepress build"
},
"devDependencies": {
2019-08-20 15:13:10 +00:00
"@vuepress/plugin-google-analytics": "^1.0.3",
2019-11-05 13:29:46 +00:00
"vuepress": "^1.0.2",
"vuepress-plugin-sitemap": "^2.3.0"
}
}