snt-voting/package.json

59 lines
1.8 KiB
JSON
Raw Normal View History

2018-04-23 01:58:58 -03:00
{
"name": "status-contracts",
"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",
"@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",
"bignumber.js": "^5.0.0",
"bn.js": "^4.11.8",
"bootstrap": "^3.3.7",
2018-12-04 09:58:14 -04:00
"date-fns": "^2.0.0-alpha.25",
"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",
"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",
"react-sortable-hoc": "^0.8.4",
"react-toggle": "^4.0.2",
2018-09-18 13:47:39 -04:00
"rlp": "^2.1.0",
"typeface-roboto": "0.0.54"
2018-04-23 01:58:58 -03:00
}
}