gasless-democracy/package.json
Barry Gitarts 2c51a9922a Enrich submitted polls
fetch from IPFS
add date handling
add cards representing polls
2020-07-21 18:54:10 -04:00

46 lines
1.2 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": {
"@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",
"ipfs-http-client": "^44.3.0",
"react-router-dom": "^5.2.0"
}
}