diff options
| author | cedricnjanga | 2017-10-06 10:17:17 +0200 |
|---|---|---|
| committer | cedricnjanga | 2017-10-06 10:17:17 +0200 |
| commit | b6f08e58fae35d5dd8a610af31c2950b37746695 (patch) | |
| tree | 989843dd674c41ff73eb75bd630ce4cc91fff91b /package.json | |
| parent | 08517c27551a2dd8b227f6662f4c41574a36d81e (diff) | |
| download | chouette-core-b6f08e58fae35d5dd8a610af31c2950b37746695.tar.bz2 | |
Add webpacker gem and migrate the React apps
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/package.json b/package.json index 9a46403f3..ca1772bc1 100644 --- a/package.json +++ b/package.json @@ -1,23 +1,23 @@ { "name": "stif-boiv", "dependencies": { + "@rails/webpacker": "^3.0.2", "babel-polyfill": "6.16.0", "babel-preset-es2015": "6.18.0", - "babel-preset-react": "6.16.0", + "babel-preset-react": "6.24.1", "babelify": "7.3.0", - "browserify": "13.1.1", - "browserify-incremental": "3.1.1", + "jquery": "3.2.1", "lodash": "4.17.4", - "promise-polyfill": "^6.0.2", + "promise-polyfill": "6.0.2", "react": "15.3.2", "react-dom": "15.3.2", "react-redux": "4.4.5", - "react-select2": "4.0.2", + "react-select2-wrapper": "^1.0.4-beta5", "redux": "3.6.0", - "whatwg-fetch": "2.0.3", "redux-logger": "2.7.4", + "redux-promise": "0.5.3", "redux-thunk": "2.1.0", - "redux-promise": "0.5.3" + "whatwg-fetch": "2.0.3" }, "license": "MIT", "engines": { @@ -26,6 +26,7 @@ "devDependencies": { "es6-object-assign": "1.0.3", "react-addons-test-utils": "15.3.2", - "sinon": "1.17.7" + "sinon": "1.17.7", + "webpack-dev-server": "^2.9.1" } -} +}
\ No newline at end of file |
