mirror of
https://github.com/fullstack-cash/explorer.fullstack.cash.git
synced 2026-09-21 16:52:05 -07:00
49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"name": "explorer.fullstack.cash",
|
|
"description": "A 'block explorer' for the P2WDB",
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"author": "Chris Troutner <chris.troutner@gmail.com>",
|
|
"contributors": [
|
|
"Daniel Gonzalez <danielhumgon@gmail.com>",
|
|
"Andre Cabrera <andrecabrera@protonmail.ch>"
|
|
],
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"adminlte-2-react": "0.2.0-beta.10",
|
|
"fullstack-gatsby-theme-bch-wallet": "1.0.5",
|
|
"gatsby": "4.4.0",
|
|
"react-json-pretty": "^2.2.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Permissionless-Software-Foundation/explorer.fullstack.cash"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Permissionless-Software-Foundation/explorer.fullstack.cash/issues"
|
|
},
|
|
"devDependencies": {
|
|
"colors": "^1.4.0",
|
|
"mocha": "^9.2.0",
|
|
"semantic-release": "^17.4.3",
|
|
"standard": "^16.0.3"
|
|
},
|
|
"release": {
|
|
"publish": [
|
|
{
|
|
"path": "@semantic-release/npm",
|
|
"npmPublish": false
|
|
}
|
|
]
|
|
}
|
|
}
|