-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 841 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 841 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
35
36
{
"name": "burrito-eerc",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@avalabs/eerc-sdk": "^1.0.0",
"@tanstack/react-query": "^5.56.2",
"dotenv": "^17.2.1",
"next": "14.2.13",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-toastify": "^10.0.5",
"styled-jsx": "^5.1.6",
"viem": "^2.35.1",
"wagmi": "^2.12.9"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"buffer": "^6.0.3",
"circomlibjs": "^0.1.7",
"crypto-browserify": "^3.12.1",
"eslint": "^8",
"eslint-config-next": "14.2.13",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"typescript": "^5"
}
}