starship/docs/package.json

12 lines
225 B
JSON
Raw Normal View History

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