-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.46 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.46 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
{
"name": "batcher",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"compile": "hardhat compile",
"test:contracts": "hardhat test",
"test": "hardhat test && next build"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.980.0",
"@aws-sdk/s3-request-presigner": "^3.989.0",
"@dynamic-labs/ethereum": "^4.57.0",
"@dynamic-labs/ethereum-aa": "^4.57.0",
"@dynamic-labs/sdk-react-core": "^4.57.0",
"@nillion/nilai-ts": "^0.2.0",
"@nillion/nuc": "^2.0.0",
"@nillion/secretvaults": "^2.0.0",
"@tanstack/react-query": "^5.90.20",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"ethers": "^6.16.0",
"libsodium-wrappers-sumo": "^0.7.16",
"lucide-react": "^0.562.0",
"next": "^16.1.6",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"tailwind-merge": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"viem": "^2.45.1",
"wagmi": "^3.4.1"
},
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@openzeppelin/contracts": "^5.4.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.23",
"eslint": "^8",
"eslint-config-next": "^15.1.4",
"eslint-config-prettier": "^10.1.8",
"hardhat": "^2.28.3",
"postcss": "^8",
"prettier": "^3.8.0",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}