-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 902 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 902 Bytes
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
{
"name": "fix_english",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/anthropic": "^2.0.53",
"@ai-sdk/openai": "^2.0.80",
"@heroicons/react": "^2.2.0",
"@next-auth/mongodb-adapter": "^1.1.3",
"@tanstack/react-query": "^5.66.0",
"ai": "^5.0.108",
"langfuse": "^3.38.4",
"mongodb": "^5.9.2",
"mongoose": "^8.10.1",
"next": "^16.1.6",
"next-auth": "^4.24.11",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hot-toast": "^2.5.2",
"zod": "^3.25.76"
},
"devDependencies": {
"@eslint/eslintrc": "^0.1.0",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"daisyui": "^4.12.23",
"eslint": "^10.0.1",
"eslint-config-next": "^0.2.4",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}