forked from Consensys-Network-State/ethereum-values
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 797 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 797 Bytes
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
{
"name": "organization-values",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.12.11",
"@metamask/sdk": "^0.32.0",
"@privy-io/react-auth": "^2.9.1",
"@tanstack/react-query": "^5.66.0",
"@wagmi/chains": "^1.8.0",
"next": "15.2.3",
"pino-pretty": "^13.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"viem": "^2.22.21",
"wagmi": "^2.14.9",
"zod": "^3.24.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^22.14.1",
"@types/react": "^19.1.1",
"eslint": "^9",
"eslint-config-next": "15.1.6",
"sass": "^1.83.4",
"typescript": "^5.8.3"
}
}