-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.31 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.31 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
{
"name": "react-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"fuels:build": "fuels build",
"fuels:typegen": "fuels typegen --output=./src/types/contracts --inputs=./contracts/out/debug/counter-abi.json",
"dev": "vite",
"preview": "vite preview",
"build": "vite build"
},
"dependencies": {
"@dynamic-labs/ethereum": "^4.22.1",
"@dynamic-labs/ethers-v6": "^4.22.1",
"@dynamic-labs/sdk-react-core": "^4.22.1",
"@ethereumjs/util": "9.0.3",
"@ethersproject/bytes": "5.7.0",
"@fuels/connectors": "^0.41.2",
"@fuels/react": "^0.41.2",
"@privy-io/react-auth": "^2.18.0",
"@radix-ui/react-toast": "1.1.5",
"@tanstack/react-query": "5.81.2",
"@wagmi/connectors": "5.8.5",
"@wagmi/core": "2.17.3",
"bs58": "6.0.0",
"clsx": "2.1.1",
"ethers": "^6",
"fuels": "0.100.6",
"memoizee": "^0.4.17",
"react": "18.3.1",
"react-dom": "18.3.1",
"viem": "2.31.6"
},
"devDependencies": {
"@tanstack/react-query-devtools": "5.35.1",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.2.1",
"autoprefixer": "10.4.19",
"postcss": "8.4.38",
"tailwindcss": "3.4.3",
"typescript": "5.4.5",
"vite": "5.4.18",
"vite-plugin-node-polyfills": "^0.23.0"
}
}