Removing unneeded dependencies

This commit is contained in:
Chris Troutner
2020-07-06 10:57:39 -07:00
parent 634f0620c6
commit bc67b1500f
3 changed files with 17095 additions and 17319 deletions
+17089 -9
View File
File diff suppressed because it is too large Load Diff
+6 -28
View File
@@ -1,8 +1,7 @@
{ {
"name": "bch-wallet-starter", "name": "bch-wallet-starter",
"private": true, "description": "A BCH web wallet starter for Gatsby.",
"description": "A simplified bare-bones starter for Gatsby", "version": "1.0.0",
"version": "0.1.0",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"build": "gatsby build", "build": "gatsby build",
@@ -11,38 +10,17 @@
"start": "npm run develop", "start": "npm run develop",
"serve": "gatsby serve", "serve": "gatsby serve",
"clean": "gatsby clean", "clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1" "test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
}, },
"dependencies": { "dependencies": {
"adminlte-2-react": "^0.1.27",
"gatsby-ipfs-web-wallet": "^0.1.0",
"gatsby": "^2.23.7", "gatsby": "^2.23.7",
"gatsby-image": "^2.4.12", "gatsby-ipfs-web-wallet": "^1.1.0"
"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": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world" "url": "https://github.com/Permissionless-Software-Foundation/bch-wallet-starter"
}, },
"bugs": { "bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues" "url": "https://github.com/Permissionless-Software-Foundation/bch-wallet-starter/issues"
} }
} }
-17282
View File
File diff suppressed because it is too large Load Diff