Updatged package.json and webpack vendor config

This commit is contained in:
Keven van Zuijlen
2017-04-12 21:00:15 +02:00
committed by Steve Sanderson
parent d2c56d19d0
commit c791ceee49
2 changed files with 8 additions and 6 deletions

View File

@@ -2,12 +2,12 @@
"name": "WebApplicationBasic", "name": "WebApplicationBasic",
"version": "0.0.0", "version": "0.0.0",
"dependencies": { "dependencies": {
"@types/history": "^2.0.0", "@types/history": "^4.5.0",
"@types/react": "^0.14.29", "@types/react": "^0.14.29",
"@types/react-dom": "^0.14.14", "@types/react-dom": "^0.14.14",
"@types/react-redux": "^4.4.29", "@types/react-redux": "^4.4.29",
"@types/react-router": "^2.0.30", "@types/react-router": "^4.0.4",
"@types/react-router-redux": "4.0.30", "@types/react-router-redux": "^5.0.0",
"@types/redux": "3.5.27", "@types/redux": "3.5.27",
"@types/webpack": "^2.2.0", "@types/webpack": "^2.2.0",
"@types/webpack-env": "^1.13.0", "@types/webpack-env": "^1.13.0",
@@ -25,14 +25,15 @@
"event-source-polyfill": "^0.0.7", "event-source-polyfill": "^0.0.7",
"extract-text-webpack-plugin": "^2.0.0-rc", "extract-text-webpack-plugin": "^2.0.0-rc",
"file-loader": "^0.8.5", "file-loader": "^0.8.5",
"history": "^4.6.1",
"jquery": "^2.2.1", "jquery": "^2.2.1",
"json-loader": "^0.5.4", "json-loader": "^0.5.4",
"node-noop": "^1.0.0", "node-noop": "^1.0.0",
"react": "~15.4.0", "react": "~15.4.0",
"react-dom": "~15.4.0", "react-dom": "~15.4.0",
"react-redux": "^4.4.5", "react-redux": "^4.4.5",
"react-router": "^2.8.1", "react-router-dom": "^4.1.0",
"react-router-redux": "^4.0.6", "react-router-redux": "^5.0.0-alpha.5",
"redux": "^3.6.0", "redux": "^3.6.0",
"redux-thunk": "^2.2.0", "redux-thunk": "^2.2.0",
"style-loader": "^0.13.0", "style-loader": "^0.13.0",

View File

@@ -21,9 +21,10 @@ module.exports = (env) => {
'bootstrap/dist/css/bootstrap.css', 'bootstrap/dist/css/bootstrap.css',
'domain-task', 'domain-task',
'event-source-polyfill', 'event-source-polyfill',
'history',
'react', 'react',
'react-dom', 'react-dom',
'react-router', 'react-router-dom',
'react-redux', 'react-redux',
'redux', 'redux',
'redux-thunk', 'redux-thunk',