-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.49 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@biconomy/hyphen": "^1.0.1",
"@headlessui/react": "^1.5.0",
"@heroicons/react": "^1.0.6",
"@solana/buffer-layout": "^4.0.0",
"@solana/pay": "^0.1.3",
"@solana/wallet-adapter-base": "^0.9.4",
"@solana/wallet-adapter-react": "^0.15.3",
"@solana/wallet-adapter-react-ui": "^0.9.5",
"@solana/wallet-adapter-wallets": "^0.15.5",
"@solana/web3.js": "^1.36.0",
"@supabase/supabase-js": "^1.30.4",
"@tailwindcss/forms": "^0.5.0",
"@types/formidable": "^2.0.4",
"@types/jsonwebtoken": "^8.5.8",
"@types/nprogress": "^0.2.0",
"@walletconnect/web3-provider": "^1.7.5",
"authereum": "^0.1.14",
"bignumber.js": "^9.0.2",
"ethereum-blockies-png": "^0.1.3",
"ethereum-qr-code": "^0.3.0",
"ethers": "^5.5.4",
"formidable": "^2.0.1",
"jsonwebtoken": "^8.5.1",
"next": "latest",
"nprogress": "^0.2.0",
"qr-code-styling": "^1.6.0-rc.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-ga": "^3.3.0",
"react-hot-toast": "^2.2.0",
"react-toastify": "^8.2.0",
"wagmi": "^0.2.10",
"web3modal": "^1.9.5"
},
"devDependencies": {
"@types/node": "17.0.4",
"@types/react": "^17.0.40",
"autoprefixer": "^10.4.0",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.1",
"tailwindcss": "^3.0.7",
"typescript": "4.5.4"
}
}