forked from zdenham/ethscriber
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 946 Bytes
/
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
{
"name": "next-rainbowkit",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@rainbow-me/rainbowkit": "^1.0.0",
"@types/mixpanel-browser": "^2.47.1",
"@vercel/analytics": "^1.0.1",
"cross-fetch": "^3.1.6",
"crypto-js": "^4.1.1",
"encoding": "^0.1.13",
"lokijs": "^1.5.12",
"mixpanel-browser": "^2.47.0",
"next": "^13.4.0",
"node-fetch": "^3.3.2",
"pino-pretty": "^10.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-github-btn": "^1.4.0",
"react-textarea-autosize": "^8.5.2",
"viem": "~0.3.36",
"wagmi": "^1.0.6"
},
"devDependencies": {
"@types/node": "^17.0.31",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.3",
"eslint": "^8.15.0",
"eslint-config-next": "^12.1.6",
"typescript": "^5.0.4"
}
}