Upgrade of modules and webpack.

Support for localization in progress.
This commit is contained in:
Tomas Bures 2018-11-17 23:26:45 +01:00
parent d8b56fff0d
commit 4862d6cac4
52 changed files with 5870 additions and 23064 deletions

View file

@ -5,8 +5,7 @@
"main": "index.js",
"scripts": {
"build": "webpack",
"watch": "webpack --watch",
"locales": "for moFile in ../languages/*.mo; do lng=`basename $moFile .mo`; i18next-conv -s $moFile -t locales/$lng/common.json -l $lng; done"
"watch": "webpack --watch"
},
"repository": {
"type": "git",
@ -34,54 +33,55 @@
"@ckeditor/ckeditor5-theme-lark": "^11.1.0",
"@ckeditor/ckeditor5-ui": "^11.1.0",
"@ckeditor/ckeditor5-upload": "^10.0.3",
"axios": "^0.16.2",
"datatables.net": "^1.10.15",
"datatables.net-bs": "^1.10.15",
"axios": "^0.18.0",
"datatables.net": "^1.10.19",
"datatables.net-bs": "^1.10.19",
"grapesjs": "^0.14.40",
"grapesjs-mjml": "0.0.27",
"grapesjs-preset-newsletter": "^0.2.20",
"i18next": "^8.4.3",
"i18next-xhr-backend": "^1.4.2",
"i18next": "^12.0.0",
"i18next-browser-languagedetector": "^2.2.4",
"immutable": "^3.8.1",
"juice": "^5.0.1",
"mjml4-in-browser": "^1.0.1",
"moment": "^2.18.1",
"moment-timezone": "^0.5.13",
"prop-types": "^15.5.10",
"querystringify": "^1.0.0",
"moment": "^2.22.2",
"moment-timezone": "^0.5.23",
"prop-types": "^15.6.2",
"querystringify": "^2.1.0",
"react": "^15.6.1",
"react-ace": "^5.1.0",
"react-ace": "^5.10.0",
"react-ckeditor-component": "^1.1.0",
"react-day-picker": "^6.1.0",
"react-dnd-html5-backend": "^2.4.1",
"react-dnd-touch-backend": "^0.3.13",
"react-dnd-html5-backend": "^2.6.0",
"react-dnd-touch-backend": "^0.3.21",
"react-dom": "^15.6.1",
"react-dropzone": "^4.2.1",
"react-i18next": "^4.6.1",
"react-router-dom": "^4.1.1",
"react-dropzone": "^4.3.0",
"react-i18next": "^8.3.8",
"react-router-dom": "^4.3.1",
"react-sortable-tree": "^1.2.0",
"slugify": "^1.1.0",
"slugify": "^1.3.3",
"url-parse": "^1.4.4"
},
"devDependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.6",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-function-bind": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@ckeditor/ckeditor5-dev-utils": "^11.0.1",
"@ckeditor/ckeditor5-dev-webpack-plugin": "^7.0.1",
"babel-cli": "^6.24.1",
"babel-loader": "^7.1.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-function-bind": "^6.22.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"css-loader": "^0.28.4",
"babel-loader": "^8.0.4",
"css-loader": "^1.0.1",
"file-loader": "^2.0.0",
"i18next-conv": "^3.0.3",
"node-sass": "^4.10.0",
"postcss-loader": "^3.0.0",
"raw-loader": "^0.5.1",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"url-loader": "^1.1.2",
"webpack": "^2.6.1"
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2"
}
}