Created
June 11, 2016 06:55
-
-
Save SanthoshVijayabaskar/7c8ddf1cb3c711af0a7e35399b93e685 to your computer and use it in GitHub Desktop.
React-Redux-Demo Training - CGI
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": "react-redux-demo", | |
| "version": "1.0.0", | |
| "description": "CGI React-Redux Training", | |
| "author": "Santhosh Vijay", | |
| "license": "MIT", | |
| "dependencies": { | |
| "babel-polyfill": "6.8.0", | |
| "bootstrap": "3.3.6", | |
| "jquery": "2.2.3", | |
| "react": "15.0.2", | |
| "react-dom": "15.0.2", | |
| "react-redux": "4.4.5", | |
| "react-router": "2.4.0", | |
| "react-router-redux": "4.0.4", | |
| "redux": "3.5.2", | |
| "redux-thunk": "2.0.1", | |
| "toastr": "2.1.2" | |
| }, | |
| "devDependencies": { | |
| "babel-cli": "6.8.0", | |
| "babel-core": "6.8.0", | |
| "babel-loader": "6.2.4", | |
| "babel-plugin-react-display-name": "2.0.0", | |
| "babel-preset-es2015": "6.6.0", | |
| "babel-preset-react": "6.5.0", | |
| "babel-preset-react-hmre": "1.1.1", | |
| "babel-register": "6.8.0", | |
| "colors": "1.1.2", | |
| "compression": "1.6.1", | |
| "cross-env": "1.0.7", | |
| "css-loader": "0.23.1", | |
| "enzyme": "2.2.0", | |
| "eslint": "2.9.0", | |
| "eslint-plugin-import": "1.6.1", | |
| "eslint-plugin-react": "5.0.1", | |
| "eslint-watch": "2.1.11", | |
| "eventsource-polyfill": "0.9.6", | |
| "expect": "1.19.0", | |
| "express": "4.13.4", | |
| "extract-text-webpack-plugin": "1.0.1", | |
| "file-loader": "0.8.5", | |
| "jsdom": "8.5.0", | |
| "mocha": "2.4.5", | |
| "nock": "8.0.0", | |
| "npm-run-all": "1.8.0", | |
| "open": "0.0.5", | |
| "react-addons-test-utils": "15.0.2", | |
| "redux-immutable-state-invariant": "1.2.3", | |
| "redux-mock-store": "1.0.2", | |
| "rimraf": "2.5.2", | |
| "style-loader": "0.13.1", | |
| "url-loader": "0.5.7", | |
| "webpack": "1.13.0", | |
| "webpack-dev-middleware": "1.6.1", | |
| "webpack-hot-middleware": "2.10.0" | |
| }, | |
| "repository": { | |
| "type": "git", | |
| "url": "" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment