Created
May 6, 2018 03:29
-
-
Save hardikmodi1/31834b6e6f58fc5608b9b24290b2e55b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "vizack-front", | |
| "version": "0.1.0", | |
| "private": true, | |
| "dependencies": { | |
| "axios": "^0.18.0", | |
| "cookie-session": "^2.0.0-beta.3", | |
| "prop-types": "^15.6.1", | |
| "react": "^16.3.1", | |
| "react-cookie": "^2.1.4", | |
| "react-dom": "^16.3.1", | |
| "react-google-login": "^3.2.1", | |
| "react-materialize": "^2.2.0", | |
| "react-redux": "^5.0.7", | |
| "react-router-dom": "^4.2.2", | |
| "react-scripts": "1.1.4", | |
| "react-social-login": "^3.4.2", | |
| "redux": "^4.0.0", | |
| "redux-persist": "^5.9.1", | |
| "redux-thunk": "^2.2.0", | |
| "serve": "^6.5.6" | |
| }, | |
| "scripts": { | |
| "start": "react-scripts start", | |
| "build": "react-scripts build", | |
| "test": "react-scripts test --env=jsdom", | |
| "eject": "react-scripts eject" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment