-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 1.14 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "codetrial-docs",
"version": "1.0.0",
"description": "Codetrial documentation built with VuePress.",
"main": "index.js",
"scripts": {
"test": "yarn test",
"docs:deploy": "sh deploy.sh",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codetrial/docs.git"
},
"keywords": [
"codetrial",
"docs"
],
"author": "felixpy",
"license": "MIT",
"bugs": {
"url": "https://github.com/codetrial/docs/issues"
},
"homepage": "https://github.com/codetrial/docs#readme",
"devDependencies": {
"@vuepress/plugin-active-header-links": "^1.0.0-alpha.30",
"@vuepress/plugin-back-to-top": "^1.0.0-alpha.30",
"@vuepress/plugin-google-analytics": "^1.0.0-alpha.30",
"@vuepress/plugin-i18n-ui": "^1.0.0-alpha.30",
"@vuepress/plugin-medium-zoom": "^1.0.0-alpha.30",
"@vuepress/plugin-notification": "^1.0.0-alpha.30",
"@vuepress/plugin-pagination": "^1.0.0-alpha.30",
"@vuepress/plugin-pwa": "^1.0.0-alpha.30",
"@vuepress/plugin-search": "^1.0.0-alpha.30",
"vuepress": "^1.0.0-alpha.30"
}
}