-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
67 lines (67 loc) · 2.26 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
{
"name": "@alt-gnome/alt-wiki-vitepress-kde",
"description": "База знаний операционной системы ALT Regular KDE",
"homepage": "https://alt-kde.wiki/",
"license": "MIT",
"bugs": {
"url": "https://github.com/OlegShchavelev/ALTKDEWiki/issues"
},
"keywords": [
"linux",
"altkde",
"altregularkde",
"altkdewiki",
"altwiki",
"vitepress"
],
"repository": {
"type": "git",
"url": "https://github.com/OlegShchavelev/ALTKDEWiki"
},
"type": "module",
"remarkConfig": {
"plugins": [
"remark-lint-no-multiple-toplevel-headings"
]
},
"devDependencies": {
"@cspell/dict-ru_ru": "^2.2.1",
"@digitak/esrun": "^3.2.26",
"@hywax/vitepress-yandex-metrika": "^0.4.0",
"@iconify-json/svg-spinners": "^1.1.3",
"@nolebase/vitepress-plugin-enhanced-readabilities": "^2.4.0",
"@nolebase/vitepress-plugin-git-changelog": "^2.4.0",
"@types/node": "^20.14.15",
"cspell": "^8.13.3",
"markdown-it-implicit-figures": "^0.12.0",
"markdown-it-kbd": "^2.2.2",
"ora": "^8.0.1",
"remark-cli": "^12.0.1",
"remark-lint": "^10.0.0",
"remark-lint-no-multiple-toplevel-headings": "^4.0.0",
"vitepress": "^1.3.2",
"vitepress-plugin-tabs": "^0.5.0",
"vitepress-sidebar": "^1.24.2",
"vue-silentbox": "^3.0.4",
"yargs": "^17.7.2",
"yaspeller": "^10.0.1"
},
"scripts": {
"history:build": "npx esrun ./.tools/gitlog.ts",
"docs:dev": "vitepress dev",
"docs:build": "vitepress build",
"docs:preview": "vitepress preview",
"docs:spell-check": "npm run docs:yaspeller-full && npm run docs:cspell-full",
"docs:yaspeller-full": "yaspeller --dictionary .yaspeller/frontmatter.json:.yaspeller/apps\\&companies.json:.yaspeller/names.json ./docs --only-errors",
"docs:yaspeller": "yaspeller --dictionary .yaspeller/frontmatter.json:.yaspeller/apps\\&companies.json:.yaspeller/names.json",
"docs:cspell-full": "npx cspell --show-context --show-suggestions --color ./docs/**/**/*.md",
"docs:cspell": "npx cspell --show-context --show-suggestions --color",
"docs:remark-full": "remark ./docs --frail",
"docs:remark": "remark"
},
"dependencies": {
"@octokit/core": "^6.1.2",
"remark": "^15.0.1",
"unocss": "^0.59.4"
}
}