|
|
@ -6,37 +6,37 @@ |
|
|
|
"dependencies": { |
|
|
|
"dependencies": { |
|
|
|
"@hyperlane-xyz/sdk": "^0.5.3", |
|
|
|
"@hyperlane-xyz/sdk": "^0.5.3", |
|
|
|
"@metamask/jazzicon": "https://github.com/jmrossy/jazzicon#7a8df28974b4e81129bfbe3cab76308b889032a6", |
|
|
|
"@metamask/jazzicon": "https://github.com/jmrossy/jazzicon#7a8df28974b4e81129bfbe3cab76308b889032a6", |
|
|
|
"@rainbow-me/rainbowkit": "^0.7.4", |
|
|
|
"@rainbow-me/rainbowkit": "^0.8.0", |
|
|
|
"@tanstack/react-query": "^4.16.1", |
|
|
|
"@tanstack/react-query": "^4.18.0", |
|
|
|
"buffer": "^6.0.3", |
|
|
|
"buffer": "^6.0.3", |
|
|
|
"ethers": "^5.6.8", |
|
|
|
"ethers": "^5.7.2", |
|
|
|
"formik": "^2.2.9", |
|
|
|
"formik": "^2.2.9", |
|
|
|
"graphql": "^16.6.0", |
|
|
|
"graphql": "^16.6.0", |
|
|
|
"next": "^12.3.1", |
|
|
|
"next": "^13.0.5", |
|
|
|
"react": "^18.2.0", |
|
|
|
"react": "^18.2.0", |
|
|
|
"react-accessible-dropdown-menu-hook": "^3.2.0", |
|
|
|
"react-accessible-dropdown-menu-hook": "^3.2.0", |
|
|
|
"react-dom": "^18.2.0", |
|
|
|
"react-dom": "^18.2.0", |
|
|
|
"react-toastify": "^9.1.1", |
|
|
|
"react-toastify": "^9.1.1", |
|
|
|
"urql": "^3.0.3", |
|
|
|
"urql": "^3.0.3", |
|
|
|
"wagmi": "^0.8.4", |
|
|
|
"wagmi": "^0.8.8", |
|
|
|
"zustand": "^4.1.4" |
|
|
|
"zustand": "^4.1.4" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
|
"devDependencies": { |
|
|
|
"@trivago/prettier-plugin-sort-imports": "^3.4.0", |
|
|
|
"@trivago/prettier-plugin-sort-imports": "^4.0.0", |
|
|
|
"@types/node": "^18.11.9", |
|
|
|
"@types/node": "^18.11.9", |
|
|
|
"@types/react": "^18.0.15", |
|
|
|
"@types/react": "^18.0.15", |
|
|
|
"@types/react-dom": "^18.0.6", |
|
|
|
"@types/react-dom": "^18.0.6", |
|
|
|
"@typescript-eslint/eslint-plugin": "^5.27.0", |
|
|
|
"@typescript-eslint/eslint-plugin": "^5.45.0", |
|
|
|
"@typescript-eslint/parser": "^5.27.0", |
|
|
|
"@typescript-eslint/parser": "^5.45.0", |
|
|
|
"autoprefixer": "^10.4.12", |
|
|
|
"autoprefixer": "^10.4.13", |
|
|
|
"eslint": "^8.25.0", |
|
|
|
"eslint": "^8.28.0", |
|
|
|
"eslint-config-next": "^12.3.1", |
|
|
|
"eslint-config-next": "^13.0.5", |
|
|
|
"eslint-config-prettier": "^8.5.0", |
|
|
|
"eslint-config-prettier": "^8.5.0", |
|
|
|
"postcss": "^8.4.18", |
|
|
|
"postcss": "^8.4.19", |
|
|
|
"prettier": "^2.7.1", |
|
|
|
"prettier": "^2.8.0", |
|
|
|
"tailwindcss": "^3.2.4", |
|
|
|
"tailwindcss": "^3.2.4", |
|
|
|
"ts-node": "^10.9.1", |
|
|
|
"ts-node": "^10.9.1", |
|
|
|
"typescript": "^4.8.4" |
|
|
|
"typescript": "^4.9.3" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"homepage": "https://www.hyperlane.xyz", |
|
|
|
"homepage": "https://www.hyperlane.xyz", |
|
|
|
"license": "Apache-2.0", |
|
|
|
"license": "Apache-2.0", |
|
|
@ -56,5 +56,8 @@ |
|
|
|
"start": "next start", |
|
|
|
"start": "next start", |
|
|
|
"prettier": "prettier --write ./src" |
|
|
|
"prettier": "prettier --write ./src" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"types": "dist/src/index.d.ts" |
|
|
|
"types": "dist/src/index.d.ts", |
|
|
|
|
|
|
|
"resolutions": { |
|
|
|
|
|
|
|
"ethers": "^5.7" |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|