forked from ilkermanap/meson-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·29 lines (29 loc) · 804 Bytes
/
Copy pathpackage.json
File metadata and controls
executable file
·29 lines (29 loc) · 804 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
29
{
"name": "Meson-Docs",
"version": "0.0.1",
"description": "Bandwidth trading platform built on blockchain.",
"main": "index.js",
"authors": {
"name": "Meson Team",
"email": "Please reply in our github repo"
},
"repository": "https://github.com/daqnext/meson-docs",
"scripts": {
"dev": "vuepress dev src",
"build": "vuepress build src"
},
"license": "MIT",
"devDependencies": {
"@vue/component-compiler-utils": "^3.3.0",
"@vuepress/plugin-google-analytics": "^2.0.0-beta.36",
"@vuepress/plugin-search": "2.0.0-beta.36",
"@vuepress/plugin-shiki": "2.0.0-beta.36",
"@vuepress/shared-utils": "^1.9.7",
"lru-cache": "^7.14.1",
"raw-loader": "^4.0.2",
"vuepress": "2.0.0-beta.36"
},
"dependencies": {
"element-plus": "2.0.4"
}
}