-
Notifications
You must be signed in to change notification settings - Fork 54
/
package.json
executable file
·63 lines (63 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
{
"name": "erda-docs",
"version": "1.0.0",
"private": true,
"description": "Erda official docs",
"keywords": [
"Erda",
"official",
"docs",
"terminus"
],
"author": "Erda-team",
"scripts": {
"build": "node --max_old_space_size=4096 ./node_modules/vuepress/cli.js build docs",
"dev": "node --max_old_space_size=4096 ./node_modules/vuepress/cli.js dev docs",
"serve": "serve dest",
"lint:style": "stylelint src/*.{vue,css,styl} --custom-syntax stylelint-plugin-stylus/custom-syntax",
"lint-md": "yarn lint-md:style && yarn lint-md:wording",
"lint-md:style": "remark --quiet --frail .",
"lint-md:wording": "textlint ./docs/**/*.md"
},
"devDependencies": {
"@textlint-rule/textlint-rule-no-unmatched-pair": "^1.0.8",
"@vuepress/plugin-back-to-top": "1.8.2",
"@vuepress/plugin-blog": "^1.9.4",
"@vuepress/plugin-medium-zoom": "1.8.2",
"@vuepress/plugin-pwa": "1.8.2",
"@vuepress/plugin-search": "^1.9.7",
"babel-runtime": "^6.26.0",
"core-js": "^3.15.1",
"dayjs": "^1.10.7",
"docsearch.js": "^2.6.3",
"remark-cli": "^9.0.0",
"remark-lint": "^8.0.0",
"remark-preset-lint-consistent": "^4.0.0",
"remark-preset-lint-recommended": "^5.0.0",
"remove-markdown": "^0.3.0",
"require-context": "^1.1.0",
"serve": "^12.0.0",
"stylelint-plugin-stylus": "^0.11.0",
"textlint": "^12.0.0",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-apostrophe": "^2.0.0",
"textlint-rule-common-misspellings": "^1.0.1",
"textlint-rule-diacritics": "^1.0.0",
"textlint-rule-en-capitalization": "^2.0.3",
"textlint-rule-stop-words": "^2.0.9",
"textlint-rule-terminology": "^2.1.5",
"textlint-rule-write-good": "^2.0.0",
"vue-toasted": "^1.1.28",
"vuepress": "1.8.2",
"vuepress-plugin-code-copy": "^1.0.6",
"vuepress-plugin-flowchart": "^1.4.3",
"vuepress-plugin-fulltext-search": "^2.2.1",
"vuepress-plugin-img-lazy": "^1.0.4",
"watchpack": "^2.2.0"
},
"dependencies": {
"vue-carousel": "^0.18.0",
"vue-core-video-player": "^0.2.0",
"vue-toastification": "^1.7.11"
}
}