forked from apache/incubator-weex-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 872 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": "incubator-weex-site",
"version": "1.0.0",
"description": "This is the source code of Weex official website.",
"scripts": {
"start": "npm run dev",
"dev": "vuepress dev docs",
"build:docs": "vuepress build docs",
"build": "npm run build:docs"
},
"repository": {
"type": "git",
"url": "https://github.com/apache/incubator-weex-site.git"
},
"keywords": [],
"author": "[email protected]",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/apache/incubator-weex-site/issues"
},
"homepage": "https://github.com/apache/incubator-weex-site#readme",
"devDependencies": {
"vuepress": "^0.12.0"
},
"dependencies": {
"axios": "^0.19.0",
"fs-extra": "^7.0.1",
"jsdom": "13.0.0",
"jsdom-global": "3.0.2",
"marked": "^0.7.0",
"qs": "^6.5.2",
"nprogress": "^0.2.0"
}
}