{ "name": "web3-extension", "version": "1.0.0", "private": true, "description": "web3-extension", "author": "Derrick Hammer", "keywords": [ "gatsby" ], "scripts": { "develop": "gatsby develop", "start": "gatsby develop", "build": "gatsby build", "serve": "gatsby serve", "clean": "gatsby clean", "typecheck": "tsc --noEmit" }, "dependencies": { "gatsby": "^4.15.1", "gatsby-plugin-image": "^2.15.0", "gatsby-plugin-manifest": "^4.15.0", "gatsby-plugin-matomo": "^0.13.0", "gatsby-plugin-offline": "^5.15.0", "gatsby-plugin-react-helmet": "^5.15.0", "gatsby-plugin-sass": "^5.15.0", "gatsby-plugin-sharp": "^4.15.0", "gatsby-plugin-web-font-loader": "^1.0.4", "gatsby-source-filesystem": "^4.15.0", "gatsby-transformer-sharp": "^4.15.0", "react": "^17.0.1", "react-dom": "^17.0.1", "react-helmet": "^6.1.0", "sass": "^1.52.1" }, "devDependencies": { "@types/node": "^17.0.35", "@types/react": "^18.0.9", "@types/react-dom": "^18.0.4", "@types/react-helmet": "^6.1.5", "typescript": "^4.6.4" } }