{ "name": "wormhole", "version": "1.0.0", "private": false, "scripts": { "develop": "gatsby develop", "start": "gatsby develop", "build": "gatsby build", "serve": "gatsby serve --port=8001 --host=0.0.0.0", "clean": "gatsby clean" }, "dependencies": { "@certusone/wormhole-sdk": "0.2.0", "@cosmjs/encoding": "^0.27.0", "@emotion/react": "^11.7.1", "@emotion/styled": "^11.6.0", "@fontsource/poppins": "^4.5.0", "@mui/icons-material": "^5.2.5", "@mui/lab": "^5.0.0-alpha.64", "@mui/material": "^5.2.7", "@mui/system": "^5.2.6", "@nivo/bar": "^0.79.1", "buffer": "^6.0.3", "dotenv": "^10.0.0", "ethers": "^5.4.1", "gatsby": "^4.4.0", "gatsby-plugin-google-gtag": "^4.4.0", "gatsby-plugin-material-ui": "^4.1.0", "gatsby-plugin-meta-redirect": "1.1.1", "gatsby-plugin-react-helmet": "^5.4.0", "gatsby-plugin-robots-txt": "^1.6.14", "gatsby-plugin-sitemap": "^5.4.0", "gsap": "3.9.1", "javascript-time-ago": "^2.3.10", "path-browserify": "^1.0.1", "react": "^17.0.1", "react-dom": "^17.0.1", "react-helmet": "^6.1.0", "react-time-ago": "^7.1.7", "stream-browserify": "^3.0.0", "util": "^0.12.4" }, "devDependencies": { "@types/react-helmet": "6.1.5", "wasm-loader": "^1.3.0" } }