-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 2.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
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
78
{
"name": "the-future",
"version": "0.1.0",
"private": true,
"scripts": {
"postinstall": "prisma generate",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@prisma/client": "5.18.0",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-hover-card": "^1.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@safe-global/api-kit": "^2.4.4",
"@safe-global/protocol-kit": "^4.0.4",
"@safe-global/safe-apps-sdk": "^9.1.0",
"@safe-global/safe-core-sdk-types": "^5.0.3",
"@safe-global/safe-gateway-typescript-sdk": "^3.22.2",
"@socket.tech/plugin": "^1.3.7",
"@svgr/webpack": "^8.1.0",
"@tanstack/react-query": "latest",
"@tanstack/react-query-devtools": "^5.52.0",
"@tanstack/react-store": "^0.5.5",
"@tanstack/react-table": "^8.20.1",
"@trpc/client": "next",
"@trpc/next": "next",
"@trpc/react-query": "next",
"@trpc/server": "next",
"@vercel/kv": "^2.0.0",
"@web3modal/ethers": "^5.0.11",
"bignumber.js": "^9.1.2",
"class-variance-authority": "^0.7.0",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"cookie": "^0.6.0",
"dayjs": "^1.11.13",
"ethers": "^6.13.2",
"js-sha512": "^0.9.0",
"jsonwebtoken": "^9.0.2",
"ky": "^1.7.0",
"lucide-react": "^0.427.0",
"next": "14.1.4",
"prisma": "^5.18.0",
"react": "^18",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.3.0",
"react-spinners": "^0.14.1",
"react-toastify": "^10.0.5",
"sha512": "^0.0.1",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"ts-node": "^10.9.2",
"zustand": "^4.5.5"
},
"devDependencies": {
"@types/cookie": "^0.6.0",
"@types/cookies": "^0.9.0",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^22.5.0",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.4",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5.5.4"
}
}