-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.29 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
51
52
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@ai-sdk/deepseek": "^2.0.36",
"@ai-sdk/google": "^3.0.80",
"@ai-sdk/groq": "^3.0.39",
"@ai-sdk/openai": "^3.0.68",
"@react-pdf/renderer": "^4.5.1",
"@tanstack/react-query": "^5.101.2",
"@tanstack/react-query-devtools": "^5.101.2",
"ai": "^6.0.197",
"axios": "^1.16.1",
"bcrypt": "^6.0.0",
"docx": "^9.7.1",
"drizzle-orm": "^0.45.2",
"file-saver": "^2.0.5",
"framer-motion": "^12.42.2",
"jose": "^6.2.3",
"jsonwebtoken": "^9.0.3",
"lucide-react": "^1.24.0",
"next": "^16.2.6",
"next-themes": "^0.4.6",
"pg": "^8.21.0",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"typst": "^0.10.0-8"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/bcrypt": "^6.0.0",
"@types/file-saver": "^2.0.7",
"@types/node": "^20",
"@types/pg": "^8.20.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"babel-plugin-react-compiler": "1.0.0",
"drizzle-kit": "^0.31.10",
"eslint": "^9",
"eslint-config-next": "16.2.6",
"tailwindcss": "^4",
"tsx": "^4.22.3",
"typescript": "^5"
}
}