forked from officelifehq/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1012 Bytes
/
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
{
"name": "OfficeLife",
"version": "1.0.0",
"description": "All the documentation used by OfficeLife",
"main": "index.js",
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs",
"serve": "npm run dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/officelifehq/officelife-documentation.git"
},
"keywords": [
"vuejs",
"vuepress",
"documentation",
"static-site-gen"
],
"author": "Regis Freyd <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/officelifehq/officelife-documentation/issues"
},
"homepage": "https://github.com/officelifehq/officelife-documentation#readme",
"dependencies": {
"@ubclaunchpad/vuepress-plugin-fathom": "https://github.com/ubclaunchpad/vuepress-plugin-fathom",
"global": "^4.3.2",
"vuepress": "^1.2.0"
},
"devDependencies": {
"@vuepress/plugin-active-header-links": "^1.0.0-rc.1",
"@vuepress/plugin-medium-zoom": "^1.7.1"
}
}