-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
51 lines (51 loc) · 1.29 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
{
"name": "merge-to-earn",
"version": "0.1.0",
"license": "GPL-3.0-or-later",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.3",
"@octokit/auth-app": "^4.0.7",
"@octokit/core": "^4.1.0",
"@octokit/plugin-rest-endpoint-methods": "^6.7.0",
"@octokit/webhooks": "^10.3.0",
"@prisma/client": "^4.5.0",
"@rainbow-me/rainbowkit": "^1.0.3",
"@types/node": "^15.14.1",
"@types/react": "^18.0.21",
"canvas-confetti": "^1.5.1",
"click-to-react-component": "^1.0.8",
"ethers": "^5.7.1",
"next": "^12.3.1",
"next-auth": "^4.14.0",
"next-seo": "^5.5.0",
"next-themes": "^0.2.1",
"postcss": "^8.4.18",
"prisma": "^4.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.55.0",
"swr": "^1.3.0",
"typescript": "^5.1.3",
"viem": "^1.1.7",
"wagmi": "^1.2.2"
},
"devDependencies": {
"@octokit/webhooks-types": "^6.5.0",
"@tailwindcss/forms": "^0.3.4",
"@tailwindcss/typography": "^0.4.1",
"eslint": "^8.25.0",
"eslint-config-next": "^12.3.1",
"nightwind": "^1.1.12",
"tailwindcss": "^2.2.19"
},
"overrides": {
"autoprefixer": "10.4.5"
}
}