-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.3 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.3 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
{
"name": "frontend-vite",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@headlessui/react": "^2.2.1",
"@rainbow-me/rainbowkit": "^2.2.4",
"@tanstack/react-query": "^5.72.2",
"@uniswap/sdk-core": "^7.7.2",
"@uniswap/smart-order-router": "^4.20.10",
"@uniswap/v3-sdk": "^3.25.2",
"@zoralabs/coins-sdk": "^0.0.8",
"axios": "^1.8.4",
"ethers": "^5.8.0",
"framer-motion": "^12.6.5",
"openai": "^4.93.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hot-toast": "^2.5.2",
"react-intersection-observer": "^9.16.0",
"react-router-dom": "^6.30.0",
"viem": "^2.26.3",
"wagmi": "^2.14.16"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@testing-library/react": "^16.3.0",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/ui": "^3.1.1",
"eslint": "^9.21.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^15.15.0",
"jsdom": "^26.0.0",
"typescript": "~5.7.2",
"typescript-eslint": "^8.24.1",
"vite": "^6.2.0",
"vitest": "^3.1.1"
}
}