snt-voting/package.json

50 lines
1.5 KiB
JSON
Raw Normal View History

2018-04-23 04:58:58 +00:00
{
"name": "status-contracts",
"version": "0.0.1",
"description": "",
2018-04-23 04:58:58 +00: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 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-09-27 23:37:13 +00: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",
"@babel/plugin-syntax-import-meta": "^7.0.0"
},
2018-05-18 19:17:46 +00:00
"dependencies": {
2018-09-27 23:37:13 +00:00
"@material-ui/core": "^3.0.0",
"@material-ui/icons": "^3.0.0",
"@material-ui/lab": "^1.0.0-alpha.12",
2018-07-12 19:31:47 +00:00
"axios": "^0.18.0",
2018-09-27 23:37:13 +00:00
"lodash": "^4.17.10",
"bignumber.js": "^5.0.0",
"bootstrap": "^3.3.7",
"formik": "^0.11.11",
2018-05-22 15:11:53 +00:00
"jquery": "^3.3.1",
2018-09-27 23:37:13 +00:00
"react": "^16.4.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-09-27 23:37:13 +00:00
"react-dom": "^16.4.2",
"react-toggle": "^4.0.2",
2018-09-18 17:47:39 +00:00
"rlp": "^2.1.0",
"typeface-roboto": "0.0.54"
2018-04-23 04:58:58 +00:00
}
}