gasless-democracy/package.json

50 lines
1.4 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",
"@types/lodash": "^4.14.158",
"bl": "^4.0.2",
"eth-crypto": "^1.6.0",
"ethereumjs-util": "^6.0.0",
"graphql": "^15.3.0",
"ipfs-http-client": "^44.3.0",
"lodash": "^4.17.19",
"react-router-dom": "^5.2.0"
}
}