-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
96 lines (96 loc) · 2.94 KB
/
package.json
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
{
"name": "hypermagic",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"fast": "next dev --turbo"
},
"dependencies": {
"@chakra-ui/next-js": "^2.2.0",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@lottiefiles/dotlottie-react": "^0.9.2",
"@metaplex-foundation/js": "^0.20.1",
"@metaplex-foundation/mpl-token-metadata": "^3.3.0",
"@prisma/client": "^5.22.0",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-hover-card": "^1.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toggle": "^1.1.1",
"@radix-ui/react-toggle-group": "^1.1.1",
"@react-three/drei": "^9.117.3",
"@react-three/fiber": "^8.17.10",
"@solana/actions": "^1.6.5",
"@solana/spl-token": "^0.4.8",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/wallet-adapter-react-ui": "^0.9.35",
"@solana/wallet-adapter-wallets": "^0.19.32",
"@solana/web3.js": "^1.95.3",
"@tanstack/react-virtual": "^3.11.1",
"@types/next-auth": "^3.15.0",
"@web3auth/base": "^9.0.2",
"@web3auth/no-modal": "^9.0.2",
"@web3auth/single-factor-auth": "^9.0.0",
"@web3auth/solana-provider": "^9.0.2",
"axios": "^1.7.7",
"bs58": "^6.0.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"crypto-js": "^4.2.0",
"date-fns": "^4.1.0",
"flowbite-react": "^0.10.2",
"framer-motion": "^11.12.0",
"libsodium-wrappers-sumo": "^0.7.15",
"lodash": "^4.17.21",
"lucide-react": "^0.445.0",
"next": "14.2.13",
"next-auth": "^5.0.0-beta.20",
"next-themes": "^0.3.0",
"nextjs-toploader": "^3.6.15",
"prisma": "^5.22.0",
"qss": "^3.0.0",
"react": "^18.3.1",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.3.0",
"react-qrcode-logo": "^3.0.0",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.0",
"sonner": "^1.5.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"three": "^0.171.0",
"three-globe": "^2.35.2",
"tweetnacl": "^1.0.3",
"ws": "^8.18.0"
},
"devDependencies": {
"@types/bs58": "^4.0.4",
"@types/crypto-js": "^4.2.2",
"@types/libsodium-wrappers-sumo": "^0.7.8",
"@types/node": "^20.16.5",
"@types/react": "^18.3.8",
"@types/react-dom": "^18",
"css-loader": "^7.1.2",
"eslint": "^8",
"eslint-config-next": "14.2.13",
"mini-css-extract-plugin": "^2.9.1",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}