-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
74 lines (74 loc) · 2.49 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
{
"name": "wotaku",
"type": "module",
"scripts": {
"postinstall": "nitropack prepare",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"api:prepare": "nitropack prepare",
"api:dev": "nitropack dev",
"api:build": "nitropack build",
"api:preview": "node .output/server/index.mjs",
"format": "biome format . --write",
"lint": "biome lint .",
"lint:fix": "biome lint . --write",
"lint:fix:unsafe": "biome lint . --unsafe",
"og:dev": "x-satori -t ./docs/.vitepress/theme/components/OgImageTemplate.vue -c ./.vitepress/hooks/satoriConfig.ts --dev"
},
"dependencies": {
"@fmhy/colors": "^0.0.11",
"@fmhy/components": "^0.0.3",
"@mdit/plugin-align": "^0.13.1",
"@mdit/plugin-figure": "^0.13.1",
"@mdit/plugin-img-lazyload": "^0.13.1",
"@mdit/plugin-img-size": "^0.13.1",
"@resvg/resvg-js": "^2.6.2",
"@vueuse/core": "^11.2.0",
"floating-vue": "^5.2.2",
"itty-fetcher": "^0.9.4",
"markdown-it": "^14.1.0",
"medium-zoom": "^1.1.0",
"nitro-cors": "^0.7.1",
"nitropack": "^2.10.3",
"tinyexec": "^0.3.1",
"unocss": "0.59.0-beta.1",
"vitepress": "^1.5.0",
"vitepress-plugin-tabs": "^0.5.0",
"vue": "^3.5.12",
"x-satori": "^0.2.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@iconify-json/ic": "^1.2.1",
"@iconify-json/icon-park-outline": "^1.2.1",
"@iconify-json/iconoir": "^1.2.3",
"@iconify-json/logos": "^1.2.3",
"@iconify-json/lucide": "^1.2.12",
"@iconify-json/material-symbols": "^1.2.6",
"@iconify-json/mdi": "^1.2.1",
"@iconify-json/mingcute": "^1.2.1",
"@iconify-json/octicon": "^1.2.1",
"@iconify-json/simple-icons": "^1.2.11",
"@iconify-json/twemoji": "^1.2.1",
"@iconify-json/uil": "^1.2.1",
"@iconify/utils": "^2.1.33",
"@nolebase/vitepress-plugin-enhanced-readabilities": "^2.8.1",
"@nolebase/vitepress-plugin-git-changelog": "^2.8.1",
"@nolebase/vitepress-plugin-page-properties": "^2.8.1",
"@taskylizard/biome-config": "^1.0.5",
"@types/node": "^22.9.0",
"sass": "^1.80.6",
"wrangler": "^3.85.0"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search",
"search-insights"
]
}
},
"packageManager": "[email protected]+sha512.c8180b3fbe4e4bca02c94234717896b5529740a6cbadf19fa78254270403ea2f27d4e1d46a08a0f56c89b63dc8ebfd3ee53326da720273794e6200fcf0d184ab"
}