Last active
July 6, 2018 14:52
-
-
Save coryhouse/7ca9541d4d2d37b2c1fef4d9b62a2ac7 to your computer and use it in GitHub Desktop.
Package.json file for "Building Applications in React and Redux in ES6" on Pluralsight
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": "ps-redux", | |
"version": "1.0.0", | |
"description": "Starter kit for React and Redux Pluralsight course by Cory House", | |
"scripts": {}, | |
"author": "Cory House", | |
"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", | |
"cheerio": "0.22.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": "https://github.com/coryhouse/pluralsight-redux-starter" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment