-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.37 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
46
47
48
49
50
51
52
{
"name": "gopher-web-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@axelar-network/axelar-gmp-sdk-solidity": "^3.6.1",
"@safe-global/protocol-kit": "^1.3.0",
"@types/node": "20.8.6",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"autoprefixer": "10.4.16",
"classnames": "^2.3.2",
"dotenv": "^16.3.1",
"eslint": "8.51.0",
"eslint-config-next": "13.5.4",
"ethers": "5",
"hardhat": "^2.18.2",
"jest-environment-jsdom": "^29.7.0",
"next": "13.5.4",
"postcss": "8.4.31",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.3.3",
"typescript": "5.2.2",
"use-debounce": "^9.0.4"
},
"devDependencies": {
"@axelar-network/axelarjs-sdk": "^0.13.6",
"@babel/preset-env": "^7.23.2",
"@babel/preset-typescript": "^7.23.2",
"@connext/nxtp-utils": "^2.0.4",
"@connext/sdk": "^2.1.2",
"@faker-js/faker": "^8.2.0",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@rainbow-me/rainbowkit": "^1.1.2",
"@types/jest": "^29.5.5",
"@wagmi/chains": "^1.8.0",
"@wagmi/core": "^1.4.4",
"encoding": "^0.1.13",
"jest": "^29.7.0",
"pino-pretty": "^10.2.3",
"wagmi": "^1.4.4"
}
}