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

72 lines
2.0 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",
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>"
],
"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-09-22 23:28:35 -03:00
"copy-to-clipboard": "^3.3.1",
"gatsby": "^2.31.1",
"gatsby-image": "^2.10.0",
2020-06-07 14:53:58 -07:00
"gatsby-plugin-ipfs": "^2.0.2",
"gatsby-plugin-manifest": "^2.11.0",
"gatsby-plugin-offline": "^3.9.0",
"gatsby-plugin-react-helmet": "^3.9.0",
"gatsby-plugin-sharp": "^2.13.1",
"gatsby-source-filesystem": "^2.10.0",
"gatsby-transformer-sharp": "2.11.0",
2020-06-07 14:53:58 -07:00
"prop-types": "^15.7.2",
"qrcode.react": "^1.0.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
2020-06-27 00:12:07 -04:00
"react-jdenticon": "0.0.8",
"react-qr-reader": "^2.2.1",
"react-redux": "^7.2.2"
2020-06-07 14:53:58 -07:00
},
"devDependencies": {
"eslint": "^7.18.0",
"eslint-config-prettier": "^7.2.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-standard": "^5.0.0",
"husky": "^4.3.8",
"prettier": "2.2.1",
"semantic-release": "^17.3.7",
"standard": "^16.0.3"
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
}
}