forked from sermant-io/Sermant-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 779 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
{
"name": "sermant-website",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "test",
"dev": "vuepress dev docs",
"build": "vuepress build docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sermant-io/Sermant-website.git"
},
"keywords": [
"document"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sermant-io/Sermant-website/issues"
},
"homepage": "https://github.com/sermant-io/Sermant-website#readme",
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.9.7",
"babel-plugin-component": "^1.1.1",
"vuepress": "^1.9.7"
},
"dependencies": {
"axios": "^1.1.3",
"core-js": "^2.6.12",
"element-ui": "^2.15.9"
}
}