mirror of
https://github.com/fullstack-cash/fullstack-gatsby-theme-bch-wallet.git
synced 2026-09-21 16:52:06 -07:00
Merge branch 'master' into ct-temp
This commit is contained in:
+28
-5
@@ -1,30 +1,53 @@
|
||||
{
|
||||
"name": "gatsby-ipfs-web-wallet",
|
||||
"description": "A gatsbyjs app with adminlte2 integration and basic Bitcoin Cash wallet functionality.",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.3",
|
||||
"main": "index.js",
|
||||
"author": "Chris Troutner <chris.troutner@gmail.com>",
|
||||
"dependencies": {
|
||||
"adminlte-2-react": "^0.1.27",
|
||||
"gatsby": "^2.22.15",
|
||||
"gatsby": "^2.23.7",
|
||||
"gatsby-image": "^2.4.5",
|
||||
"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.9",
|
||||
"gatsby-plugin-sharp": "^2.6.17",
|
||||
"gatsby-source-filesystem": "^2.3.8",
|
||||
"gatsby-transformer-sharp": "^2.5.3",
|
||||
"minimal-slp-wallet": "1.3.4",
|
||||
"gatsby-transformer-sharp": "2.5.3",
|
||||
"prop-types": "^15.7.2",
|
||||
"qrcode.react": "^1.0.0",
|
||||
"react": "^16.12.0",
|
||||
"react-dom": "^16.12.0",
|
||||
"minimal-slp-wallet": "1.3.4",
|
||||
"@loadable/component": "^5.12.0",
|
||||
"adminlte-2-react": "^0.1.27",
|
||||
"react-helmet": "^6.0.0",
|
||||
"react-jdenticon": "0.0.8",
|
||||
"react-qr-reader": "^2.2.1",
|
||||
"react-redux": "^7.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"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",
|
||||
"prop-types": "^15.7.2",
|
||||
"react": "^16.12.0",
|
||||
"react-dom": "^16.12.0",
|
||||
"qrcode.react": "^1.0.0",
|
||||
"minimal-slp-wallet": "1.3.4",
|
||||
"@loadable/component": "^5.12.0",
|
||||
"adminlte-2-react": "^0.1.27",
|
||||
"react-helmet": "^6.0.0",
|
||||
"react-jdenticon": "0.0.8",
|
||||
"react-qr-reader": "^2.2.1",
|
||||
"react-redux": "^7.2.0",
|
||||
"prettier": "2.0.5"
|
||||
},
|
||||
"keywords": [
|
||||
|
||||
Reference in New Issue
Block a user