status-teller-network/package.json

32 lines
708 B
JSON

{
"name": "status-teller-network",
"version": "0.0.1",
"description": "",
"scripts": {
"test": "embark test",
"lint": "eslint app/js/"
},
"author": "",
"license": "ISC",
"homepage": "",
"devDependencies": {
"eslint": "5.7.0",
"eslint-plugin-react": "7.11.1"
},
"dependencies": {
"bootstrap": "^4.1.3",
"connected-react-router": "^6.0.0",
"cryptocompare": "^0.7.0",
"embark-solium": "0.0.1",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-google-maps": "^9.4.5",
"react-redux": "^6.0.0",
"react-router-dom": "^4.3.1",
"reactstrap": "^6.5.0",
"recompose": "^0.30.0",
"redux": "^4.0.1",
"redux-saga": "^0.16.2"
}
}