{ "name": "ara-web", "version": "1.0.0", "private": true, "homepage": "http://localhost:3000/", "dependencies": { "@patternfly/patternfly-next": "1.0.105", "axios": "^0.18.0", "react": "^16.5.1", "react-dom": "^16.5.1", "react-redux": "^5.0.7", "react-router-dom": "^4.3.1", "react-scripts": "^1.1.5", "redux": "^4.0.0", "redux-thunk": "^2.3.0", "styled-components": "^4.1.3" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject" }, "devDependencies": { "axios-mock-adapter": "^1.15.0", "redux-mock-store": "^1.5.3" } }