/ package.json
package.json
1 { 2 "name": "gasless-democracy", 3 "version": "6.0.0", 4 "description": "Basic DApp template for Embark", 5 "homepage": "https://github.com/embarklabs/embark/tree/master/dapps/templates/boilerplate#readme", 6 "bugs": "https://github.com/embarklabs/embark/issues", 7 "scripts": { 8 "test": "embark test" 9 }, 10 "keywords": [], 11 "author": "", 12 "license": "MIT", 13 "repository": { 14 "directory": "dapps/templates/boilerplate", 15 "type": "git", 16 "url": "https://github.com/embarklabs/embark.git" 17 }, 18 "devDependencies": { 19 "embark": "^6.0.0", 20 "embark-basic-pipeline": "^6.0.0", 21 "embark-geth": "^6.0.0", 22 "embark-graph": "^6.0.0", 23 "embark-ipfs": "^6.0.0", 24 "embark-parity": "^6.0.0", 25 "embark-profiler": "^6.0.0", 26 "embark-swarm": "^6.0.0", 27 "embark-whisper-geth": "^6.0.0", 28 "embarkjs": "^6.0.0", 29 "embarkjs-ens": "^6.0.0", 30 "embarkjs-ipfs": "^6.0.0", 31 "embarkjs-swarm": "^6.0.0", 32 "embarkjs-web3": "^6.0.0", 33 "embarkjs-whisper": "^6.0.0" 34 }, 35 "dependencies": { 36 "@apollo/client": "^3.1.1", 37 "@material-ui/core": "^4.11.0", 38 "@material-ui/styles": "^4.10.0", 39 "@types/bl": "^2.1.0", 40 "@types/lodash": "^4.14.158", 41 "bl": "^4.0.2", 42 "eth-crypto": "^1.6.0", 43 "ethereumjs-util": "^6.0.0", 44 "graphql": "^15.3.0", 45 "ipfs-http-client": "^44.3.0", 46 "lodash": "^4.17.19", 47 "react-router-dom": "^5.2.0" 48 } 49 }