-
Notifications
You must be signed in to change notification settings - Fork 483
Expand file tree
/
Copy pathpackage.json
More file actions
99 lines (99 loc) · 2.76 KB
/
package.json
File metadata and controls
99 lines (99 loc) · 2.76 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "elysia-docs",
"version": "1.0.1",
"description": "",
"type": "module",
"main": "index.js",
"author": "",
"license": "MIT",
"dependencies": {
"@neoconfetti/vue": "^2.2.1",
"@number-flow/vue": "^0.4.8",
"@shikijs/markdown-it": "^3.20.0",
"@tailwindcss/vite": "^4.1.18",
"@types/cookie": "^1.0.0",
"@vueuse/core": "^14.1.0",
"@vueuse/integrations": "^14.1.0",
"arktype": "^2.1.29",
"clsx": "^2.1.1",
"cookie": "^1.1.1",
"dayjs": "^1.11.19",
"effect": "^3.19.13",
"elysia": "^1.4.19",
"lucide-vue-next": "^0.562.0",
"markdown-it-shiki": "^0.9.0",
"medium-zoom": "^1.1.0",
"memfs": "^4.51.1",
"monaco-editor": "^0.53.0",
"monaco-editor-auto-typings": "^0.4.6",
"motion-v": "^1.7.4",
"pinia": "^3.0.4",
"reka-ui": "^2.7.0",
"shiki": "^3.20.0",
"shiki-transformer-copy-button": "^0.0.5",
"streamdown-vue": "^1.0.29",
"sucrase": "^3.35.1",
"tailwindcss": "^4.2.0",
"valibot": "^1.2.0",
"vue-renderer-markdown": "^0.0.63-beta.4",
"vue3-carousel": "^0.17.0",
"web-haptics": "^0.0.6",
"zod": "^4.2.1"
},
"devDependencies": {
"@elysiajs/bearer": "^1.4.2",
"@elysiajs/cors": "^1.4.0",
"@elysiajs/cron": "^1.4.1",
"@elysiajs/eden": "^1.4.6",
"@elysiajs/html": "^1.4.0",
"@elysiajs/jwt": "^1.4.0",
"@elysiajs/openapi": "1.4.12",
"@elysiajs/opentelemetry": "^1.4.9",
"@elysiajs/server-timing": "^1.4.0",
"@elysiajs/static": "^1.4.7",
"@hono/zod-validator": "^0.7.6",
"@nolebase/vitepress-plugin-inline-link-preview": "^2.18.2",
"@rollup/browser": "^4.54.0",
"@shikijs/vitepress-twoslash": "^3.20.0",
"@tailwindcss/postcss": "^4.1.18",
"@trpc/client": "^11.8.1",
"@trpc/server": "^11.8.1",
"@types/bun": "^1.3.5",
"@types/express": "^5.0.6",
"@types/mark.js": "^8.11.12",
"@types/markdown-it": "^14.1.2",
"@types/node": "^24.10.4",
"@types/react": "^19.2.7",
"esbuild": "^0.27.2",
"express": "^5.2.1",
"fastify": "^5.6.2",
"hono": "^4.11.2",
"markdown-it": "^14.1.0",
"postcss": "^8.5.6",
"postcss-nesting": "^13.0.2",
"postcss-preset-env": "^10.5.0",
"react": "^19.2.3",
"typescript": "^5.9.3",
"view-transitions-api-types": "^0.1.1",
"vite": "npm:rolldown-vite@7.2.11",
"vite-bundle-analyzer": "^1.3.2",
"vite-plugin-comlink": "^5.3.0",
"vite-plugin-monaco-editor": "^1.1.0",
"vite-plugin-node-polyfills": "^0.24.0",
"vitepress": "2.0.0-alpha.15",
"vitepress-plugin-comment-with-giscus": "^1.1.15",
"vitepress-plugin-lightbox": "^1.0.3",
"vitepress-plugin-llms": "^1.9.3",
"vue": "^3.5.26"
},
"overrides": {
"vite": "npm:rolldown-vite@7.2.11",
"vitepress": "^2.0.0-alpha.15",
"vue": "^3.5.22"
},
"scripts": {
"dev": "vitepress dev docs",
"build": "NODE_OPTIONS='--max-old-space-size=8192' vitepress build docs",
"serve": "vitepress serve docs"
}
}