-
Notifications
You must be signed in to change notification settings - Fork 74
/
package.json
40 lines (40 loc) · 1004 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
37
38
39
40
{
"name": "native-docs-zh",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"dev": "vuepress dev docs",
"build": "node --max_old_space_size=3072 ./node_modules/vuepress/cli.js build docs --no-cache",
"sitemap": "node ./script/createSiteMap.js",
"check-md":"vuepress check-md2 docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dcloudio/unidoc-zh.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dcloudio/native-docs-zh/issues"
},
"homepage": "https://github.com/dcloudio/native-docs-zh#readme",
"devDependencies": {
"clipboard": "^2.0.10",
"dom-serializer": "^2.0.0",
"fs-extra": "^10.0.0",
"glob": "^7.1.7",
"htmlparser2": "^9.0.0"
},
"dependencies": {
"vuepress-theme-uniapp-official": "^1.4.25",
"vuepress": "1.9.9"
},
"resolutions": {
"terser-webpack-plugin": "1.4.6"
}
}