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

83 lines
2.4 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": {
2021-06-17 10:23:55 -07:00
"@chris.troutner/gatsby-plugin-ipfs": "^2.0.3",
2021-09-09 22:29:47 -04:00
"@chris.troutner/ipfs": "^2.0.2",
2020-06-07 14:53:58 -07:00
"adminlte-2-react": "^0.1.27",
2021-09-09 22:29:47 -04:00
"assert": "^2.0.0",
"browserify-zlib": "^0.2.0",
2020-09-22 23:28:35 -03:00
"copy-to-clipboard": "^3.3.1",
2021-09-09 22:29:47 -04:00
"crypto-browserify": "^3.12.0",
"gatsby": "^3.7.2",
"gatsby-plugin-image": "^1.7.1",
"gatsby-plugin-manifest": "^3.7.1",
"gatsby-plugin-offline": "^4.7.1",
"gatsby-plugin-react-helmet": "^4.7.1",
"gatsby-plugin-sharp": "^3.7.1",
"gatsby-source-filesystem": "^3.7.1",
"gatsby-transformer-sharp": "3.7.1",
2021-09-09 22:29:47 -04:00
"https-browserify": "^1.0.0",
"ipfs-coord": "^6.6.4",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
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.2",
"react-helmet": "^6.1.0",
"react-jdenticon": "0.0.9",
"react-qr-reader": "^2.2.1",
2021-09-08 18:30:28 -04:00
"react-redux": "^7.2.4",
2021-09-21 11:08:15 -04:00
"semver": "^7.3.5",
2021-09-09 22:29:47 -04:00
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0"
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
}
}