forked from elysiajs/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
100 lines (100 loc) · 2.79 KB
/
package.json
File metadata and controls
100 lines (100 loc) · 2.79 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
100
{
"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.13.0",
"@tailwindcss/vite": "^4.1.11",
"@types/cookie": "^1.0.0",
"@vueuse/core": "^13.6.0",
"@vueuse/integrations": "^14.0.0",
"arktype": "^2.1.22",
"clsx": "^2.1.1",
"cookie": "^1.0.2",
"dayjs": "^1.11.13",
"effect": "^3.17.13",
"elysia": "1.4.17-exp.1",
"lucide-vue-next": "^0.544.0",
"markdown-it-shiki": "^0.9.0",
"medium-zoom": "^1.1.0",
"memfs": "^4.49.0",
"monaco-editor": "^0.53.0",
"monaco-editor-auto-typings": "^0.4.6",
"motion-v": "^1.6.1",
"pinia": "^3.0.3",
"reka-ui": "^2.5.0",
"shiki": "^3.13.0",
"shiki-transformer-copy-button": "^0.0.5",
"streamdown-vue": "^1.0.21",
"sucrase": "^3.35.0",
"tailwindcss": "^4.1.11",
"valibot": "^1.1.0",
"vue-renderer-markdown": "^0.0.57-beta.2",
"vue3-carousel": "^0.16.0",
"zod": "^4.1.8"
},
"devDependencies": {
"@elysiajs/bearer": "^1.4.1",
"@elysiajs/cors": "^1.4.0",
"@elysiajs/cron": "^1.4.1",
"@elysiajs/eden": "^1.4.0",
"@elysiajs/html": "^1.4.0",
"@elysiajs/jwt": "^1.4.0",
"@elysiajs/openapi": "1.4.10",
"@elysiajs/opentelemetry": "^1.4.0",
"@elysiajs/server-timing": "^1.4.0",
"@elysiajs/static": "^1.4.0",
"@hono/zod-validator": "^0.7.2",
"@nolebase/vitepress-plugin-inline-link-preview": "^2.18.1",
"@rollup/browser": "^4.52.4",
"@rollup/plugin-node-resolve": "^16.0.1",
"@shikijs/vitepress-twoslash": "^3.13.0",
"@tailwindcss/postcss": "^4.1.11",
"@trpc/client": "^11.5.1",
"@trpc/server": "^11.5.1",
"@types/bun": "^1.2.19",
"@types/express": "^5.0.3",
"@types/mark.js": "^8.11.12",
"@types/markdown-it": "^14.1.2",
"@types/node": "^24.1.0",
"@types/react": "^19.1.9",
"esbuild": "^0.25.10",
"express": "^5.1.0",
"fastify": "^5.4.0",
"hono": "^4.8.12",
"markdown-it": "^14.1.0",
"oxc-minify": "^0.94.0",
"postcss": "^8.5.6",
"postcss-nesting": "^13.0.2",
"postcss-preset-env": "^10.2.4",
"react": "^19.1.1",
"typescript": "^5.9.2",
"view-transitions-api-types": "^0.1.1",
"vite": "npm:rolldown-vite@latest",
"vite-bundle-analyzer": "^1.1.0",
"vite-plugin-comlink": "^5.3.0",
"vite-plugin-node-polyfills": "^0.24.0",
"vitepress": "^2.0.0-alpha.12",
"vitepress-plugin-comment-with-giscus": "^1.1.15",
"vitepress-plugin-lightbox": "^1.0.3",
"vitepress-plugin-llms": "^1.8.0",
"vue": "^3.5.22"
},
"overrides": {
"oxc-minify": "^0.94.0",
"vite": "npm:rolldown-vite@latest",
"vitepress": "^2.0.0-alpha.9",
"vue": "^3.5.22"
},
"scripts": {
"dev": "vitepress dev docs",
"build": "NODE_OPTIONS='--max-old-space-size=8192' vitepress build docs",
"serve": "vitepress serve docs"
}
}