-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.81 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.81 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "comayin",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/prisma-adapter": "^2.8.0",
"@clerk/nextjs": "^6.12.0",
"@copilotkit/react-core": "^1.7.1",
"@copilotkit/react-textarea": "^1.7.1",
"@copilotkit/react-ui": "^1.7.1",
"@copilotkit/runtime": "^1.7.1",
"@heroicons/react": "^2.2.0",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^6.4.1",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-tabs": "^1.1.3",
"@reduxjs/toolkit": "^2.6.0",
"axios": "^1.7.9",
"bcryptjs": "^3.0.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.475.0",
"next": "15.1.7",
"next-auth": "^4.24.11",
"prisma": "^6.4.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hot-toast": "^2.5.2",
"react-redux": "^9.2.0",
"recharts": "^2.15.1",
"redux": "^5.0.1",
"save-dev": "^0.0.1-security",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1",
"swagger-ui-react": "^5.19.0",
"tailwind-merge": "^3.0.1",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/jsonwebtoken": "^9.0.9",
"@types/node": "^20",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"@types/swagger-jsdoc": "^6.0.4",
"@types/swagger-ui-express": "^4.1.7",
"@types/swagger-ui-react": "^5.18.0",
"eslint": "^9",
"eslint-config-next": "15.1.7",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"overrides": {
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3"
}
}