-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.4 KB
/
Copy pathpackage.json
File metadata and controls
78 lines (78 loc) · 2.4 KB
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
68
69
70
71
72
73
74
75
76
77
78
{
"name": "metamanager",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS='--max-old-space-size=4096' next dev",
"build": "NODE_OPTIONS='--max-old-space-size=4096' prisma generate && NODE_OPTIONS='--max-old-space-size=4096' next build",
"start": "NODE_OPTIONS='--max-old-space-size=4096' next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@excalidraw/excalidraw": "^0.17.6",
"@google/generative-ai": "^0.22.0",
"@heroicons/react": "^2.2.0",
"@metamask/providers": "^20.0.0",
"@mui/icons-material": "^6.1.1",
"@mui/material": "^6.1.1",
"@openzeppelin/contracts": "^5.2.0",
"@prisma/client": "^6.2.1",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-checkbox": "^1.1.3",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-popover": "^1.1.4",
"@radix-ui/react-scroll-area": "^1.2.2",
"@radix-ui/react-select": "^2.1.4",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-toast": "^1.2.4",
"@types/socket.io": "^3.0.1",
"@types/socket.io-client": "^1.4.36",
"axios": "^1.7.9",
"bcryptjs": "^2.4.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"ethers": "^6.13.5",
"framer-motion": "^11.9.0",
"ipfs-http-client": "^60.0.1",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.462.0",
"mini-svg-data-uri": "^1.4.4",
"motion": "^12.4.3",
"next": "14.2.13",
"next-auth": "^4.24.10",
"next-themes": "^0.4.3",
"react": "^18",
"react-day-picker": "^9.5.0",
"react-dom": "^18",
"react-hot-toast": "^2.5.1",
"react-icons": "^5.5.0",
"recharts": "^2.15.0",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"sonner": "^1.7.1",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"webrtc-adapter": "^9.0.1"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/date-fns": "^2.5.3",
"@types/jsonwebtoken": "^9.0.7",
"@types/next-auth": "^3.15.0",
"@types/node": "^20.17.10",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.13",
"postcss": "^8",
"prisma": "^6.2.1",
"shadcn-ui": "^0.9.4",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
}
}