/ package.json
package.json
1 { 2 "name": "embark", 3 "version": "3.2.3", 4 "author": "Iuri Matias <iuri.matias@gmail.com>", 5 "contributors": [], 6 "description": "Embark is a framework that allows you to easily develop and deploy DApps", 7 "homepage": "https://embark.status.im/", 8 "keywords": [ 9 "blockchain", 10 "dapps", 11 "ethereum", 12 "ipfs", 13 "serverless", 14 "solc", 15 "solidity" 16 ], 17 "license": "MIT", 18 "repository": { 19 "type": "git", 20 "url": "https://github.com/embark-framework/embark.git" 21 }, 22 "bin": { 23 "embark": "./bin/embark" 24 }, 25 "directories": { 26 "lib": "./lib" 27 }, 28 "main": "./lib/index.js", 29 "scripts": { 30 "lint": "eslint bin/embark lib/ embark-ui/src", 31 "prepack": "cd embark-ui && npm install && npm run build", 32 "test": "npm-run-all lint test:*", 33 "test:embark": "mocha test/ --no-timeouts --exit", 34 "test:test_app": "cross-env DAPP=\"test_app\" npm run test_dapp", 35 "test:contracts_app": "cross-env DAPP=\"contracts_app\" npm run test_dapp", 36 "test_dapp": "cross-env-shell \"cd test_apps/$DAPP && npm install && npm test\"" 37 }, 38 "dependencies": { 39 "@babel/core": "7.1.2", 40 "@babel/plugin-proposal-class-properties": "7.1.0", 41 "@babel/plugin-proposal-object-rest-spread": "7.0.0", 42 "@babel/plugin-syntax-dynamic-import": "7.0.0", 43 "@babel/plugin-transform-destructuring": "7.1.2", 44 "@babel/plugin-transform-flow-strip-types": "7.0.0", 45 "@babel/plugin-transform-runtime": "7.1.0", 46 "@babel/preset-env": "7.1.0", 47 "@babel/preset-react": "7.0.0", 48 "@babel/preset-typescript": "7.1.0", 49 "@babel/runtime-corejs2": "7.1.2", 50 "ascii-table": "0.0.9", 51 "async": "2.6.1", 52 "babel-loader": "8.0.4", 53 "babel-plugin-macros": "2.4.2", 54 "babel-plugin-module-resolver": "3.1.1", 55 "babel-plugin-transform-react-remove-prop-types": "0.4.18", 56 "babel-plugin-webpack-aliases": "1.1.3", 57 "bip39": "2.5.0", 58 "body-parser": "1.18.3", 59 "check-dependencies": "1.1.0", 60 "chokidar": "2.0.4", 61 "clipboardy": "1.2.3", 62 "clone-deep": "4.0.0", 63 "colors": "1.3.2", 64 "commander": "2.18.0", 65 "compression-webpack-plugin": "2.0.0", 66 "css-loader": "1.0.0", 67 "date-and-time": "0.6.2", 68 "decompress": "4.2.0", 69 "deep-equal": "1.0.1", 70 "ejs": "2.6.1", 71 "embarkjs": "0.4.3", 72 "eth-ens-namehash": "2.0.8", 73 "eth-lib": "0.2.8", 74 "ethereumjs-wallet": "0.6.0", 75 "express": "4.16.3", 76 "express-ws": "4.0.0", 77 "file-loader": "2.0.0", 78 "finalhandler": "1.1.1", 79 "find-up": "2.1.0", 80 "flatted": "0.2.3", 81 "follow-redirects": "1.5.7", 82 "fs-extra": "7.0.0", 83 "fuzzy": "0.1.3", 84 "ganache-cli": "6.1.8", 85 "glob": "7.1.3", 86 "globule": "1.2.1", 87 "handlebars": "4.0.12", 88 "hard-source-webpack-plugin": "0.12.0", 89 "helmet": "3.13.0", 90 "hosted-git-info": "2.7.1", 91 "http-proxy": "1.17.0", 92 "http-shutdown": "1.2.0", 93 "i18n": "0.8.3", 94 "ipfs-api": "17.2.4", 95 "is-valid-domain": "0.0.5", 96 "istanbul": "0.4.5", 97 "json-parse-better-errors": "1.0.2", 98 "live-plugin-manager-git-fix": "0.12.1", 99 "lodash.clonedeep": "4.5.0", 100 "merge": "1.2.0", 101 "mocha": "5.2.0", 102 "multihashes": "0.4.14", 103 "neo-blessed": "0.2.0", 104 "netcat": "1.3.5", 105 "node-ipc": "9.1.1", 106 "node-netcat": "1.4.8", 107 "node-sass": "4.9.3", 108 "npmlog": "4.1.2", 109 "opn": "5.3.0", 110 "ora": "2.1.0", 111 "os-locale": "2.1.0", 112 "parse-json": "4.0.0", 113 "pkg-up": "2.0.0", 114 "promptly": "2.2.0", 115 "propose": "0.0.5", 116 "react-scripts": "1.1.5", 117 "remix-debug-debugtest": "latest", 118 "remix-tests": "0.0.13", 119 "request": "2.88.0", 120 "sass-loader": "7.1.0", 121 "semver": "5.5.1", 122 "serve-static": "1.13.2", 123 "shelljs": "0.5.3", 124 "simples": "0.8.8", 125 "solc": "0.4.25", 126 "string-replace-async": "1.2.1", 127 "style-loader": "0.23.0", 128 "subdir": "0.0.3", 129 "swarm-api": "0.1.2", 130 "tar": "3.2.1", 131 "toposort": "1.0.7", 132 "underscore": "1.9.1", 133 "url-loader": "1.1.1", 134 "uuid": "3.3.2", 135 "viz.js": "1.8.2", 136 "web3": "1.0.0-beta.34", 137 "webpack": "4.19.0", 138 "webpack-bundle-analyzer": "2.13.1", 139 "websocket": "1.0.28", 140 "window-size": "1.1.1" 141 }, 142 "devDependencies": { 143 "chai": "4.1.2", 144 "cross-env": "5.2.0", 145 "eslint": "4.13.1", 146 "mocha-sinon": "1.2.0", 147 "npm-run-all": "4.1.3", 148 "sinon": "4.5.0" 149 }, 150 "engines": { 151 "node": ">=8.11.3", 152 "npm": ">=6.4.1" 153 } 154 }