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
50 lines (50 loc) · 1.31 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.31 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
{
"name": "elysia-docs",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "index.js",
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@iconify/json": "^2.2.222",
"@saltyaom/gq": "^1.1.9",
"@saltyaom/gql-local-cache": "^1.3.0",
"@shikijs/vitepress-twoslash": "^1.9.0",
"@tailwindcss/nesting": "0.0.0-insiders.565cd3e",
"@tailwindcss/postcss7-compat": "^2.2.17",
"@types/react": "^18.3.3",
"autoprefixer": "^10.4.19",
"daisyui": "^4.12.7",
"dayjs": "^1.11.11",
"elysia": "1.1.0",
"postcss": "^8.4.38",
"postcss-nesting": "^12.1.5",
"postcss-preset-env": "^9.5.14",
"shiki": "^1.9.0",
"tailwindcss": "^3.4.4",
"vite": "^5.3.1",
"vite-plugin-icons": "^0.6.5",
"windicss": "^3.5.6"
},
"devDependencies": {
"@elysiajs/eden": "1.1.0",
"@elysiajs/html": "1.1.0",
"@elysiajs/opentelemetry": "1.1.0",
"@elysiajs/swagger": "1.1.0",
"@types/bun": "^1.1.6",
"@types/node": "^20.14.8",
"cheerio": "1.0.0-rc.12",
"markdown-it": "^14.1.0",
"react": "^18.3.1",
"view-transitions-api-types": "^0.1.1",
"vitepress": "^1.2.3",
"vue": "^3.4.30"
},
"scripts": {
"dev": "vitepress dev docs",
"build": "vitepress build docs",
"serve": "vitepress serve docs"
}
}