-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.15 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
{
"name": "app-tulia-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@lifi/sdk": "^3.0.1",
"@lifi/wallet-management": "^3.0.0-beta.3",
"@lifi/widget": "^3.1.0",
"@next/third-parties": "^14.2.5",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-slot": "^1.0.2",
"@reduxjs/toolkit": "^2.2.2",
"@tabler/icons-react": "^3.6.0",
"@tanstack/react-query": "^5.49.2",
"@tanstack/react-table": "^8.13.2",
"@web3modal/siwe": "5.0.7",
"@web3modal/wagmi": "^5.0.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5",
"ethers": "^5.5.4",
"firebase": "^10.12.2",
"firebase-admin": "^12.1.1",
"framer-motion": "^11.2.12",
"lucide-react": "^0.344.0",
"next": "14.2.3",
"next-auth": "4.24.7",
"next-sitemap": "^4.2.3",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-code-blocks": "^0.1.6",
"react-day-picker": "^8.10.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.3",
"react-icons": "^5.2.1",
"react-redux": "^9.1.0",
"sonner": "^1.4.3",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"usehooks-ts": "^3.1.0",
"uuid": "^10.0.0",
"vaul": "^0.9.0",
"viem": "^2.13.7",
"wagmi": "^2.11.2",
"zod": "^3.22.4"
},
"devDependencies": {
"@lifi/types": "^13.12.4",
"@types/node": "^20",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@wagmi/cli": "^2.1.4",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.1",
"postcss": "^8",
"prettier": "3.2.5",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}