2018-08-28 11:23:59 +02:00
|
|
|
{
|
|
|
|
|
"name": "docs",
|
2020-02-10 14:21:18 +01:00
|
|
|
"version": "2.0.0",
|
2018-08-28 11:23:59 +02:00
|
|
|
"main": "index.js",
|
|
|
|
|
"scripts": {
|
2018-09-28 11:26:00 +02:00
|
|
|
"dev": "vuepress dev",
|
|
|
|
|
"build": "vuepress build"
|
2018-08-28 11:23:59 +02:00
|
|
|
},
|
2019-11-07 12:05:39 +01:00
|
|
|
"license": "MIT",
|
2018-08-28 11:23:59 +02:00
|
|
|
"dependencies": {
|
2019-11-07 12:05:39 +01:00
|
|
|
"@vuepress/plugin-medium-zoom": "^1.2.0",
|
2019-11-28 11:45:45 +01:00
|
|
|
"@vuepress/plugin-google-analytics": "^1.2.0",
|
2019-11-07 12:05:39 +01:00
|
|
|
"vuepress": "^1.2.0",
|
|
|
|
|
"vuepress-plugin-element-tabs": "^0.1.8"
|
2018-08-28 11:23:59 +02:00
|
|
|
}
|
|
|
|
|
}
|