-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
124 lines (124 loc) · 3.93 KB
/
package.json
File metadata and controls
124 lines (124 loc) · 3.93 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "test",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@google/generative-ai": "^0.24.0",
"@radix-ui/react-accordion": "^1.2.3",
"@radix-ui/react-alert-dialog": "^1.1.6",
"@radix-ui/react-aspect-ratio": "^1.1.2",
"@radix-ui/react-avatar": "^1.1.3",
"@radix-ui/react-checkbox": "^1.1.4",
"@radix-ui/react-context-menu": "^2.2.6",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-hover-card": "^1.1.6",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-menubar": "^1.1.6",
"@radix-ui/react-navigation-menu": "^1.2.5",
"@radix-ui/react-popover": "^1.1.6",
"@radix-ui/react-progress": "^1.1.2",
"@radix-ui/react-radio-group": "^1.2.3",
"@radix-ui/react-scroll-area": "^1.2.3",
"@radix-ui/react-select": "^2.1.6",
"@radix-ui/react-separator": "^1.1.2",
"@radix-ui/react-slider": "^1.2.3",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-switch": "^1.1.3",
"@radix-ui/react-tabs": "^1.1.3",
"@radix-ui/react-toast": "^1.2.6",
"@radix-ui/react-toggle-group": "^1.1.2",
"@radix-ui/react-tooltip": "^1.1.8",
"@safe-global/safe-apps-provider": "^0.18.5",
"@safe-global/safe-apps-sdk": "^8.1.0",
"@supabase/supabase-js": "^2.49.1",
"@tanstack/react-query": "^5.67.1",
"@tanstack/react-virtual": "^3.13.2",
"@web3-onboard/coinbase": "^2.4.2",
"@web3-onboard/dcent": "^2.2.10",
"@web3-onboard/frontier": "^2.1.1",
"@web3-onboard/gnosis": "^2.3.2",
"@web3-onboard/infinity-wallet": "^2.1.1",
"@web3-onboard/injected-wallets": "^2.11.3",
"@web3-onboard/magic": "^2.2.1",
"@web3-onboard/okx": "^2.0.0",
"@web3-onboard/react": "^2.11.0",
"@web3-onboard/sequence": "^2.1.1",
"@web3-onboard/taho": "^2.1.1",
"@web3-onboard/trezor": "^2.4.7",
"@web3-onboard/trust": "^2.1.2",
"@web3-onboard/walletconnect": "^2.6.2",
"aos": "^2.3.4",
"axios": "^1.8.3",
"bcrypt": "^5.1.1",
"bcryptjs": "^3.0.2",
"buffer": "^6.0.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.4",
"crypto-browserify": "^3.12.1",
"crypto-js": "^4.2.0",
"date-fns": "^2.30.0",
"dotenv": "^16.4.7",
"eccrypto": "^1.1.6",
"embla-carousel-react": "^8.5.2",
"eth-crypto": "^2.7.0",
"ethers": "^5.7.2",
"framer-motion": "^12.4.7",
"idb": "^8.0.2",
"input-otp": "^1.4.2",
"loading-spinner": "^1.2.1",
"lucide-react": "^0.475.0",
"neo4j-driver": "^5.28.1",
"next": "^15.2.4",
"next-themes": "^0.4.6",
"nodemailer": "^6.10.0",
"particles.js": "^2.0.0",
"pino-pretty": "^13.0.0",
"qrcode.react": "^4.2.0",
"react": "^19.0.0",
"react-circular-progressbar": "^2.2.0",
"react-countup": "^6.1.1",
"react-day-picker": "^9.5.1",
"react-dom": "^19.0.0",
"react-force-graph-2d": "^1.27.0",
"react-hook-form": "^7.54.2",
"react-hot-toast": "^2.5.2",
"react-icons": "^5.4.0",
"react-intersection-observer": "^9.16.0",
"react-markdown": "^10.1.0",
"react-resizable-panels": "^2.1.7",
"react-router-dom": "^7.2.0",
"recharts": "^2.15.1",
"sonner": "^2.0.1",
"swiper": "^11.2.6",
"tailwind-merge": "^3.0.1",
"tailwindcss-animate": "^1.0.7",
"test": "file:",
"vaul": "^1.1.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/aos": "^3.0.7",
"@types/bcryptjs": "^2.4.6",
"@types/crypto-js": "^4.2.2",
"@types/node": "^20",
"@types/nodemailer": "^6.4.17",
"@types/react": "^19.0.12",
"@types/react-dom": "^19",
"@types/react-router-dom": "^5.3.3",
"@types/swiper": "^5.4.3",
"eslint": "^9",
"eslint-config-next": "15.1.6",
"path-browserify": "^1.0.1",
"postcss": "^8",
"stream-browserify": "^3.0.0",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}