|
| 1 | +{ |
| 2 | + "name": "ps-redux", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "Starter kit for React and Redux Pluralsight course by Cory House", |
| 5 | + "scripts": { |
| 6 | + "prestart": "babel-node tools/startMessage.js", |
| 7 | + "start": "npm-run-all --parallel test:watch open:src lint:watch", |
| 8 | + "open:src": "babel-node tools/srcServer.js", |
| 9 | + "lint": "node_modules/.bin/esw webpack.config.* src tools", |
| 10 | + "lint:watch": "npm run lint -- --watch", |
| 11 | + "test": "mocha --reporter progress tools/testSetup.js src/**/*.test.js", |
| 12 | + "test:watch": "npm run test -- --watch" |
| 13 | + }, |
| 14 | + "author": "Cory House", |
| 15 | + "license": "MIT", |
| 16 | + "dependencies": { |
| 17 | + "babel-polyfill": "6.7.4", |
| 18 | + "bootstrap": "3.3.6", |
| 19 | + "jquery": "2.2.3", |
| 20 | + "react": "15.0.1", |
| 21 | + "react-dom": "15.0.1", |
| 22 | + "react-redux": "4.4.5", |
| 23 | + "react-router": "2.2.2", |
| 24 | + "react-router-redux": "4.0.2", |
| 25 | + "redux": "3.4.0", |
| 26 | + "redux-thunk": "2.0.1", |
| 27 | + "toastr": "2.1.2" |
| 28 | + }, |
| 29 | + "devDependencies": { |
| 30 | + "babel-cli": "6.7.5", |
| 31 | + "babel-core": "6.7.6", |
| 32 | + "babel-loader": "6.2.4", |
| 33 | + "babel-plugin-react-display-name": "2.0.0", |
| 34 | + "babel-preset-es2015": "6.6.0", |
| 35 | + "babel-preset-react": "6.5.0", |
| 36 | + "babel-preset-react-hmre": "1.1.1", |
| 37 | + "babel-register": "6.7.2", |
| 38 | + "colors": "1.1.2", |
| 39 | + "cross-env": "1.0.7", |
| 40 | + "css-loader": "0.23.1", |
| 41 | + "enzyme": "2.2.0", |
| 42 | + "eslint": "2.7.0", |
| 43 | + "eslint-loader": "1.3.0", |
| 44 | + "eslint-plugin-import": "1.4.0", |
| 45 | + "eslint-plugin-react": "4.3.0", |
| 46 | + "eventsource-polyfill": "0.9.6", |
| 47 | + "expect": "1.16.0", |
| 48 | + "express": "4.13.4", |
| 49 | + "extract-text-webpack-plugin": "1.0.1", |
| 50 | + "file-loader": "0.8.5", |
| 51 | + "jsdom": "8.3.1", |
| 52 | + "mocha": "2.4.5", |
| 53 | + "nock": "8.0.0", |
| 54 | + "npm-run-all": "1.7.0", |
| 55 | + "open": "0.0.5", |
| 56 | + "react-addons-test-utils": "15.0.1", |
| 57 | + "redux-immutable-state-invariant": "1.2.2", |
| 58 | + "redux-mock-store": "1.0.2", |
| 59 | + "rimraf": "2.5.2", |
| 60 | + "style-loader": "0.13.1", |
| 61 | + "url-loader": "0.5.7", |
| 62 | + "webpack": "1.13.0", |
| 63 | + "webpack-dev-middleware": "1.6.1", |
| 64 | + "webpack-hot-middleware": "2.10.0" |
| 65 | + }, |
| 66 | + "repository": { |
| 67 | + "type": "git", |
| 68 | + "url": "https://github.com/coryhouse/pluralsight-redux-starter" |
| 69 | + } |
| 70 | +} |
0 commit comments