-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.33 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": "my-project",
"version": "0.1.0",
"private": true,
"homepage": ".",
"scripts": {
"dev": "wagmi generate && next dev",
"build": "wagmi generate && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.11.5",
"@chakra-ui/icons": "^2.2.4",
"@chakra-ui/next-js": "^2.2.0",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fontsource/inter": "^5.0.18",
"@fontsource/open-sans": "^5.0.28",
"@fontsource/poppins": "^5.0.14",
"@fontsource/quicksand": "^5.0.18",
"@fontsource/zcool-xiaowei": "^5.0.13",
"@types/merge-images": "^1.2.4",
"@wagmi/cli": "^2.1.15",
"apexcharts": "^3.50.0",
"ethers": "^6.13.2",
"framer-motion": "^11.2.9",
"graphql": "^16.9.0",
"html-react-parser": "^5.1.10",
"merge-images": "^2.0.0",
"next": "14.2.3",
"react": "^18",
"react-apexcharts": "^1.4.1",
"react-dom": "^18",
"react-infinite-scroll-component": "^6.1.0",
"react-multi-carousel": "^2.8.5",
"recoil": "^0.7.7",
"viem": "^2.21.2",
"wagmi": "^2.9.10"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5.6.2"
}
}