subscriptions/package.json

22 lines
469 B
JSON

{
"name": "app_name",
"version": "0.0.1",
"description": "",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"homepage": "",
"dependencies": {
"@material-ui/core": "^3.9.3",
"embarkjs-connector-web3": "^4.0.0",
"formik": "^1.5.2",
"react": "^16.8.6",
"react-bootstrap": "0.32.1",
"react-dom": "^16.8.6",
"react-router-dom": "^5.0.0"
}
}