forked from KotatsuApp/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.62 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.62 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
{
"name": "kotatsu-website",
"version": "1.0.0",
"repository": "https://github.com/KotatsuApp/website.git",
"type": "module",
"private": true,
"contributors": [
{
"name": "Zakhar Timoshenko",
"email": "[email protected]"
},
{
"name": "Koitharu",
"email": "[email protected]"
}
],
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build",
"preview": "vitepress preview",
"lint": "eslint .",
"lint:md": "markdownlint **/*.md --disable MD045",
"format": "prettier --write ."
},
"devDependencies": {
"@resvg/resvg-js": "^2.6.2",
"@types/gtag.js": "^0.0.20",
"@types/markdown-it": "^14.1.2",
"@types/node": "^24.8.1",
"eslint": "^9.38.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-perfectionist": "^4.15.1",
"eslint-plugin-vue": "^10.5.1",
"gray-matter": "^4.0.3",
"markdown-it": "^14.1.0",
"markdown-it-container": "^4.0.0",
"markdown-it-kbd": "^3.0.0",
"markdown-it-shortcode-tag": "1.1.0",
"markdownlint": "^0.39.0",
"markdownlint-cli": "^0.45.0",
"postcss-nesting": "^13.0.2",
"prettier": "^3.6.2",
"tinyglobby": "^0.2.15",
"transliteration": "^2.3.5",
"typescript-eslint": "^8.46.2",
"vitepress": "^1.6.4",
"vitepress-plugin-tabs": "^0.7.3",
"vue": "^3.5.22",
"x-satori": "^0.4.0"
},
"dependencies": {
"@octokit/rest": "^22.0.0",
"@octokit/types": "^15.0.0",
"@vueuse/core": "^13.9.0",
"@vueuse/integrations": "^13.9.0",
"dayjs": "^1.11.18",
"glightbox": "^3.3.1",
"qrcode": "^1.5.4"
},
"engines": {
"node": ">=20"
}
}