gasless-democracy/package.json
Barry Gitarts f81c6a0669 add enrichment of polls
fetch token balance from subgraph
2020-07-30 10:57:43 -04:00

48 lines
1.3 KiB
JSON

{
"name": "gasless-democracy",
"version": "6.0.0",
"description": "Basic DApp template for Embark",
"homepage": "https://github.com/embarklabs/embark/tree/master/dapps/templates/boilerplate#readme",
"bugs": "https://github.com/embarklabs/embark/issues",
"scripts": {
"test": "embark test"
},
"keywords": [],
"author": "",
"license": "MIT",
"repository": {
"directory": "dapps/templates/boilerplate",
"type": "git",
"url": "https://github.com/embarklabs/embark.git"
},
"devDependencies": {
"embark": "^6.0.0",
"embark-basic-pipeline": "^6.0.0",
"embark-geth": "^6.0.0",
"embark-graph": "^6.0.0",
"embark-ipfs": "^6.0.0",
"embark-parity": "^6.0.0",
"embark-profiler": "^6.0.0",
"embark-swarm": "^6.0.0",
"embark-whisper-geth": "^6.0.0",
"embarkjs": "^6.0.0",
"embarkjs-ens": "^6.0.0",
"embarkjs-ipfs": "^6.0.0",
"embarkjs-swarm": "^6.0.0",
"embarkjs-web3": "^6.0.0",
"embarkjs-whisper": "^6.0.0"
},
"dependencies": {
"@apollo/client": "^3.1.1",
"@material-ui/core": "^4.11.0",
"@material-ui/styles": "^4.10.0",
"@types/bl": "^2.1.0",
"bl": "^4.0.2",
"eth-crypto": "^1.6.0",
"ethereumjs-util": "^6.0.0",
"graphql": "^15.3.0",
"ipfs-http-client": "^44.3.0",
"react-router-dom": "^5.2.0"
}
}