-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.24 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
{
"name": "project-avatar",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.1.1",
"@nextui-org/react": "^2.2.10",
"@rainbow-me/rainbowkit": "^1.0.8",
"@svgr/webpack": "^8.1.0",
"@wagmi/core": "^1.3.9",
"animate.css": "^4.1.1",
"antd": "^5.12.6",
"autoprefixer": "10.4.14",
"bignumber": "^1.1.0",
"bignumber.js": "^9.1.2",
"copy-to-clipboard": "^3.3.3",
"daisyui": "^4.4.17",
"dayjs": "^1.11.10",
"echarts": "^5.5.0",
"eslint": "8.46.0",
"eslint-config-next": "13.4.12",
"ethers": "5.7",
"framer-motion": "^11.0.20",
"merkletreejs": "^0.4.0",
"nanoid": "^4.0.2",
"next": "13",
"notiflix": "^3.2.6",
"postcss": "8.4.27",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-infinite-scroll-component": "^6.1.0",
"sass": "^1.72.0",
"styled-components": "^6.1.8",
"styled-system": "^5.1.5",
"tailwindcss": "^3.3.5",
"viem": "^1.5.3",
"wagmi": "^1.3.9",
"web3": "^4.7.0"
},
"devDependencies": {
"babel-plugin-styled-components": "^2.1.4"
}
}