1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-25 19:32:33 +00:00
starship/docs/package.json
Pratham Sharma 243dd64836
feat(docs): Add copy button for code snippets via plugin (#3118)
Adds copy button for code snippets via plugin
2021-10-06 13:21:48 -05:00

14 lines
329 B
JSON

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