-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
48 lines (48 loc) · 1.23 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
{
"name": "landing-page",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@cosmjs/encoding": "^0.32.3",
"@rainbow-me/rainbowkit": "2.0.0",
"@tanstack/react-query": "5.20.2",
"@tryghost/content-api": "^1.11.20",
"axios": "^1.7.2",
"crypto-addr-codec": "^0.1.8",
"dayjs": "^1.11.6",
"framer-motion": "^11.3.0",
"next": "^14.2.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-fast-marquee": "^1.6.5",
"react-hook-form": "^7.52.0",
"react-intersection-observer": "^9.11.0",
"react-qr-code": "^2.0.14",
"react-responsive": "^9.0.0",
"react-toastify": "^10.0.5",
"react-tooltip": "^5.26.4",
"sharp": "^0.33.2",
"swiper": "^11.0.5",
"viem": "~2.7.8",
"wagmi": "~2.5.7"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-slick": "^0.23.13",
"@types/tryghost__content-api": "^1.3.14",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}