forked from elysiajs/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.13 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
{
"name": "elysia-docs",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "index.js",
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@iconify/json": "^2.2.145",
"@saltyaom/gq": "^1.1.9",
"@saltyaom/gql-local-cache": "^1.3.0",
"@tailwindcss/nesting": "0.0.0-insiders.565cd3e",
"@tailwindcss/postcss7-compat": "^2.2.17",
"autoprefixer": "^10.4.16",
"daisyui": "^4.4.2",
"dayjs": "^1.11.10",
"elysia": "^0.7.29",
"openai": "^4.19.1",
"postcss": "^8.4.31",
"postcss-nesting": "^12.0.1",
"postcss-preset-env": "^9.3.0",
"prismjs": "^1.29.0",
"tailwindcss": "^3.3.5",
"vite": "^5.0.2",
"vite-plugin-icons": "^0.6.5",
"vue-prism-component": "^2.0.0",
"windicss": "^3.5.6"
},
"devDependencies": {
"@types/node": "^20.9.4",
"bun-types": "^1.0.13",
"cheerio": "1.0.0-rc.12",
"flexsearch": "^0.7.31",
"markdown-it": "^13.0.2",
"vitepress": "1.0.0-rc.29",
"vue": "^3.3.8"
},
"scripts": {
"dev": "vitepress dev docs",
"build": "vitepress build docs",
"serve": "vitepress serve docs"
}
}