-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.42 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.42 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
{
"name": "vaulto-swap",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=18.18.0 <21.0.0",
"npm": ">=9.0.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@bigmi/react": "^0.6.0",
"@lifi/widget": "^3.40.2",
"@mysten/dapp-kit": "^0.19.0",
"@rainbow-me/rainbowkit": "^2.2.9",
"@solana/wallet-adapter-base": "^0.9.27",
"@solana/wallet-adapter-react": "^0.15.39",
"@solana/wallet-adapter-react-ui": "^0.9.39",
"@solana/wallet-adapter-wallets": "^0.19.37",
"@solana/web3.js": "^1.98.4",
"@tanstack/react-query": "^5.90.19",
"cheerio": "^1.1.2",
"ethers": "^6.13.0",
"framer-motion": "^11.0.0",
"lightweight-charts": "^5.0.9",
"next": "^14.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"viem": "^2.9.0",
"wagmi": "^2.5.0",
"yahoo-finance2": "^2.4.2",
"zod": "^3.22.0"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^5.13.5",
"@types/node": "^20.11.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"autoprefixer": "^10.4.0",
"baseline-browser-mapping": "^2.9.15",
"dotenv": "^17.2.3",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.0",
"pino-pretty": "^13.1.3",
"postcss": "^8.4.0",
"tailwindcss": "^3.4.0",
"typescript": "^5.4.0"
}
}