forked from Joewizy/Railglide
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.02 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
{
"name": "swap-chain",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@iconify/iconify": "^3.1.1",
"@rainbow-me/rainbowkit": "^2.2.8",
"@reservoir0x/relay-sdk": "^2.4.0",
"@starknet-react/chains": "^4.0.4",
"@starknet-react/core": "^4.0.4",
"@tanstack/react-query": "^5.85.5",
"autoswap-sdk": "^1.0.6",
"ethers": "^6.15.0",
"next": "15.4.10",
"openai": "^5.12.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.6.0",
"react-toastify": "^11.0.5",
"starknet": "^7.6.4",
"viem": "^2.34.0",
"wagmi": "^2.16.4"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"pino-pretty": "^10.3.1",
"tailwindcss": "^4",
"typescript": "^5"
},
"overrides": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
}