strapi/docs/package.json
2020-10-05 14:40:51 +02:00

18 lines
420 B
JSON

{
"name": "docs",
"version": "2.0.0",
"main": "index.js",
"scripts": {
"dev": "vuepress dev",
"build": "vuepress build"
},
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"@vuepress/plugin-google-analytics": "^1.2.0",
"@vuepress/plugin-medium-zoom": "^1.2.0",
"vuepress": "^1.2.0",
"vuepress-plugin-element-tabs": "^0.1.8",
"vuepress-plugin-font-awesome": "1.90.6"
}
}