2020-06-07 14:53:58 -07:00
|
|
|
{
|
2020-06-07 14:59:10 -07:00
|
|
|
"name": "gatsby-ipfs-web-wallet",
|
2020-11-09 11:59:43 -08:00
|
|
|
"description": "A GatsbyJS Theme with AdminLTE integration and basic Bitcoin Cash wallet functionality.",
|
2020-09-21 13:44:52 -07:00
|
|
|
"version": "1.9.13",
|
2020-07-06 04:45:16 -03:00
|
|
|
"main": "index.js",
|
2020-06-07 14:53:58 -07:00
|
|
|
"author": "Chris Troutner <chris.troutner@gmail.com>",
|
2020-07-06 17:16:10 -07:00
|
|
|
"contributors": [
|
|
|
|
|
"Daniel Gonzalez <danielhumgon@gmail.com>",
|
|
|
|
|
"Andre Cabrera <andrecabrera@protonmail.ch>"
|
|
|
|
|
],
|
2020-07-06 10:35:16 -07:00
|
|
|
"license": "MIT",
|
|
|
|
|
"scripts": {
|
2020-07-07 11:20:19 -07:00
|
|
|
"build": "gatsby build",
|
|
|
|
|
"build:ipfs": "gatsby build --prefix-paths",
|
2020-07-06 10:35:16 -07:00
|
|
|
"develop": "gatsby develop",
|
2020-07-06 13:56:15 -07:00
|
|
|
"lint": "standard --env mocha --fix",
|
2020-07-06 10:35:16 -07:00
|
|
|
"start": "npm run develop",
|
|
|
|
|
"serve": "gatsby serve",
|
|
|
|
|
"clean": "gatsby clean",
|
2020-07-06 14:31:29 -07:00
|
|
|
"test": "npm run lint"
|
2020-07-06 10:35:16 -07:00
|
|
|
},
|
2020-06-07 14:53:58 -07:00
|
|
|
"dependencies": {
|
|
|
|
|
"adminlte-2-react": "^0.1.27",
|
2020-09-22 23:28:35 -03:00
|
|
|
"copy-to-clipboard": "^3.3.1",
|
2020-11-06 09:13:24 -08:00
|
|
|
"gatsby": "^2.25.3",
|
2020-06-07 14:53:58 -07:00
|
|
|
"gatsby-image": "^2.4.5",
|
|
|
|
|
"gatsby-plugin-ipfs": "^2.0.2",
|
2020-11-20 22:36:50 -04:00
|
|
|
"gatsby-plugin-manifest": "^2.7.0",
|
2020-06-07 14:53:58 -07:00
|
|
|
"gatsby-plugin-offline": "^3.2.7",
|
|
|
|
|
"gatsby-plugin-react-helmet": "^3.3.2",
|
2020-11-20 22:36:50 -04:00
|
|
|
"gatsby-plugin-sharp": "^2.9.0",
|
2020-06-07 14:53:58 -07:00
|
|
|
"gatsby-source-filesystem": "^2.3.8",
|
2020-11-20 22:36:50 -04:00
|
|
|
"gatsby-transformer-sharp": "2.7.0",
|
2020-09-23 12:39:20 -07:00
|
|
|
"memo-get-gatsby": "^1.0.4",
|
2020-06-07 14:53:58 -07:00
|
|
|
"prop-types": "^15.7.2",
|
2020-06-30 02:24:48 -04:00
|
|
|
"qrcode.react": "^1.0.0",
|
2020-06-07 14:53:58 -07:00
|
|
|
"react": "^16.12.0",
|
|
|
|
|
"react-dom": "^16.12.0",
|
2020-06-12 02:32:52 -04:00
|
|
|
"react-helmet": "^6.0.0",
|
2020-06-27 00:12:07 -04:00
|
|
|
"react-jdenticon": "0.0.8",
|
2020-06-18 01:32:31 -04:00
|
|
|
"react-qr-reader": "^2.2.1",
|
|
|
|
|
"react-redux": "^7.2.0"
|
2020-06-07 14:53:58 -07:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2020-07-22 17:46:52 -07:00
|
|
|
"husky": "^4.2.5",
|
2020-07-06 10:35:16 -07:00
|
|
|
"prettier": "2.0.5",
|
2020-11-19 07:31:41 -08:00
|
|
|
"semantic-release": "^17.2.3",
|
2020-07-06 11:28:36 -07:00
|
|
|
"standard": "^14.3.4"
|
2020-06-07 14:53:58 -07:00
|
|
|
},
|
|
|
|
|
"keywords": [
|
2020-06-29 19:04:10 -03:00
|
|
|
"gatsby",
|
|
|
|
|
"gatsby-plugin",
|
|
|
|
|
"gatsby-theme"
|
2020-06-07 14:53:58 -07:00
|
|
|
],
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2020-06-07 14:59:10 -07:00
|
|
|
"url": "https://github.com/Permissionless-Software-Foundation/gatsby-ipfs-web-wallet"
|
2020-06-07 14:53:58 -07:00
|
|
|
},
|
|
|
|
|
"bugs": {
|
2020-06-07 14:59:10 -07:00
|
|
|
"url": "https://github.com/Permissionless-Software-Foundation/gatsby-ipfs-web-wallet/issues"
|
2020-07-22 17:46:52 -07:00
|
|
|
},
|
|
|
|
|
"husky": {
|
|
|
|
|
"hooks": {
|
|
|
|
|
"pre-commit": "npm run lint"
|
|
|
|
|
}
|
2020-06-07 14:53:58 -07:00
|
|
|
}
|
|
|
|
|
}
|