This repository was archived by the owner on May 18, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.68 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.68 KB
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
77
{
"name": "vuepress-wiki-branch",
"version": "2.0.0",
"description": "personal wiki powered by Vuepress",
"scripts": {
"precommit": "lint-staged",
"dev": "vuepress dev docs --temp .temp",
"build": "vuepress build docs --temp .temp",
"katex-update": "npm uninstall vuepress-plugin-latex && npm install bencwbrown/vuepress-plugin-latex",
"view-info": "vuepress view-info docs --temp .temp",
"show-help": "vuepress --help",
"lint-md:wording": "textlint ./docs/**/*.md",
"lint-md:style": "remark --quiet --frail .",
"eject-theme": "vuepress eject docs/.vuepress/theme"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bencwbrown/vuepress-wiki.git"
},
"keywords": [
"wiki",
"vuepress",
"mathematics"
],
"author": "Ben Brown",
"license": "MIT",
"bugs": {
"url": "https://github.com/bencwbrown/vuepress-wiki/issues"
},
"homepage": "https://github.com/bencwbrown/vuepress-wiki#readme",
"devDependencies": {
"@textlint-rule/textlint-rule-no-unmatched-pair": "^1.0.7",
"@vuepress/plugin-back-to-top": "^1.2.0",
"@vuepress/plugin-google-analytics": "^1.2.0",
"@vuepress/plugin-medium-zoom": "^1.2.0",
"@vuepress/plugin-pwa": "^1.2.0",
"@vuepress/theme-vue": "^1.2.0",
"lint-staged": "^8.1.5",
"remark-cli": "^7.0.0",
"remark-lint": "^6.0.5",
"remark-preset-lint-consistent": "^2.0.3",
"remark-preset-lint-recommended": "^3.0.3",
"textlint": "^11.3.1",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-apostrophe": "^1.0.0",
"textlint-rule-common-misspellings": "^1.0.1",
"textlint-rule-diacritics": "^1.0.0",
"textlint-rule-en-capitalization": "^2.0.2",
"textlint-rule-stop-words": "^1.0.17",
"textlint-rule-terminology": "^1.1.30",
"textlint-rule-write-good": "^1.6.2",
"vue-toasted": "^1.1.25",
"vuepress": "^1.2.0",
"vuepress-plugin-flowchart": "^1.4.2"
},
"dependencies": {
"@iktakahiro/markdown-it-katex": "^3.1.0",
"@vuepress/plugin-last-updated": "^1.2.0",
"@vuepress/plugin-register-components": "^1.2.0",
"@vuepress/theme-default": "^1.2.0",
"ajv": "^6.10.2",
"ajv-errors": "^1.0.1",
"date-fns": "^2.8.1",
"katex": "^0.11.1",
"markdown-it-container": "^2.0.0",
"moment": "^2.24.0",
"vue-tabs-component": "^1.5.0",
"vuepress-plugin-code-copy": "^1.0.4",
"vuepress-plugin-container": "^2.1.2",
"vuepress-plugin-export": "^0.2.0",
"vuepress-plugin-git-log": "^1.0.1",
"vuepress-plugin-global-toc": "^1.0.1",
"vuepress-plugin-latex": "github:bencwbrown/vuepress-plugin-latex",
"vuepress-plugin-table-of-contents": "^1.1.3",
"vuepress-plugin-tabs": "^0.2.2"
}
}