-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
69 lines (69 loc) · 1.99 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
{
"name": "kotatsu-website",
"version": "1.0.0",
"repository": "https://github.com/KotatsuApp/website.git",
"type": "module",
"contributors": [
{
"name": "Zakhar Timoshenko",
"email": "[email protected]"
},
{
"name": "Koitharu",
"email": "[email protected]"
}
],
"scripts": {
"dev": "vitepress dev",
"build": "node --max_old_space_size=4096 ./node_modules/vitepress/bin/vitepress.js build",
"preview": "vitepress preview",
"lint": "markdownlint **/*.md --disable MD045"
},
"devDependencies": {
"@docsearch/css": "^3.3.3",
"@docsearch/js": "^3.3.3",
"@resvg/resvg-js": "2.4.1",
"@types/gtag.js": "0.0.14",
"@types/markdown-it": "^12.2.3",
"@types/node": "^18.16.13",
"@vkontakte/icons": "2.71.0",
"dotenv": "^16.3.1",
"fast-glob": "^3.2.12",
"gray-matter": "^4.0.3",
"markdown-it": "^13.0.1",
"markdown-it-container": "^3.0.0",
"markdown-it-kbd": "^2.2.2",
"markdown-it-shortcode-tag": "1.1.0",
"markdownlint": "^0.29.0",
"markdownlint-cli": "^0.34.0",
"plop": "^3.1.2",
"postcss-nesting": "^13.0.1",
"transliteration": "^2.3.5",
"unocss": "^0.54.2",
"vitepress": "1.0.0-rc.20",
"vitepress-plugin-tabs": "0.4.1",
"vue": "^3.5.13",
"vue3-carousel": "0.3.1",
"x-satori": "0.1.5"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search"
]
}
},
"dependencies": {
"@octokit/rest": "20.0.2",
"@octokit/types": "12.0.0",
"@vueuse/core": "^10.3.0",
"@vueuse/integrations": "^10.3.0",
"@xobotyi/scrollbar-width": "^1.9.5",
"dayjs": "^1.11.13",
"glightbox": "^3.2.0",
"qrcode": "^1.5.3"
},
"engines": {
"node": ">=18"
}
}