{ "name": "@hyperlane-xyz/explorer", "description": "An interchain explorer for the Hyperlane protocol and network.", "version": "5.4.0", "author": "J M Rossy", "dependencies": { "@headlessui/react": "^2.1.8", "@hyperlane-xyz/registry": "4.6.0", "@hyperlane-xyz/sdk": "5.5.0", "@hyperlane-xyz/utils": "5.5.0", "@hyperlane-xyz/widgets": "5.5.0", "@tanstack/react-query": "^5.35.5", "bignumber.js": "^9.1.2", "buffer": "^6.0.3", "clsx": "^2.1.1", "ethers": "^5.7.2", "formik": "^2.2.9", "graphql": "^16.6.0", "next": "^13.5.7", "nextjs-cors": "^2.1.2", "react": "^18.2.0", "react-dom": "^18.2.0", "react-toastify": "^9.1.1", "react-tooltip": "^5.26.3", "urql": "^3.0.3", "yaml": "^2.4.5", "zod": "^3.21.2", "zustand": "^4.5.5" }, "devDependencies": { "@tanstack/eslint-plugin-query": "^5.28.6", "@types/jest": "^29.5.3", "@types/node": "^18.11.18", "@types/react": "^18.0.27", "@types/react-dom": "^18.0.10", "@typescript-eslint/eslint-plugin": "^6.7.0", "@typescript-eslint/parser": "^6.7.0", "autoprefixer": "^10.4.15", "eslint": "^8.41.0", "eslint-config-next": "^13.4.19", "eslint-config-prettier": "^8.8.0", "jest": "^29.6.3", "postcss": "^8.4.21", "prettier": "^3.2.5", "prettier-plugin-organize-imports": "^4.1.0", "prettier-plugin-tailwindcss": "^0.6.8", "tailwindcss": "^3.4.13", "ts-node": "^10.9.1", "typescript": "^5.5.4" }, "homepage": "https://www.hyperlane.xyz", "license": "Apache-2.0", "main": "dist/src/index.js", "packageManager": "yarn@4.5.0", "private": true, "repository": { "type": "git", "url": "https://github.com/hyperlane-xyz/hyperlane-explorer" }, "scripts": { "clean": "rm -rf dist cache .next", "dev": "next dev", "build": "next build", "typecheck": "tsc", "lint": "next lint", "start": "next start", "test": "jest", "prettier": "prettier --write ./src" }, "types": "dist/src/index.d.ts", "resolutions": { "ethers": "^5.7" } }