2018-04-23 04:58:58 +00:00
|
|
|
{
|
|
|
|
"name": "status-contracts",
|
2018-05-13 00:16:18 +00:00
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "",
|
2018-04-23 04:58:58 +00:00
|
|
|
"scripts": {
|
|
|
|
"solidity-coverage": "./node_modules/.bin/solidity-coverage",
|
2018-05-31 21:27:04 +00:00
|
|
|
"test": "embark test",
|
|
|
|
"lint": "eslint"
|
2018-04-23 04:58:58 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/status-im/contracts.git"
|
|
|
|
},
|
2018-04-23 05:04:49 +00:00
|
|
|
"author": "Status Research & Development GMBH",
|
2018-04-23 04:58:58 +00:00
|
|
|
"license": "ISC",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/status-im/contracts/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/status-im/contracts#readme",
|
2018-05-18 19:17:46 +00:00
|
|
|
"dependencies": {
|
2018-06-15 15:23:54 +00:00
|
|
|
"@material-ui/core": "^1.2.1",
|
2018-07-09 21:53:56 +00:00
|
|
|
"@material-ui/icons": "^1.1.0",
|
2018-05-29 20:51:19 +00:00
|
|
|
"bignumber.js": "^5.0.0",
|
2018-07-06 22:12:09 +00:00
|
|
|
"classnames": "^2.2.6",
|
2018-08-09 19:17:31 +00:00
|
|
|
"elliptic": "^6.4.1",
|
2018-05-14 02:34:31 +00:00
|
|
|
"eth-ens-namehash": "^2.0.8",
|
2018-05-22 19:44:33 +00:00
|
|
|
"formik": "^0.11.11",
|
2018-08-30 19:18:45 +00:00
|
|
|
"idna-normalize": "^1.0.0",
|
2018-06-15 15:23:54 +00:00
|
|
|
"install": "^0.11.0",
|
|
|
|
"npm": "^6.1.0",
|
|
|
|
"prop-types": "^15.6.1",
|
2018-05-13 05:49:20 +00:00
|
|
|
"react": "^16.3.2",
|
2018-05-18 19:17:46 +00:00
|
|
|
"react-blockies": "^1.3.0",
|
2018-05-13 05:49:20 +00:00
|
|
|
"react-bootstrap": "^0.32.1",
|
2018-06-06 19:37:03 +00:00
|
|
|
"react-copy-to-clipboard": "^5.0.1",
|
2018-06-01 14:25:59 +00:00
|
|
|
"react-dom": "^16.3.2",
|
|
|
|
"react-redux": "^5.0.7",
|
2018-06-15 15:23:54 +00:00
|
|
|
"react-toggle": "^4.0.2",
|
2018-06-01 14:25:59 +00:00
|
|
|
"redux": "^4.0.0",
|
|
|
|
"redux-action-creator": "^2.3.0",
|
2018-06-05 17:19:21 +00:00
|
|
|
"redux-thunk": "^2.3.0",
|
2018-06-09 01:40:36 +00:00
|
|
|
"reselect": "^3.0.1",
|
2018-06-15 15:23:54 +00:00
|
|
|
"styled-components": "^3.3.2",
|
2018-07-06 22:12:09 +00:00
|
|
|
"typeface-roboto": "0.0.54",
|
2018-06-09 01:40:36 +00:00
|
|
|
"web3-utils": "^1.0.0-beta.34"
|
2018-05-31 21:27:04 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-05-31 21:42:00 +00:00
|
|
|
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
|
|
|
"babel-preset-stage-2": "^6.24.1",
|
2018-05-31 21:27:04 +00:00
|
|
|
"eslint": "^4.19.1",
|
|
|
|
"eslint-config-airbnb": "^16.1.0",
|
|
|
|
"eslint-plugin-import": "^2.12.0",
|
|
|
|
"eslint-plugin-jsx-a11y": "^6.0.3",
|
2018-08-27 05:37:01 +00:00
|
|
|
"eslint-plugin-react": "^7.8.2",
|
|
|
|
"ethereumjs-util": "^5.2.0"
|
2018-04-23 04:58:58 +00:00
|
|
|
}
|
|
|
|
}
|