-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.13 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
{
"name": "next-starter-template",
"version": "0.1.1",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-slot": "^1.0.2",
"@types/node": "18.18.10",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"@web3modal/ui": "^3.3.2",
"@web3modal/wagmi": "^3.3.2",
"eslint": "8.54.0",
"eslint-config-next": "13.5.6",
"lucide-react": "^0.292.0",
"next": "13.5.6",
"react": "18.2.0",
"react-card-flip": "^1.2.2",
"react-dom": "18.2.0",
"react-inlinesvg": "^4.1.0",
"siema": "^1.5.1",
"swiper": "^11.0.4",
"swr": "^2.2.4",
"typescript": "5.2.2",
"use-double-tap": "^1.3.6",
"usehooks-ts": "^2.9.1",
"viem": "^1.13.1",
"wagmi": "^1.4.7",
"znv": "^0.4.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/siema": "^1.4.11",
"autoprefixer": "^10.4.16",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"postcss": "^8.4.31",
"tailwind-merge": "^2.0.0",
"tailwindcss": "^3.3.5",
"tailwindcss-animate": "^1.0.7"
}
}