-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
116 lines (116 loc) · 3.7 KB
/
package.json
File metadata and controls
116 lines (116 loc) · 3.7 KB
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"name": "gtx",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aarc-xyz/fundkit-web-sdk": "^0.0.1",
"@biconomy/account": "^4.5.7",
"@davzon/react-country-state-city": "^1.0.10",
"@faker-js/faker": "^9.2.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@headlessui/react": "^2.2.0",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-icons": "^1.3.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-scroll-area": "^1.2.1",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toast": "^1.2.2",
"@rainbow-me/rainbowkit": "^2.2.0",
"@swing.xyz/sdk": "^0.61.4",
"@swing.xyz/ui": "^0.61.4",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@tanstack/react-query": "^5.59.20",
"@vercel/analytics": "^1.4.0",
"@vercel/speed-insights": "^1.1.0",
"@wagmi/connectors": "^5.3.9",
"@walletconnect/core": "^2.17.2",
"@walletconnect/ethereum-provider": "^2.17.2",
"@walletconnect/sign-client": "^2.17.2",
"@walletconnect/universal-provider": "^2.17.2",
"@web3-react/core": "8.2.3",
"@web3-react/metamask": "^8.2.4",
"@web3auth/base": "^9.7.0",
"@web3auth/ethereum-provider": "^9.7.0",
"@web3auth/modal": "^10.15.0",
"axios": "^1.7.7",
"chart.js": "^4.4.6",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"country-list": "^2.3.0",
"date-fns": "^4.1.0",
"dotenv": "^16.4.5",
"encoding": "^0.1.13",
"ethers": "^5.7.2",
"framer-motion": "^11.11.13",
"github-markdown-css": "^5.7.0",
"gridstack": "^11.0.1",
"libphonenumber-js": "^1.11.17",
"lodash": "^4.17.21",
"lucide-react": "^0.454.0",
"marked": "^14.1.4",
"mongodb": "^6.10.0",
"mongoose": "^8.8.1",
"next": "^15.0.3",
"next-images": "^1.8.5",
"pino-pretty": "^11.3.0",
"posthog-js": "^1.369.0",
"react": "^18.3.1",
"react-apexcharts": "^1.5.0",
"react-chartjs-2": "^5.2.0",
"react-country-flags-select": "^1.1.2",
"react-country-region-selector": "^3.6.1",
"react-country-state-city": "^1.1.6",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-markdown": "^9.0.1",
"react-password-strength-bar": "^0.4.1",
"react-phone-number-input": "^3.4.9",
"react-slick": "^0.30.2",
"react-toastify": "^11.0.5",
"react-tradingview-embed": "^3.0.6",
"recharts": "^2.13.3",
"sharp": "^0.33.5",
"slick-carousel": "^1.8.1",
"styled-components": "^6.1.13",
"tailwind-merge": "^2.5.4",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss-animate": "^1.0.7",
"use-debounce": "^10.0.4",
"vaul": "^1.1.1",
"viem": "^2.21.45",
"wagmi": "^2.12.31",
"ws": "^8.18.0"
},
"devDependencies": {
"@prisma/client": "^6.6.0",
"@types/country-list": "^2.1.4",
"@types/lodash": "^4.17.13",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-slick": "^0.23.13",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.14",
"eslint": "^9.14.0",
"eslint-config-examples": "file:packages\\config-eslint",
"postcss": "^8.4.49",
"prisma": "^6.6.0",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"typescript-config": "file:packages\\config-typescript"
}
}