-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.39 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
{
"name": "networthgame",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@dynamic-labs/ethereum": "^2.0.7",
"@dynamic-labs/sdk-react-core": "^2.0.7",
"@dynamic-labs/wagmi-connector": "^2.0.7",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@moralisweb3/next": "^2.26.2",
"@mui/material": "^5.15.18",
"@prisma/client": "^5.14.0",
"@supabase/supabase-js": "^2.43.4",
"@tanstack/react-query": "^5.37.1",
"@types/jsonwebtoken": "^9.0.6",
"cloudinary": "^2.2.0",
"ethers": "^6.12.1",
"ioredis": "^5.4.1",
"jsonwebtoken": "^9.0.2",
"moralis": "^2.26.2",
"next": "^14.2.3",
"next-auth": "^4.24.7",
"next-cloudinary": "^6.6.2",
"nextjs-cors": "^2.2.0",
"node-cron": "^3.0.3",
"pino-pretty": "^11.0.0",
"prisma": "^5.14.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-spring": "^9.7.3",
"unique-username-generator": "^1.3.0",
"viem": "2.x",
"wagmi": "^2.9.6"
},
"devDependencies": {
"@types/node": "^20",
"@types/node-cron": "^3.0.11",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}