forked from vsusini/frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
110 lines (110 loc) · 3.25 KB
/
Copy pathpackage.json
File metadata and controls
110 lines (110 loc) · 3.25 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
{
"name": "adrena-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@bonfida/spl-name-service": "^3.0.11",
"@coral-xyz/anchor": "=0.29.0",
"@emotion/react": "=11.14.0",
"@emotion/styled": "=11.14.0",
"@jup-ag/api": "^6.0.42",
"@mui/material": "=6.2.0",
"@reduxjs/toolkit": "=2.5.0",
"@rive-app/react-canvas": "=4.17.3",
"@solana/actions": "^1.6.6",
"@solana/spl-token": "=0.4.13",
"@solana/wallet-adapter-base": "=0.9.23",
"@solana/wallet-adapter-coinbase": "=0.1.19",
"@solana/wallet-adapter-phantom": "=0.9.24",
"@solana/wallet-adapter-react": "0.15.35",
"@solana/wallet-adapter-solflare": "=0.6.28",
"@solana/wallet-adapter-walletconnect": "=0.1.16",
"@solana/wallet-standard-wallet-adapter-base": "=1.1.2",
"@solana/wallet-standard-wallet-adapter-react": "=1.1.2",
"@solana/web3.js": "=1.98.2",
"@supabase/auth-js": "=2.69.1",
"@supabase/supabase-js": "=2.50.0",
"@tippyjs/react": "=4.2.6",
"@types/react-resizable": "^3.0.8",
"@vercel/analytics": "=1.4.1",
"@vercel/kv": "=1.0.1",
"@vercel/og": "=1.0.0",
"@vercel/speed-insights": "=1.1.0",
"@wallet-standard/app": "=1.1.0",
"@walletconnect/types": "=2.17.2",
"base-x": "=4.0.1",
"big.js": "=6.2.2",
"bignumber.js": "=9.1.2",
"date-fns": "=4.1.0",
"framer-motion": "=11.14.4",
"image-size": "=1.2.1",
"lottie-react": "=2.4.0",
"next": "^15.2.4",
"next-seo": "=6.6.0",
"rc-slider": "=11.1.7",
"react": "=18.3.1",
"react-cookie": "=7.2.2",
"react-datepicker": "=7.5.0",
"react-dom": "=18.3.1",
"react-redux": "=9.2.0",
"react-resizable": "^3.0.5",
"react-toastify": "=10.0.7-5",
"react-transition-group": "=4.4.5",
"recharts": "=2.15.1",
"tailwind-merge": "=2.5.5",
"tailwindcss": "=3.4.16",
"tweetnacl": "^1.0.3",
"zod": "^3.24.2"
},
"devDependencies": {
"@supabase/auth-js": "=2.69.1",
"@types/big.js": "=6.2.2",
"@types/bn.js": "=5.1.6",
"@types/node": "=20.11.1",
"@types/react": "=18.3.1",
"@types/react-dom": "=18.3.1",
"@types/react-transition-group": "=4.4.5",
"@typescript-eslint/eslint-plugin": "=8.18.0",
"autoprefixer": "=10.4.20",
"base-x": "=4.0.1",
"eslint": "=8.57.1",
"eslint-config-next": "=15.1.0",
"eslint-config-prettier": "=9.1.0",
"eslint-plugin-simple-import-sort": "=12.1.1",
"husky": "=9.1.7",
"image-size": "=1.2.1",
"postcss": "=8.4.49",
"prettier": "=3.4.2",
"sass": "=1.83.0",
"typescript": "=5.7.2"
},
"resolutions": {
"@walletconnect/types": "=2.17.1",
"@walletconnect/safe-json": "=1.0.2",
"elliptic": "=6.6.1",
"@ethersproject/signing-key": "=5.7.0",
"@ethersproject/transactions": "=5.7.0",
"@ethersproject/hash": "=5.7.0",
"bigint-buffer": "1.1.5"
},
"overrides": {
"elliptic": "=6.6.1",
"@ethersproject/signing-key": "=5.7.0",
"@ethersproject/transactions": "=5.7.0",
"@ethersproject/hash": "=5.7.0",
"bigint-buffer": "1.1.5"
},
"react-lottie": {
"npm": ">=10.0.0"
},
"engines": {
"node": "=20.11.1",
"npm": "=10.2.4"
}
}