-
Notifications
You must be signed in to change notification settings - Fork 59
/
package.json
47 lines (47 loc) · 1.8 KB
/
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
41
42
43
44
45
46
47
{
"name": "unidocs-en",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"dev": "cross-env DOCS_LOCAL=zh vuepress dev docs",
"dev:zh": "cross-env DOCS_LOCAL=zh vuepress dev docs",
"dev:en": "cross-env DOCS_LOCAL=en vuepress dev docs",
"build": "cross-env DOCS_LOCAL=zh node --max_old_space_size=4096 ./node_modules/vuepress/cli.js build docs --no-cache",
"build:zh": "cross-env DOCS_LOCAL=zh node --max_old_space_size=4096 ./node_modules/vuepress/cli.js build docs --no-cache",
"build:en": "cross-env DOCS_LOCAL=en node --max_old_space_size=4096 ./node_modules/vuepress/cli.js build docs --no-cache",
"build-lite": "cross-env DOCS_LITE=true DOCS_LOCAL=zh node --max_old_space_size=4096 ./node_modules/vuepress/cli.js build docs-lite --no-cache",
"build-lite:zh": "cross-env DOCS_LITE=true DOCS_LOCAL=zh node --max_old_space_size=4096 ./node_modules/vuepress/cli.js build docs-lite --no-cache",
"build-lite:en": "cross-env DOCS_LITE=true DOCS_LOCAL=en node --max_old_space_size=4096 ./node_modules/vuepress/cli.js build docs-lite --no-cache",
"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/unidoc-zh/issues"
},
"homepage": "https://github.com/dcloudio/unidoc-zh#readme",
"devDependencies": {
"cross-env": "^7.0.3",
"dom-serializer": "^2.0.0",
"fs-extra": "^10.0.0",
"preprocess": "^3.2.0",
"glob": "^7.1.7",
"htmlparser2": "^9.0.0"
},
"dependencies": {
"vuepress": "1.9.9",
"vuepress-theme-uniapp-official": "^1.4.32"
},
"resolutions": {
"terser-webpack-plugin": "1.4.6"
}
}