-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.03 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
{
"name": "cipherops-registry",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@rainbow-me/rainbowkit": "^2.2.5",
"@tanstack/react-query": "^5.80.2",
"@tokenops/sdk": "1.0.0",
"@wagmi/core": "^2.16.7",
"@zama-fhe/relayer-sdk": "^0.4.3",
"@zama-fhe/sdk": "3.0.1",
"ethers": "^6.16.0",
"next": "^15.3.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"viem": "^2.31.3",
"wagmi": "^2.15.6"
},
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@openzeppelin/contracts": "^5.6.1",
"@tailwindcss/postcss": "^4.1.8",
"@types/node": "^22.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"dotenv": "^17.4.2",
"eslint": "^9.28.0",
"eslint-config-next": "^15.3.3",
"hardhat": "^2.28.6",
"postcss": "^8.5.4",
"tailwindcss": "^4.1.8",
"typescript": "^5.8.3"
}
}