-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
90 lines (90 loc) · 2.73 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
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
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "next-web3-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.1.1",
"@next/font": "13.1.6",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-toggle-group": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@tanstack/react-query": "^5.51.24",
"@tanstack/react-query-devtools": "^5.51.24",
"@tanstack/react-table": "^8.10.7",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@wagmi/chains": "^1.8.0",
"@wagmi/core": "^2.13.4",
"@web3modal/wagmi": "^5.1.1",
"axios": "^1.6.2",
"clsx": "^1.2.1",
"ethers": "^5.5.1",
"framer-motion": "^10.16.5",
"http-proxy": "^1.18.1",
"iron-session": "^6.3.1",
"next": "^14.0.3",
"next-seo": "^5.15.0",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-aria": "^3.30.0",
"react-confetti": "^6.1.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.12.0",
"recharts": "^2.12.4",
"siwe": "^1.1.6",
"use-debounce": "^9.0.4",
"uuid": "^9.0.1",
"viem": "^2.19.8",
"wagmi": "^2.12.7",
"web3-utils": "^1.10.3",
"zod": "^3.22.4"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.5.3",
"@storybook/addon-interactions": "^7.5.3",
"@storybook/addon-links": "^7.5.3",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/addon-styling": "^0.3.2",
"@storybook/blocks": "^7.5.3",
"@storybook/nextjs": "^7.5.3",
"@storybook/react": "^7.5.3",
"@storybook/testing-library": "0.0.14-next.2",
"@types/node": "18.14.0",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@wagmi/cli": "^0.1.15",
"autoprefixer": "^10.4.16",
"css-loader": "^6.8.1",
"eslint": "^8.54.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-next": "13.1.6",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-storybook": "^0.6.15",
"eslint-plugin-tailwindcss": "^3.13.0",
"postcss": "^8.4.31",
"postcss-loader": "^7.3.3",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8",
"storybook": "^7.5.3",
"style-loader": "^3.3.3",
"tailwindcss": "^3.3.5",
"typescript": "5.3.2"
}
}