mirror of
https://github.com/strapi/strapi.git
synced 2025-12-30 16:53:05 +00:00
17 lines
355 B
JSON
17 lines
355 B
JSON
{
|
|
"name": "docs",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "vuepress dev",
|
|
"build": "vuepress build"
|
|
},
|
|
"license": "MIT",
|
|
"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"
|
|
}
|
|
}
|