-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.26 KB
/
package.json
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
{
"name": "frontend-web3-utils-examples",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "npx eslint --fix ./src"
},
"dependencies": {
"@bgd-labs/frontend-web3-utils": "^1.3.0",
"@gelatonetwork/relay-sdk": "^5.5.6",
"@walletconnect/modal": "^2.6.2",
"dayjs": "^1.11.11",
"encoding": "^0.1.13",
"immer": "^10.1.1",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"next": "^14.2.4",
"pino-pretty": "^11.2.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"viem": "^2.16.5",
"wagmi": "^2.10.8"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.2.4",
"@types/node": "^20.14.9",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint": "^9.6.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-simple-import-sort": "^12.1.0",
"globals": "^15.7.0",
"prettier": "^3.3.2",
"typescript": "^5.5.2",
"typescript-eslint": "^7.14.1"
},
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}