-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.08 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
{
"name": "flow-on-arc",
"version": "1.0.0",
"description": "Flow On Arc - DeFi dApp on Arc Network",
"type": "module",
"engines": {
"node": ">=20.x"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@rainbow-me/rainbowkit": "^2.0.0",
"@tanstack/react-query": "^5.0.0",
"buffer": "^6.0.3",
"ethers": "^6.9.0",
"framer-motion": "^10.16.4",
"lucide-react": "^0.294.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.3",
"react-turnstile": "^1.1.5",
"viem": "^2.0.0",
"wagmi": "^2.0.0"
},
"devDependencies": {
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@vitejs/plugin-react": "^4.2.0",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.32",
"tailwindcss": "^3.4.0",
"vite": "^5.4.14",
"vite-plugin-node-polyfills": "^0.22.0"
},
"overrides": {
"qs": "^6.11.0",
"lodash": "^4.17.21",
"axios": "^1.7.4",
"uuid": "^11.0.0",
"elliptic": "^6.5.7",
"@tanstack/react-query": "^5.0.0"
}
}