-
Notifications
You must be signed in to change notification settings - Fork 56
/
package.json
85 lines (85 loc) · 3.09 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
77
78
79
80
81
82
83
84
85
{
"name": "@alt-gnome/alt-wiki-vitepress-gnome",
"description": "База знаний операционной системы ALT Regular Gnome",
"homepage": "https://alt-gnome.wiki/",
"license": "MIT",
"bugs": {
"url": "https://github.com/OlegShchavelev/ALTGnomeWiki/issues"
},
"keywords": [
"linux",
"altgnome",
"altregulargnome",
"altgnomewiki",
"altwiki",
"vitepress"
],
"repository": {
"type": "git",
"url": "https://github.com/OlegShchavelev/ALTGnomeWiki"
},
"type": "module",
"remarkConfig": {
"plugins": [
"remark-lint-no-multiple-toplevel-headings",
"@ampernic/remark-lint-shiki-code-block-syntax-exist"
]
},
"scripts": {
"history:build": "npx esrun ./.tools/gitlog.ts",
"docs:dev": "npm run history:build -- --dev && vitepress dev",
"docs:dev-host": "vitepress dev --host",
"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 "
},
"devDependencies": {
"@hywax/vitepress-yandex-metrika": "^0.4.0",
"@iconify-json/icon-park-outline": "^1.2.1",
"@iconify-json/svg-spinners": "^1.2.1",
"@nolebase/vitepress-plugin-enhanced-mark": "^2.11.1",
"@nolebase/vitepress-plugin-enhanced-readabilities": "^2.11.1",
"@nolebase/vitepress-plugin-git-changelog": "^2.11.1",
"@nolebase/vitepress-plugin-page-properties": "^2.11.1",
"@types/markdown-it": "^13.0.9",
"@types/markdown-it-container": "^2.0.10",
"@types/node": "^20.17.9",
"cspell": "^8.16.1",
"markdown-it": "^13.0.2",
"markdown-it-conditional-render": "^0.1.0",
"markdown-it-container": "^3.0.0",
"markdown-it-html5-embed": "^0.3.3",
"markdown-it-implicit-figures": "^0.12.0",
"markdown-it-kbd": "^2.2.2",
"markdown-it-task-lists": "^2.1.1",
"ora": "^8.1.1",
"remark-cli": "^12.0.1",
"typescript": "^5.7.2",
"vite-plugin-vue-devtools": "^7.6.7",
"vitepress": "^1.5.0",
"vitepress-markdown-timeline": "^1.2.1",
"vitepress-plugin-image-viewer": "1.1.2",
"vitepress-plugin-tabs": "^0.5.0",
"yaspeller": "^10.0.1"
},
"dependencies": {
"@ampernic/remark-lint-shiki-code-block-syntax-exist": "1.0.8-rc1",
"@cspell/dict-ru_ru": "^2.2.4",
"@digitak/esrun": "^3.2.26",
"@octokit/core": "^6.1.2",
"args-parser": "^1.3.0",
"remark-lint-no-multiple-toplevel-headings": "^4.0.0",
"shiki": "^1.24.0",
"swiper": "^11.1.15",
"ts-node": "^10.9.2",
"unocss": "^0.58.9",
"vue-silentbox": "^3.0.4",
"yargs": "^17.7.2"
}
}