This repository was archived by the owner on Aug 28, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.35 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.35 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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.8.1",
"@apollo/react-hooks": "^4.0.0",
"@apollo/react-ssr": "^4.0.0",
"@headlessui/react": "^1.7.17",
"@prisma/client": "^5.2.0",
"@rainbow-me/rainbowkit": "^1.0.9",
"@rainbow-me/rainbowkit-siwe-next-auth": "^0.3.0",
"@supabase/supabase-js": "^2.33.1",
"@types/node": "^20.5.7",
"@types/react": "^18.2.21",
"@xmtp/xmtp-js": "^10.2.0",
"apollo-server": "^3.11.1",
"autoprefixer": "^10.4.15",
"ethers": "^6.7.1",
"next": "^13.4.19",
"next-auth": "^4.23.1",
"next-seo": "^6.1.0",
"next-themes": "^0.2.1",
"postcss": "^8.4.28",
"prisma": "^5.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remark": "^14.0.3",
"remark-html": "^15.0.2",
"sass": "^1.66.1",
"siwe": "^2.1.4",
"swr": "^2.2.2",
"typescript": "^5.2.2",
"viem": "^1.8.1",
"wagmi": "^1.3.10"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"eslint": "^8.48.0",
"eslint-config-next": "^13.4.19",
"nightwind": "^1.1.13",
"tailwindcss": "^3.3.3"
}
}