-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.74 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
{
"name": "turing-bet-next-js",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --log-level warn --write ."
},
"dependencies": {
"@anthropic-ai/sdk": "^0.27.0",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/lab": "^6.0.0-beta.8",
"@mui/material": "^6.0.0",
"@mui/x-data-grid": "^7.15.0",
"@tanstack/react-query": "^5.53.1",
"@upstash/redis": "^1.34.0",
"@walletconnect/web3-provider": "^1.8.0",
"@web3auth/base": "^8.12.4",
"@web3auth/default-evm-adapter": "^8.12.4",
"@web3auth/ethereum-provider": "^8.12.4",
"@web3auth/modal": "^8.12.7",
"@web3auth/modal-react-hooks": "^8.13.0",
"@web3auth/single-factor-auth": "^8.1.1",
"@web3auth/wallet-services-plugin": "^8.12.5",
"@web3auth/wallet-services-plugin-react-hooks": "^8.12.5",
"connectkit": "^1.0.0",
"dotenv": "^16.4.5",
"ethers": "^6.13.2",
"express": "^4.19.2",
"next": "14.2.6",
"prettier": "^3.3.3",
"react": "^18",
"react-dom": "^18",
"react-timer-hook": "^3.0.7",
"twitter-api-v2": "^1.17.2",
"use-timer": "^2.0.1",
"uuid": "^10.0.0",
"viem": "^2.21.0",
"wagmi": "^2.10.2"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^10.0.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"eslint": "^8",
"eslint-config-next": "14.2.6",
"postcss": "^8",
"process": "^0.11.10",
"react-app-rewired": "^1.6.2",
"stream-browserify": "^3.0.0",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}