-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.76 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.76 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
{
"name": "agentwizard",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"@iqai/adk": "^0.3.6",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-radio-group": "^1.3.8",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.8",
"@tabler/icons-react": "^3.35.0",
"@types/jsonwebtoken": "^9.0.10",
"bufferutil": "^4.0.9",
"bullmq": "^5.61.0",
"chart.js": "^4.5.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^17.2.3",
"ethers": "^6.15.0",
"ioredis": "^5.8.1",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.544.0",
"mongoose": "^8.18.3",
"motion": "^12.23.22",
"next": "15.5.9",
"node-cron": "^4.2.1",
"node-telegram-bot-api": "^0.66.0",
"nodemailer": "^7.0.6",
"react": "19.1.0",
"react-chartjs-2": "^5.3.0",
"react-dom": "19.1.0",
"react-icons": "^5.5.0",
"react-toastify": "^11.0.5",
"recharts": "^2.15.4",
"tailwind-merge": "^3.3.1",
"utf-8-validate": "^6.0.5",
"ws": "^8.18.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/dotenv": "^6.1.1",
"@types/mongoose": "^5.11.96",
"@types/node": "^20.19.19",
"@types/nodemailer": "^7.0.2",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-toastify": "^4.1.0",
"@types/ws": "^8.18.1",
"tailwindcss": "^4",
"tw-animate-css": "^1.4.0",
"typescript": "^5"
}
}