47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"name": "status-visual-identity",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"scripts": {
|
|
"solidity-coverage": "./node_modules/.bin/solidity-coverage",
|
|
"test": "embark test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/status-im/contracts.git"
|
|
},
|
|
"author": "Status Research & Development GMBH",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/status-im/contracts/issues"
|
|
},
|
|
"homepage": "https://github.com/status-im/contracts#readme",
|
|
"dependencies": {
|
|
"@material-ui/core": "^1.3.0",
|
|
"@material-ui/icons": "^1.1.0",
|
|
"@material-ui/lab": "^1.0.0-alpha.5",
|
|
"axios": "^0.18.0",
|
|
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
|
"babel-preset-stage-2": "^6.24.1",
|
|
"bignumber.js": "^5.0.0",
|
|
"bootstrap": "^3.3.7",
|
|
"embark-solc": "^0.2.2",
|
|
"flexboxgrid": "^6.3.1",
|
|
"formik": "^0.11.11",
|
|
"jquery": "^3.3.1",
|
|
"lodash": "^4.17.13",
|
|
"loom-js": "^1.17.0",
|
|
"openzeppelin-solidity": "1.10.0",
|
|
"react": "^16.3.2",
|
|
"react-blockies": "^1.3.0",
|
|
"react-bootstrap": "^0.32.1",
|
|
"react-color": "^2.14.1",
|
|
"react-dom": "^16.3.2",
|
|
"react-dropzone": "^4.2.13",
|
|
"react-sketch": "^0.4.4",
|
|
"react-toggle": "^4.0.2",
|
|
"rlp": "^2.0.0",
|
|
"typeface-roboto": "0.0.54"
|
|
}
|
|
}
|