snt-voting/package.json
2018-12-04 11:26:49 -04:00

56 lines
1.7 KiB
JSON

{
"name": "status-contracts",
"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",
"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"
},
"dependencies": {
"@date-io/date-fns": "0.0.2",
"@material-ui/core": "^3.6.1",
"@material-ui/icons": "^3.0.1",
"@material-ui/lab": "^3.0.0-alpha.24",
"axios": "^0.18.0",
"bignumber.js": "^5.0.0",
"bootstrap": "^3.3.7",
"date-fns": "^2.0.0-alpha.25",
"formik": "^0.11.11",
"jquery": "^3.3.1",
"lodash": "^4.17.10",
"material-ui-pickers": "^2.0.4",
"react": "^16.4.2",
"react-blockies": "^1.3.0",
"react-bootstrap": "^0.32.1",
"react-dom": "^16.4.2",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-sortable-hoc": "^0.8.4",
"react-toggle": "^4.0.2",
"rlp": "^2.1.0",
"typeface-roboto": "0.0.54"
}
}