{ "name": "bch-wallet-starter", "private": true, "description": "A simplified bare-bones starter for Gatsby", "version": "0.1.0", "license": "MIT", "scripts": { "build": "gatsby build", "develop": "gatsby develop", "format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"", "start": "npm run develop", "serve": "gatsby serve", "clean": "gatsby clean", "test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1" }, "dependencies": { "adminlte-2-react": "^0.1.27", "gatsby-ipfs-web-wallet": "^0.1.0", "gatsby": "^2.23.7", "gatsby-image": "^2.4.12", "gatsby-plugin-ipfs": "^2.0.2", "gatsby-plugin-manifest": "^2.4.9", "gatsby-plugin-offline": "^3.2.7", "gatsby-plugin-react-helmet": "^3.3.2", "gatsby-plugin-sharp": "^2.6.17", "gatsby-source-filesystem": "^2.3.8", "gatsby-transformer-sharp": "2.5.3", "graphql": "14.6.0", "minimal-slp-wallet": "1.3.4", "react": "^16.12.0", "react-dom": "^16.12.0", "react-helmet": "^6.0.0", "react-jdenticon": "0.0.8", "react-qr-reader": "^2.2.1", "react-redux": "^7.2.0", "redux": "^4.0.5" }, "devDependencies": { "prettier": "2.0.5" }, "repository": { "type": "git", "url": "https://github.com/gatsbyjs/gatsby-starter-hello-world" }, "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" } }