-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
101 lines (101 loc) · 2.93 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
97
98
99
100
101
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next build && next export"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"dependencies": {
"@coral-xyz/anchor": "^0.27.0",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@metaplex-foundation/js": "^0.18.3",
"@moralisweb3/evm-utils": "^2.13.0",
"@mui/icons-material": "^5.11.11",
"@mui/lab": "^5.0.0-alpha.124",
"@mui/material": "^5.11.13",
"@mui/x-date-pickers": "^6.4.0",
"@project-serum/anchor": "^0.24.2",
"@project-serum/borsh": "^0.2.5",
"@solana/spl-token": "^0.3.7",
"@solana/wallet-adapter-base": "^0.9.5",
"@solana/wallet-adapter-react": "^0.15.4",
"@solana/wallet-adapter-react-ui": "^0.9.6",
"@solana/wallet-adapter-wallets": "^0.15.5",
"@solana/web3.js": "^1.37.1",
"@supabase/auth-helpers-nextjs": "^0.6.1",
"@supabase/auth-helpers-react": "^0.3.1",
"@supabase/auth-ui-react": "^0.3.6",
"@supabase/supabase-js": "^2.26.0",
"@types/styled-components": "^5.1.26",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/walletconnect-connector": "^6.2.13",
"alchemy-sdk": "^2.4.2",
"axios": "^1.3.3",
"bitcore-lib": "^10.0.5",
"bn.js": "^5.2.1",
"bs58": "^5.0.0",
"cloudinary": "^1.34.0",
"const": "^1.0.0",
"crypto": "^1.0.1",
"crypto-browserify": "^3.12.0",
"dayjs": "^1.11.7",
"discord.js": "^14.11.0",
"eth-sig-util": "^3.0.1",
"ethereumjs-util": "^7.1.5",
"ethers": "^5.6.9",
"firebase": "^9.17.1",
"framer-motion": "^10.10.0",
"got": "^12.6.0",
"jsontokens": "^4.0.1",
"jsonwebtoken": "^9.0.1",
"micro-cors": "^0.1.1",
"mongoose": "^8.0.0",
"next": "latest",
"next-auth": "^3.27.3",
"next-themes": "^0.2.1",
"nextjs-cors": "^2.1.2",
"oauth-1.0a": "^2.2.6",
"passport": "^0.6.0",
"passport-discord": "^0.1.4",
"prop-types": "^15.8.1",
"querystring": "^0.2.1",
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.43.9",
"react-icons": "^4.8.0",
"react-spinners": "^0.13.8",
"react-toastify": "^9.1.1",
"react-tsparticles": "^2.9.3",
"react-twitter-embed": "^4.0.4",
"sats-connect": "^0.5.0",
"sharp": "^0.32.0",
"styled-components": "^5.3.9",
"swiper": "^8.4.6",
"timers": "^0.1.1",
"tsparticles": "^2.9.3",
"tweetnacl": "^1.0.3",
"twitter-api-v2": "^1.14.3",
"twitter-lite": "^1.1.0",
"uuid": "^9.0.0",
"web3": "^1.8.2"
},
"devDependencies": {
"@types/bs58": "^4.0.1",
"@types/node": "18.15.11",
"@types/react": "18.0.35",
"@types/react-dom": "^18.0.10",
"@types/uuid": "^9.0.1",
"autoprefixer": "^10.4.12",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.4",
"typescript": "5.0.4"
}
}