This repository was archived by the owner on Sep 8, 2025. It is now read-only.
-
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.41 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.41 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": "testgen",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier -w ."
},
"dependencies": {
"@ai-sdk/anthropic": "^1.1.8",
"@ai-sdk/azure": "^1.1.12",
"@ai-sdk/google": "^1.1.14",
"@ai-sdk/groq": "^1.1.9",
"@ai-sdk/openai": "^1.1.12",
"@hookform/resolvers": "^4.1.0",
"@nextui-org/react": "^2.6.11",
"ai": "^4.1.41",
"dedent": "^1.5.3",
"dompurify": "^3.2.4",
"katex": "^0.16.21",
"marked": "^15.0.7",
"next": "^15.1.7",
"next-themes": "^0.4.4",
"react": "^19",
"react-dom": "^19",
"react-hook-form": "^7.54.2",
"zod": "^3.24.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16",
"@types/dompurify": "^3.2.0",
"@types/katex": "^0.16.7",
"@types/node": "^22",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.1.7",
"eslint-config-prettier": "^10.0.1",
"lucide-react": "^0.475.0",
"postcss": "^8",
"prettier": "^3.5.1",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^3.4.17",
"typescript": "^5",
"vercel": "^41.1.4"
}
}