mirror of
https://github.com/status-im/snt-voting.git
synced 2025-02-23 07:38:07 +00:00
61 lines
1.9 KiB
JSON
61 lines
1.9 KiB
JSON
{
|
|
"name": "status-contracts",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"scripts": {
|
|
"solidity-coverage": "./node_modules/.bin/solidity-coverage",
|
|
"lint": "./node_modules/.bin/eslint app",
|
|
"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",
|
|
"babel-eslint": "^10.0.1",
|
|
"eslint": "^5.9.0",
|
|
"eslint-plugin-babel": "^5.3.0",
|
|
"eslint-plugin-react": "^7.11.1"
|
|
},
|
|
"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",
|
|
"bn.js": "^4.11.8",
|
|
"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",
|
|
"number-to-bn": "^1.7.0",
|
|
"react": "^16.4.2",
|
|
"react-blockies": "^1.3.0",
|
|
"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"
|
|
}
|
|
}
|