Files
starship/docs/package.json
T

11 lines
184 B
JSON
Raw Normal View History

2019-07-19 16:18:52 -04:00
{
"scripts": {
"dev": "vuepress dev",
"build": "vuepress build"
},
"devDependencies": {
2019-08-20 11:13:10 -04:00
"@vuepress/plugin-google-analytics": "^1.0.3",
2019-07-19 16:18:52 -04:00
"vuepress": "^1.0.2"
}
}