-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 2 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
{
"name": "g-stream",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.7.17",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@headlessui/react": "^1.7.15",
"@heroicons/react": "^2.0.18",
"@mui/material": "^5.14.1",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.4",
"@superfluid-finance/sdk-core": "^0.6.7",
"@tanstack/react-table": "^8.9.3",
"@taquito/signer": "^17.1.0",
"@taquito/taquito": "^17.1.0",
"@tezos-core-tools/crypto-utils": "^0.0.7",
"@toruslabs/react-native-web-browser": "^1.1.0",
"@toruslabs/torus-embed": "^2.2.5",
"@types/node": "20.4.2",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"@walletconnect/sign-client": "^2.9.1",
"@web3auth/core": "^4.6.0",
"@web3auth/ethereum-provider": "^6.1.5",
"@web3auth/modal": "^6.1.5",
"@web3auth/openlogin-adapter": "^6.1.7",
"@web3auth/react-native-sdk": "^4.0.0",
"@web3auth/torus-wallet-connector-plugin": "^6.1.4",
"@web3auth/wallet-connect-v2-adapter": "^6.1.7",
"autoprefixer": "10.4.14",
"axios": "^1.4.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"dotenv": "^16.3.1",
"eslint": "8.45.0",
"eslint-config-next": "13.4.11",
"ethers": "^5.7.2",
"firebase": "^10.1.0",
"graphql": "^16.7.1",
"lucide-react": "^0.263.0",
"next": "13.4.11",
"nodekit": "^0.9.2",
"postcss": "8.4.26",
"react": "18.2.0",
"react-bootstrap": "^2.8.0",
"react-dom": "18.2.0",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.3",
"tailwindcss-animate": "^1.0.6",
"typescript": "5.1.6",
"web3": "1.8.2",
"web3.storage": "^4.5.5"
}
}