-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.68 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.68 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"generate-wallet": "node generate-wallet.mjs"
},
"dependencies": {
"@circle-fin/developer-controlled-wallets": "^4.6.0",
"@circle-fin/smart-contract-platform": "^4.3.0",
"@circle-fin/user-controlled-wallets": "^4.5.0",
"@ethersproject/abi": "^5.7.0",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.2",
"@radix-ui/react-tooltip": "^1.1.3",
"@supabase/ssr": "latest",
"@supabase/supabase-js": "latest",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"geist": "^1.2.1",
"lucide-react": "^0.436.0",
"mammoth": "^1.8.0",
"next": "latest",
"next-themes": "^0.3.0",
"openai": "^6.22.0",
"pdf-parse": "^1.1.1",
"pdfjs-dist": "^4.7.76",
"prettier": "^3.3.3",
"react": "18.2.0",
"react-confetti": "^6.1.0",
"react-dom": "18.2.0",
"sonner": "^1.5.0",
"uuid": "^10.0.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.0",
"@types/node": "20.10.6",
"@types/pdf-parse": "^1.1.4",
"@types/react": "18.2.46",
"@types/react-dom": "18.2.18",
"@types/uuid": "^10.0.0",
"dotenv": "^16.4.7",
"supabase": "^2.2.1",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^4.0.0",
"typescript": "5.3.3"
}
}