strapi/docs/package.json
Alexandre Bodin 62b2192c95 Update license info
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-07-20 18:40:52 +02:00

17 lines
374 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-medium-zoom": "^1.2.0",
"@vuepress/plugin-google-analytics": "^1.2.0",
"vuepress": "^1.2.0",
"vuepress-plugin-element-tabs": "^0.1.8"
}
}