-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
76 lines (76 loc) · 2.11 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"private": true,
"version": "0.2.0",
"name": "docs",
"description": "docs of hiplot",
"scripts": {
"dev": "node --max_old_space_size=8192 ./node_modules/vuepress/cli.js dev .",
"build": "./scripts/merge_doc.sh && ./scripts/build_rmd.R && vuepress build .",
"show-help": "vuepress --help"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hiplot/docs"
},
"keywords": [
"documentation",
"vue",
"generator"
],
"author": "Hiplot team",
"bugs": {
"url": "https://github.com/hiplot/gold/issues"
},
"homepage": "https://hiplot.cn/docs",
"devDependencies": {
"@hapi/hoek": "^9.2.1",
"@vue/component-compiler-utils": "^3.3.0",
"@vuepress/plugin-back-to-top": "^1.9.7",
"@vuepress/plugin-google-analytics": "^1.9.7",
"@vuepress/plugin-i18n-ui": "^1.0.0-alpha.32",
"@vuepress/plugin-medium-zoom": "^1.9.7",
"@vuepress/plugin-notification": "^1.0.0-alpha.32",
"@vuepress/plugin-pwa": "^1.9.7",
"@vuepress/shared-utils": "^1.9.8",
"@vuepress/theme-default": "^1.9.8",
"acorn": "^8.7.0",
"ansi-regex": "^6.0.1",
"browserslist": "^4.20.2",
"cache-loader": "^4.1.0",
"color-string": "^1.9.0",
"dns-packet": "^5.3.1",
"dot-prop": "^7.2.0",
"elliptic": "^6.5.4",
"escape-html": "^1.0.3",
"glob-parent": "^6.0.2",
"hash-sum": "^2.0.0",
"http-proxy": "^1.18.1",
"ini": "^3.0.0",
"is-svg": "^4.3.2",
"json-schema": "0.4.0",
"kind-of": "^6.0.3",
"lodash": "^4.17.21",
"lodash.uniq": "^4.5.0",
"lru-cache": "^7.14.1",
"markdown-it-emoji": "^2.0.2",
"node-forge": "^1.3.1",
"normalize-url": "^7.0.3",
"nth-check": "^2.0.1",
"path-parse": "^1.0.7",
"postcss": "^8.4.12",
"prismjs": "^1.28.0",
"serialize-javascript": "^6.0.0",
"set-value": "^4.0.1",
"sockjs": "^0.3.24",
"ssri": "^9.0.0",
"tar": "^6.1.11",
"url-parse": "^1.5.10",
"vuepress": "^1.9.7",
"vuepress-plugin-flowchart": "^1.5.0",
"webpack": "3",
"websocket-extensions": "^0.1.4",
"ws": "^8.5.0",
"y18n": "^5.0.8",
"yargs-parser": "^21.0.1"
}
}