-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.94 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.94 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
{
"name": "lumina",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "next dev --turbo",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint"
},
"prisma": {
"seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts"
},
"dependencies": {
"@coinbase/onchainkit": "^0.33.6",
"@coinbase/wallet-sdk": "^4.1.0",
"@prisma/client": "^5.21.1",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.1",
"@rainbow-me/rainbowkit": "^2.2.0",
"@tanstack/react-query": "^5.45.1",
"@truffle/contract": "^4.6.31",
"@walletconnect/ethereum-provider": "^2.17.1",
"autoprefixer": "^10.4.20",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"embla-carousel-react": "^8.3.0",
"lucide-react": "^0.452.0",
"lumina": "file:",
"moment": "^2.30.1",
"next": "^14.2.15",
"next-nprogress-bar": "^2.3.14",
"next-themes": "^0.3.0",
"postcss": "^8.4.47",
"react": "^18.3.1",
"react-confetti": "^6.1.0",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-video-player-extended": "^9.2.1",
"react-video-progress": "^2.0.5",
"recharts": "^2.13.0",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.13",
"tailwindcss-animate": "^1.0.7",
"vaul": "^1.1.0",
"viem": "^2.21.29",
"wagmi": "^2.12.19",
"web3": "^4.13.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^20.16.12",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@wagmi/cli": "latest",
"bufferutil": "^4.0.8",
"encoding": "^0.1.13",
"lokijs": "^1.5.12",
"pino-pretty": "^10.3.1",
"prisma": "^5.21.1",
"supports-color": "^9.4.0",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"utf-8-validate": "^5.0.2"
}
}