-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.27 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.27 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
{
"name": "OfferIn",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write ."
},
"dependencies": {
"@ai-sdk/deepseek": "^1.0.17",
"@ai-sdk/openai": "^1.3.23",
"@ai-sdk/react": "^2.0.44",
"@ant-design/icons": "^6.0.2",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-separator": "^1.1.7",
"ai": "^5.0.44",
"antd": "^5.27.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"dayjs": "^1.11.18",
"lucide-react": "^0.525.0",
"next": "^15.5.3",
"nuqs": "^2.4.3",
"radix-ui": "^1.4.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-markdown": "^10.1.0",
"tailwind-merge": "^3.3.1",
"typescript": "^5",
"zustand": "^5.0.6",
"@tailwindcss/postcss": "^4.1.13",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.13",
"tw-animate-css": "^1.3.5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"eslint": "^9",
"eslint-config-next": "15.4.3",
"prettier": "^3.6.2",
"webpack": "^5.93.0"
}
}