generated from zkSoju/frame
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.32 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
{
"name": "wagmi-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@apollo/client": "^3.7.1",
"@radix-ui/react-switch": "^1.0.1",
"@radix-ui/react-tabs": "^1.0.1",
"@radix-ui/react-toast": "^1.1.2",
"@rainbow-me/rainbowkit": "^1.0.0",
"@types/node": "^17.0.21",
"@types/react": "^17.0.39",
"@wagmi/cli": "^1.0.1",
"big.js": "^6.2.1",
"clsx": "^1.2.1",
"decimal.js-light": "^2.5.1",
"eslint-config-next": "^13.0.1",
"ethers": "^6.3.0",
"framer-motion": "^6.2.8",
"graphql": "^16.6.0",
"immer": "^9.0.12",
"jsbi": "^4.3.0",
"next": "^13.0.1",
"next-seo": "^5.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.3.1",
"sonner": "^0.3.5",
"tailwind-gradient-mask-image": "^1.0.0",
"tailwind-merge": "^1.10.0",
"tailwindcss-radix": "^2.6.1",
"tiny-invariant": "^1.3.1",
"toformat": "^2.0.0",
"typescript": "^4.5.5",
"viem": "^0.3.19",
"wagmi": "^1.0.1",
"zustand": "^3.7.0"
},
"devDependencies": {
"@types/big.js": "^6.1.6",
"autoprefixer": "^10.4.4",
"postcss": "^8.4.12",
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.1.8",
"tailwindcss": "^3.2.7"
}
}