embark/package.json

197 lines
6.1 KiB
JSON
Raw Normal View History

2015-05-24 12:38:56 +00:00
{
"name": "embark",
2018-10-31 21:23:55 +00:00
"version": "4.0.0-alpha.1",
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
2016-10-02 23:01:10 +00:00
"description": "Embark is a framework that allows you to easily develop and deploy DApps",
"homepage": "https://embark.status.im/",
"keywords": [
2018-10-24 18:50:25 +00:00
"blockchain",
"dapps",
2018-10-24 18:50:25 +00:00
"ethereum",
"ipfs",
2018-10-24 18:50:25 +00:00
"serverless",
"solc",
2018-10-24 18:50:25 +00:00
"solidity"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/embark-framework/embark.git"
},
"bin": {
"embark": "./bin/embark"
},
"main": "./dist/lib/index.js",
2015-05-24 12:38:56 +00:00
"scripts": {
"babel": "babel",
"babel:node": "npm-run-all babel:node:*",
"babel:node:src": "cross-env BABEL_ENV=node babel src --copy-files --extensions \".js,.ts\" --out-dir dist --source-maps",
"babel:watch": "run-p babel:watch:*",
"babel:watch:src": "npm run babel:node:src -- --verbose --watch",
"build": "npm-run-all build:*",
"build:node": "npm run babel:node",
"build:ui": "cd embark-ui && npm run build",
"clean": "rimraf dist embark-*.tgz package embark-ui/build",
"eslint": "eslint",
"install:core": "yarn install",
"install:ui": "cd embark-ui && yarn install",
"install_all": "npm-run-all install:*",
"lint": "npm-run-all lint:*",
"lint:js": "npm-run-all lint:js:*",
"lint:js:core": "eslint babel.config.js bin/embark src/bin/ src/lib/",
"lint:js:ui": "cd embark-ui && npm run lint",
"lint:ts": "tslint -c tslint.json 'src/**/*.ts'",
"prepublishOnly": "npm-run-all clean build test",
"test": "npm-run-all lint test:*",
"test:core": "mocha dist/test/ --exit --no-timeouts --require source-map-support/register",
"test:test_app": "cross-env DAPP=\"test_app\" npm run test_dapp",
"test:contracts_app": "cross-env DAPP=\"contracts_app\" npm run test_dapp",
"test_dapp": "cross-env-shell \"cd test_apps/$DAPP && npm install && npm test\"",
"release": "./scripts/release",
"start": "run-p start:*",
"start:embark": "run-p start:embark:*",
"start:embark:babel": "npm run babel:watch",
"start:embark:type-check": "npm run type-check:watch",
"start:ui": "cd embark-ui && npm run start",
"tsc": "tsc",
"tslint": "tslint",
"type-check": "tsc",
"type-check:watch": "npm run type-check -- --watch"
2015-05-24 12:38:56 +00:00
},
"dependencies": {
2018-10-01 23:32:50 +00:00
"@babel/core": "7.1.2",
2018-10-01 23:33:32 +00:00
"@babel/plugin-proposal-class-properties": "7.1.0",
"@babel/plugin-proposal-decorators": "7.1.2",
2018-10-01 23:33:32 +00:00
"@babel/plugin-proposal-object-rest-spread": "7.0.0",
"@babel/plugin-syntax-dynamic-import": "7.0.0",
"@babel/plugin-transform-destructuring": "7.1.3",
2018-10-01 23:33:32 +00:00
"@babel/plugin-transform-flow-strip-types": "7.0.0",
2018-10-01 23:32:50 +00:00
"@babel/plugin-transform-runtime": "7.1.0",
"@babel/preset-env": "7.1.0",
"@babel/preset-react": "7.0.0",
2018-10-01 23:34:09 +00:00
"@babel/preset-typescript": "7.1.0",
2018-10-01 23:32:50 +00:00
"@babel/runtime-corejs2": "7.1.2",
"ascii-table": "0.0.9",
"async": "2.6.1",
2018-10-01 23:32:50 +00:00
"babel-loader": "8.0.4",
2018-10-01 23:33:32 +00:00
"babel-plugin-macros": "2.4.2",
"babel-plugin-module-resolver": "3.1.1",
2018-10-01 23:33:32 +00:00
"babel-plugin-transform-react-remove-prop-types": "0.4.18",
"bip39": "2.5.0",
2018-10-17 20:21:23 +00:00
"body-parser": "1.18.3",
"check-dependencies": "1.1.0",
"chokidar": "2.0.4",
2018-10-13 00:46:53 +00:00
"clipboardy": "1.2.3",
"clone-deep": "4.0.0",
"colors": "1.3.2",
"commander": "2.18.0",
2018-10-01 23:32:50 +00:00
"compression-webpack-plugin": "2.0.0",
"css-loader": "1.0.0",
2018-10-03 21:23:23 +00:00
"date-and-time": "0.6.2",
"decompress": "4.2.0",
"deep-equal": "1.0.1",
"ejs": "2.6.1",
2018-11-07 14:23:08 +00:00
"embarkjs": "0.4.5",
"eth-ens-namehash": "2.0.8",
"eth-lib": "0.2.8",
2018-11-13 13:58:30 +00:00
"ethereumjs-tx": "1.3.7",
"ethereumjs-util": "6.0.0",
"ethereumjs-wallet": "0.6.0",
"express": "4.16.3",
"express-ws": "4.0.0",
2018-10-01 23:32:50 +00:00
"file-loader": "2.0.0",
"finalhandler": "1.1.1",
2018-08-26 17:35:20 +00:00
"find-up": "2.1.0",
"flatted": "0.2.3",
"follow-redirects": "1.5.7",
"fs-extra": "7.0.0",
"fuzzy": "0.1.3",
"ganache-cli": "6.1.8",
"glob": "7.1.3",
"globule": "1.2.1",
2018-10-17 20:21:23 +00:00
"handlebars": "4.0.12",
2018-10-24 18:42:13 +00:00
"hard-source-webpack-plugin": "0.12.0",
"helmet": "3.13.0",
"hosted-git-info": "2.7.1",
"http-proxy": "1.17.0",
"http-shutdown": "1.2.0",
"i18n": "0.8.3",
2017-12-13 15:59:53 +00:00
"ipfs-api": "17.2.4",
"is-valid-domain": "0.0.5",
"istanbul": "0.4.5",
2018-09-10 06:57:10 +00:00
"json-parse-better-errors": "1.0.2",
"live-plugin-manager-git-fix": "0.12.1",
"lodash.clonedeep": "4.5.0",
"merge": "1.2.0",
"mocha": "5.2.0",
"multihashes": "0.4.14",
"neo-blessed": "0.2.0",
"netcat": "1.3.5",
"node-ipc": "9.1.1",
"node-netcat": "1.4.8",
2018-10-02 00:15:44 +00:00
"node-sass": "4.9.3",
2018-08-08 00:45:35 +00:00
"npmlog": "4.1.2",
"opn": "5.3.0",
"ora": "2.1.0",
"os-locale": "2.1.0",
"parse-json": "4.0.0",
"pkg-up": "2.0.0",
"promptly": "2.2.0",
2017-12-19 18:29:48 +00:00
"propose": "0.0.5",
2018-10-17 20:21:23 +00:00
"react-scripts": "1.1.5",
2018-10-24 18:42:13 +00:00
"remix-debug-debugtest": "latest",
"remix-tests": "0.0.13",
"request": "2.88.0",
2018-10-02 00:15:44 +00:00
"sass-loader": "7.1.0",
2018-07-09 06:17:06 +00:00
"semver": "5.5.1",
"serve-static": "1.13.2",
"shelljs": "0.5.3",
"simples": "0.8.8",
2018-11-19 10:29:02 +00:00
"solc": "0.5.0",
"source-map-support": "0.5.9",
"string-replace-async": "1.2.1",
"style-loader": "0.23.1",
2018-08-26 17:35:41 +00:00
"subdir": "0.0.3",
"swarm-api": "0.1.2",
"tar": "3.2.1",
"toposort": "1.0.7",
"underscore": "1.9.1",
"url-loader": "1.1.2",
"uuid": "3.3.2",
"viz.js": "1.8.2",
2018-10-11 19:31:50 +00:00
"web3": "1.0.0-beta.34",
2018-10-01 23:32:50 +00:00
"webpack": "4.19.0",
2018-10-24 18:42:13 +00:00
"webpack-bundle-analyzer": "2.13.1",
"websocket": "1.0.28",
2018-10-24 18:42:13 +00:00
"window-size": "1.1.1"
2015-05-24 12:38:56 +00:00
},
"devDependencies": {
"@babel/cli": "7.1.2",
"@babel/plugin-proposal-optional-chaining": "7.0.0",
"@types/async": "2.0.50",
2018-11-16 12:49:09 +00:00
"@types/i18n": "0.8.3",
"@types/node": "10.11.7",
2018-11-16 12:49:09 +00:00
"@types/os-locale": "2.1.0",
"@types/web3": "1.0.12",
"babel-plugin-dynamic-import-node": "2.2.0",
2018-09-21 21:41:53 +00:00
"chai": "4.1.2",
"chalk": "2.4.1",
2018-09-21 21:44:41 +00:00
"cross-env": "5.2.0",
2018-10-29 14:33:12 +00:00
"eslint": "5.7.0",
"minimist": "1.2.0",
"mocha-sinon": "1.2.0",
2018-09-21 21:43:04 +00:00
"npm-run-all": "4.1.3",
"rimraf": "2.6.2",
"sinon": "4.5.0",
"standard-version": "4.4.0",
"tslint": "5.11.0",
"typescript": "3.1.3"
},
"engines": {
"node": ">=8.11.3",
"npm": ">666",
"yarn": ">=1.12.3"
}
2015-05-24 12:38:56 +00:00
}