-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.82 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
{
"name": "ethonline23",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@ethersproject/experimental": "^5.7.0",
"@monerium/sdk": "^2.6.1",
"@mui/material": "^5.14.13",
"@radix-ui/colors": "^3.0.0",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.5",
"@safe-global/api-kit": "^1.3.1",
"@safe-global/auth-kit": "^1.2.1",
"@safe-global/onramp-kit": "^1.4.0",
"@safe-global/protocol-kit": "^1.3.0",
"@safe-global/relay-kit": "^1.3.0",
"@safe-global/safe-core-sdk-types": "^2.3.0",
"@safe-global/safe-react-components": "^2.0.6",
"@stripe/crypto": "^0.0.4",
"@stripe/stripe-js": "^2.1.8",
"@tableland/sdk": "^4.5.3-dev.0",
"@types/cors": "^2.8.14",
"@types/express": "^4.17.19",
"@use-it/event-listener": "^0.1.7",
"@web3auth/base": "4.3.0",
"@web3auth/metamask-adapter": "^7.0.4",
"@web3auth/modal": "4.3.1",
"@web3auth/openlogin-adapter": "4.3.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"next": "13.5.4",
"react": "^18",
"react-dom": "^18",
"react-player": "^2.13.0",
"react-router-dom": "^6.16.0",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.22.4"
},
"devDependencies": {
"@chainlink/contracts": "^0.8.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10",
"eslint": "^8",
"eslint-config-next": "13.5.4",
"ethers": "^5.7.0",
"postcss": "^8",
"tailwindcss": "^3",
"typescript": "^5"
}
}