forked from chinesepowered/hack-0ghq
-
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.5 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.5 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": "0g-shield",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@0gfoundation/0g-ts-sdk": "^1.2.1",
"@base-ui/react": "^1.3.0",
"@rainbow-me/rainbowkit": "^2.2.10",
"@tanstack/react-query": "^5.96.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^17.4.0",
"ethers": "^6.16.0",
"lucide-react": "^1.7.0",
"next": "16.2.2",
"react": "19.2.4",
"react-dom": "19.2.4",
"shadcn": "^4.1.2",
"tailwind-merge": "^3.5.0",
"tw-animate-css": "^1.4.0",
"viem": "^2.47.10",
"wagmi": "^2.19.5"
},
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^3.0.0",
"@nomicfoundation/hardhat-ethers": "^3.1.3",
"@nomicfoundation/hardhat-ignition-ethers": "^3.1.1",
"@nomicfoundation/hardhat-network-helpers": "^3.0.4",
"@nomicfoundation/hardhat-toolbox": "^6.1.2",
"@nomicfoundation/hardhat-verify": "^3.0.13",
"@tailwindcss/postcss": "^4",
"@typechain/ethers-v6": "^0.5.1",
"@typechain/hardhat": "^9.1.0",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"chai": "^6.2.2",
"eslint": "^9",
"eslint-config-next": "16.2.2",
"hardhat": "^2.28.6",
"hardhat-gas-reporter": "^2.3.0",
"solidity-coverage": "^0.8.17",
"tailwindcss": "^4",
"ts-node": "^10.9.2",
"typechain": "^8.3.2",
"typescript": "^5"
}
}