-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
87 lines (87 loc) · 2.58 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
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
{
"name": "docs",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "astro dev --host",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@ai-sdk/openai": "1.0.6",
"@arcjet/body": "1.0.0-alpha.34",
"@arcjet/bun": "1.0.0-alpha.34",
"@arcjet/decorate": "1.0.0-alpha.34",
"@arcjet/deno": "1.0.0-alpha.34",
"@arcjet/env": "1.0.0-alpha.34",
"@arcjet/eslint-config": "1.0.0-alpha.34",
"@arcjet/headers": "1.0.0-alpha.34",
"@arcjet/nest": "1.0.0-alpha.34",
"@arcjet/next": "1.0.0-alpha.34",
"@arcjet/node": "1.0.0-alpha.34",
"@arcjet/protocol": "1.0.0-alpha.34",
"@arcjet/redact": "1.0.0-alpha.34",
"@arcjet/remix": "^1.0.0-alpha.34",
"@arcjet/sveltekit": "1.0.0-alpha.34",
"@arcjet/tsconfig": "1.0.0-alpha.34",
"@astrojs/check": "0.9.4",
"@astrojs/react": "3.6.3",
"@astrojs/starlight": "0.29.2",
"@astrojs/vercel": "7.8.2",
"@clerk/nextjs": "6.5.2",
"@connectrpc/connect-node": "1.6.1",
"@connectrpc/connect-web": "1.6.1",
"@expressive-code/plugin-collapsible-sections": "0.38.3",
"@expressive-code/plugin-line-numbers": "0.38.3",
"@faker-js/faker": "9.3.0",
"@fontsource-variable/figtree": "5.1.1",
"@fontsource-variable/jost": "5.1.1",
"@fontsource/ibm-plex-mono": "5.1.0",
"@hono/node-server": "1.13.7",
"@langchain/community": "0.3.16",
"@nanostores/react": "0.8.2",
"@nestjs/common": "10.4.13",
"@nestjs/config": "3.3.0",
"@nestjs/core": "10.4.13",
"@nestjs/platform-express": "10.4.13",
"@remix-run/node": "2.15.0",
"@sveltejs/kit": "2.9.0",
"ai": "4.0.10",
"arcjet": "1.0.0-alpha.34",
"astro": "4.16.16",
"astro-embed": "0.9.0",
"astro-robots-txt": "1.0.0",
"class-validator": "0.14.1",
"express": "4.21.1",
"hono": "4.6.12",
"nanostores": "0.11.3",
"next": "14.2.15",
"next-auth": "4.24.10",
"openai-chat-tokens": "0.2.8",
"pagefind": "1.2.0",
"pino": "9.5.0",
"pino-pretty": "13.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"sass": "1.81.1",
"sharp": "0.33.5",
"starlight-links-validator": "0.13.4",
"typescript": "5.7.2",
"zod": "3.23.8",
"zod-validation-error": "3.4.0"
},
"overrides": {
"cookie": "0.7.2",
"rollup": "npm:@rollup/wasm-node"
},
"devDependencies": {
"@types/bun": "1.1.14",
"@types/deno": "2.0.0",
"@types/express": "5.0.0",
"@types/node": "18.19.66",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1"
}
}