2018-04-23 01:58:58 -03:00
|
|
|
{
|
|
|
|
"name": "status-contracts",
|
2018-05-12 21:16:18 -03:00
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "",
|
2018-04-23 01:58:58 -03:00
|
|
|
"scripts": {
|
|
|
|
"solidity-coverage": "./node_modules/.bin/solidity-coverage",
|
|
|
|
"test": "embark test"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/status-im/contracts.git"
|
|
|
|
},
|
2018-04-23 02:04:49 -03:00
|
|
|
"author": "Status Research & Development GMBH",
|
2018-04-23 01:58:58 -03:00
|
|
|
"license": "ISC",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/status-im/contracts/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/status-im/contracts#readme",
|
2018-09-27 19:37:13 -04:00
|
|
|
"devDependencies": {
|
|
|
|
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
|
|
|
"@babel/plugin-proposal-decorators": "^7.0.0",
|
|
|
|
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
|
|
|
|
"@babel/plugin-proposal-function-sent": "^7.0.0",
|
|
|
|
"@babel/plugin-proposal-json-strings": "^7.0.0",
|
|
|
|
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
|
|
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
|
|
|
|
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
|
|
|
|
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
|
2018-12-12 15:00:36 -04:00
|
|
|
"@babel/plugin-syntax-import-meta": "^7.0.0",
|
|
|
|
"eslint": "^5.9.0"
|
2018-09-27 19:37:13 -04:00
|
|
|
},
|
2018-05-18 16:17:46 -03:00
|
|
|
"dependencies": {
|
2018-12-04 09:58:14 -04:00
|
|
|
"@date-io/date-fns": "0.0.2",
|
2018-12-04 11:26:49 -04:00
|
|
|
"@material-ui/core": "^3.6.1",
|
|
|
|
"@material-ui/icons": "^3.0.1",
|
|
|
|
"@material-ui/lab": "^3.0.0-alpha.24",
|
2018-07-12 15:31:47 -04:00
|
|
|
"axios": "^0.18.0",
|
2018-05-31 16:48:10 -04:00
|
|
|
"bignumber.js": "^5.0.0",
|
2018-12-12 15:00:36 -04:00
|
|
|
"bn.js": "^4.11.8",
|
2018-06-26 12:46:06 -04:00
|
|
|
"bootstrap": "^3.3.7",
|
2018-12-04 09:58:14 -04:00
|
|
|
"date-fns": "^2.0.0-alpha.25",
|
2018-05-31 09:53:26 -04:00
|
|
|
"formik": "^0.11.11",
|
2018-05-22 11:11:53 -04:00
|
|
|
"jquery": "^3.3.1",
|
2018-10-16 16:20:54 -04:00
|
|
|
"lodash": "^4.17.10",
|
2018-12-04 09:58:14 -04:00
|
|
|
"material-ui-pickers": "^2.0.4",
|
2018-12-12 15:00:36 -04:00
|
|
|
"number-to-bn": "^1.7.0",
|
2018-09-27 19:37:13 -04:00
|
|
|
"react": "^16.4.2",
|
2018-05-18 16:17:46 -03:00
|
|
|
"react-blockies": "^1.3.0",
|
2018-05-13 02:49:20 -03:00
|
|
|
"react-bootstrap": "^0.32.1",
|
2018-09-27 19:37:13 -04:00
|
|
|
"react-dom": "^16.4.2",
|
2018-10-16 16:20:54 -04:00
|
|
|
"react-router": "^4.3.1",
|
|
|
|
"react-router-dom": "^4.3.1",
|
2018-12-03 16:23:38 -04:00
|
|
|
"react-sortable-hoc": "^0.8.4",
|
2018-06-26 13:34:24 -04:00
|
|
|
"react-toggle": "^4.0.2",
|
2018-09-18 13:47:39 -04:00
|
|
|
"rlp": "^2.1.0",
|
2018-06-26 12:46:06 -04:00
|
|
|
"typeface-roboto": "0.0.54"
|
2018-04-23 01:58:58 -03:00
|
|
|
}
|
|
|
|
}
|