forked from elysiajs/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.28 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
{
"name": "elysia-docs",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "index.js",
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@iconify/json": "^2.2.285",
"@shikijs/vitepress-twoslash": "^1.24.2",
"@tailwindcss/postcss7-compat": "^2.2.17",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.22",
"dayjs": "^1.11.13",
"elysia": "^1.2.10",
"postcss": "^8.4.49",
"postcss-nesting": "^13.0.1",
"postcss-preset-env": "^10.1.2",
"shiki": "^1.24.2",
"tailwindcss": "^3.4.17",
"vite": "^6.0.3"
},
"devDependencies": {
"@elysiajs/eden": "1.2.0",
"@elysiajs/html": "1.2.0",
"@elysiajs/opentelemetry": "1.2.0",
"@elysiajs/swagger": "1.2.0",
"@rollup/plugin-node-resolve": "^16.0.0",
"@types/bun": "^1.1.14",
"@types/node": "^22.10.2",
"@types/react": "^19.0.1",
"cheerio": "1.0.0",
"markdown-it": "^14.1.0",
"react": "^19.0.0",
"typescript": "^5.7.2",
"view-transitions-api-types": "^0.1.1",
"vite-plugin-node-polyfills": "^0.22.0",
"vitepress": "^1.5.0",
"vue": "^3.5.13"
},
"scripts": {
"dev": "vitepress dev docs",
"build": "NODE_OPTIONS='--max-old-space-size=8192' vitepress build docs",
"serve": "vitepress serve docs"
}
}