-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.1 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
{
"name": "bunpkg",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "bun run --watch src/index.ts",
"docs:dev": "vocs dev",
"docs:build": "vocs build"
},
"dependencies": {
"@elysiajs/cors": "^1.0.2",
"@elysiajs/html": "^1.0.2",
"@elysiajs/jwt": "^1.0.2",
"@elysiajs/static": "^1.0.2",
"bun-compression": "^0.0.4",
"consola": "^3.2.3",
"defu": "^6.1.4",
"elysia": "^1.0.10",
"get-port-please": "^3.1.2",
"gunzip-maybe": "^1.4.2",
"lru-cache": "^10.2.0",
"mime": "^3.0.0",
"nanotar": "^0.1.1",
"validate-npm-package-name": "^5.0.0"
},
"devDependencies": {
"@types/gunzip-maybe": "^1.4.2",
"@types/mime": "^3.0.4",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@types/semver": "^7.5.8",
"@types/tar-stream": "^3.1.3",
"@types/validate-npm-package-name": "^4.0.2",
"ahooks": "^3.7.11",
"bun-types": "^1.1.0",
"changelogen": "^0.5.5",
"ofetch": "^1.3.4",
"react-hot-toast": "^2.4.1",
"react-tooltip": "^5.26.3",
"semver": "^7.6.0",
"vocs": "^1.0.0-alpha.45"
}
}