mirror of
https://github.com/fullstack-cash/fullstack-gatsby-theme-bch-wallet.git
synced 2026-09-21 16:52:06 -07:00
88 lines
2.5 KiB
JSON
88 lines
2.5 KiB
JSON
{
|
|
"name": "gatsby-ipfs-web-wallet",
|
|
"description": "A GatsbyJS Theme with AdminLTE integration and basic Bitcoin Cash wallet functionality.",
|
|
"version": "1.9.13",
|
|
"main": "index.js",
|
|
"author": "Chris Troutner <chris.troutner@gmail.com>",
|
|
"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",
|
|
"lint": "standard --env mocha --fix",
|
|
"start": "npm run develop",
|
|
"serve": "gatsby serve",
|
|
"clean": "gatsby clean",
|
|
"test": "npm run lint",
|
|
"unit": "mocha test/unit/"
|
|
},
|
|
"dependencies": {
|
|
"@chris.troutner/gatsby-plugin-ipfs": "^2.0.3",
|
|
"@chris.troutner/ipfs": "^2.0.2",
|
|
"adminlte-2-react": "^0.1.27",
|
|
"assert": "^2.0.0",
|
|
"browserify-zlib": "^0.2.0",
|
|
"copy-to-clipboard": "^3.3.1",
|
|
"crypto-browserify": "^3.12.0",
|
|
"gatsby": "^4.1.0",
|
|
"gatsby-plugin-image": "^2.1.0",
|
|
"gatsby-plugin-manifest": "^4.1.0",
|
|
"gatsby-plugin-offline": "^4.7.1",
|
|
"gatsby-plugin-react-helmet": "^5.1.0",
|
|
"gatsby-plugin-sharp": "^4.1.0",
|
|
"gatsby-source-filesystem": "^4.1.0",
|
|
"gatsby-transformer-sharp": "^4.1.0",
|
|
"https-browserify": "^1.0.0",
|
|
"ipfs-coord": "^6.7.3",
|
|
"jsonrpc-lite": "^2.2.0",
|
|
"p-queue": "^7.1.0",
|
|
"p-retry": "^5.0.0",
|
|
"path-browserify": "^1.0.1",
|
|
"process": "^0.11.10",
|
|
"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",
|
|
"react-redux": "^7.2.4",
|
|
"semver": "^7.3.5",
|
|
"stream-browserify": "^3.0.0",
|
|
"stream-http": "^3.2.0"
|
|
},
|
|
"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",
|
|
"mocha": "^9.1.3",
|
|
"prettier": "2.2.1",
|
|
"semantic-release": "^17.3.7",
|
|
"standard": "^16.0.3"
|
|
},
|
|
"keywords": [
|
|
"gatsby",
|
|
"gatsby-plugin",
|
|
"gatsby-theme"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Permissionless-Software-Foundation/gatsby-ipfs-web-wallet"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Permissionless-Software-Foundation/gatsby-ipfs-web-wallet/issues"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "npm run lint"
|
|
}
|
|
}
|
|
}
|