Files
fullstack-gatsby-theme-bch-…/package.json
T

67 lines
1.8 KiB
JSON
Raw Normal View History

2020-06-07 14:53:58 -07:00
{
2020-06-07 14:59:10 -07:00
"name": "gatsby-ipfs-web-wallet",
"description": "A gatsbyjs app with adminlte2 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>"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"build:ipfs": "gatsby build --prefix-paths",
"develop": "gatsby develop",
2020-07-06 13:56:15 -07:00
"lint": "standard --env mocha --fix",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
2020-07-06 14:31:29 -07:00
"test": "npm run lint"
},
2020-06-07 14:53:58 -07:00
"dependencies": {
"adminlte-2-react": "^0.1.27",
2020-07-06 04:45:16 -03:00
"gatsby": "^2.23.7",
2020-06-07 14:53:58 -07:00
"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",
2020-07-06 04:45:16 -03:00
"gatsby-plugin-sharp": "^2.6.17",
2020-06-07 14:53:58 -07:00
"gatsby-source-filesystem": "^2.3.8",
2020-07-06 04:45:16 -03:00
"gatsby-transformer-sharp": "2.5.3",
"memo-get-gatsby": "^1.0.2",
2020-06-07 14:53:58 -07:00
"prop-types": "^15.7.2",
"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",
"react-qr-reader": "^2.2.1",
"react-redux": "^7.2.0"
2020-06-07 14:53:58 -07:00
},
"devDependencies": {
"husky": "^4.2.5",
"prettier": "2.0.5",
2020-07-06 11:28:36 -07:00
"semantic-release": "^17.1.1",
"standard": "^14.3.4"
2020-06-07 14:53:58 -07:00
},
"keywords": [
"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"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
2020-06-07 14:53:58 -07:00
}
}