forked from terra-money/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 720 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 720 Bytes
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
{
"name": "terra-docs",
"version": "0.0.1",
"description": "Official Terra Documentation website",
"main": "index.js",
"authors": {
"name": "Terraform Labs, PTE.",
"email": "ecosystem@terra.money"
},
"repository": "/terra-docs",
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs"
},
"license": "MIT",
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.3.1",
"@vuepress/plugin-medium-zoom": "^1.3.1",
"markdown-it-footnote": "^3.0.2",
"node-sass": "6.0.1",
"sass-loader": "^10",
"tslib": "^2.2.0",
"vue-json-component": "^0.4.1",
"vuepress": "^1.5.2",
"vuepress-plugin-mathjax": "^1.2.8",
"webpack": "^4.44.1"
}
}