Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions frontend-redux/.babelrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"presets": [
"react-app",
["@babel/preset-env"]
"react-app"
],
"plugins": [
["@babel/plugin-proposal-decorators", { "legacy": true }],
Expand Down
140 changes: 68 additions & 72 deletions frontend-redux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,83 +3,47 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/core": "7.2.2",
"@material-ui/core": "^3.9.2",
"@material-ui/icons": "^3.0.2",
"@svgr/webpack": "4.1.0",
"aws-sdk": "^2.408.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "9.0.0",
"babel-jest": "23.6.0",
"babel-loader": "8.0.5",
"babel-plugin-named-asset-import": "^0.3.1",
"babel-preset-react-app": "^7.0.1",
"bfj": "6.1.1",
"case-sensitive-paths-webpack-plugin": "2.2.0",
"classnames": "^2.2.6",
"bfj": "^7.0.1",
"connected-react-router": "^6.3.1",
"css-loader": "1.0.0",
"dotenv": "6.0.0",
"dotenv-expand": "4.2.0",
"eslint": "5.12.0",
"eslint-config-react-app": "^3.0.7",
"eslint-loader": "2.1.1",
"eslint-plugin-flowtype": "2.50.1",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jsx-a11y": "6.1.2",
"eslint-plugin-react": "7.12.4",
"file-loader": "2.0.0",
"fork-ts-checker-webpack-plugin-alt": "0.4.14",
"dotenv": "^8.1.0",
"dotenv-expand": "^5.1.0",
"fs-extra": "7.0.1",
"html-webpack-plugin": "4.0.0-alpha.2",
"i18next": "^15.0.4",
"identity-obj-proxy": "3.0.0",
"i18next": "^17.0.16",
"identity-obj-proxy": "^3.0.0",
"immutable": "^4.0.0-rc.12",
"immutable-devtools": "^0.1.4",
"jest": "23.6.0",
"jest-pnp-resolver": "1.0.2",
"jest-resolve": "23.6.0",
"jest-watch-typeahead": "^0.2.1",
"jss": "^9.8.7",
"lodash": "^4.17.11",
"mini-css-extract-plugin": "0.5.0",
"optimize-css-assets-webpack-plugin": "5.0.1",
"pnp-webpack-plugin": "1.2.1",
"postcss-flexbugs-fixes": "4.1.0",
"postcss-loader": "3.0.0",
"postcss-preset-env": "6.5.0",
"postcss-safe-parser": "4.0.1",
"jest": "^24.9.0",
"jest-pnp-resolver": "^1.2.1",
"jest-resolve": "^24.9.0",
"jest-watch-typeahead": "^0.4.0",
"jss": "^10.0.0",
"lodash": "^4.17.15",
"prop-types": "^15.7.2",
"react": "^16.8.3",
"react": "^16.9.0",
"react-app-polyfill": "^0.2.1",
"react-block-ui": "^1.1.3",
"react-block-ui": "^1.3.1",
"react-dev-utils": "^7.0.3",
"react-dom": "^16.8.3",
"react-helmet": "^5.2.0",
"react-i18next": "^10.2.0",
"react-dom": "^16.9.0",
"react-helmet": "^5.2.1",
"react-i18next": "^10.13.0",
"react-immutable-proptypes": "^2.1.0",
"react-jss": "^8.6.1",
"react-redux": "^6.0.1",
"react-router": "^4.3.1",
"react-swipeable-views": "^0.13.1",
"react-redux": "^7.1.1",
"react-router": "^5.1.0",
"react-swipeable-views": "^0.13.3",
"react-world-flags": "^1.3.0",
"redux": "^4.0.1",
"redux-actions": "^2.6.4",
"redux-form": "^8.1.0",
"redux": "^4.0.4",
"redux-actions": "^2.6.5",
"redux-form": "^8.2.6",
"redux-immutable": "^4.0.0",
"redux-localstorage": "^0.4.1",
"redux-saga": "^1.0.1",
"redux-saga": "^1.1.1",
"reselect": "^4.0.0",
"resolve": "1.10.0",
"sass-loader": "7.1.0",
"style-loader": "0.23.1",
"terser-webpack-plugin": "1.2.2",
"url-loader": "1.1.2",
"uuid": "^3.3.2",
"webpack": "4.28.3",
"webpack-dev-server": "3.1.14",
"webpack-manifest-plugin": "2.0.4",
"workbox-webpack-plugin": "3.6.3"
"resolve": "^1.12.0",
"uuid": "^3.3.3"
},
"scripts": {
"start": "node scripts/start.js",
Expand Down Expand Up @@ -151,16 +115,48 @@
]
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.3.3",
"@babel/plugin-proposal-decorators": "^7.3.0",
"@babel/plugin-transform-regenerator": "^7.0.0",
"@babel/preset-env": "^7.3.1",
"@babel/preset-stage-1": "^7.0.0",
"@storybook/addon-actions": "^4.1.13",
"@storybook/addon-links": "^4.1.13",
"@storybook/addons": "^4.1.13",
"@storybook/react": "^4.1.13",
"husky": "^1.3.1",
"path-to-regexp": "^3.0.0"
"sass-loader": "^8.0.0",
"style-loader": "^1.0.0",
"terser-webpack-plugin": "^2.1.0",
"url-loader": "^2.1.0",
"mini-css-extract-plugin": "^0.8.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"pnp-webpack-plugin": "^1.5.0",
"postcss-flexbugs-fixes": "^4.1.0",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.7.0",
"postcss-safe-parser": "^4.0.1",
"fork-ts-checker-webpack-plugin-alt": "^0.4.14",
"classnames": "^2.2.6",
"case-sensitive-paths-webpack-plugin": "^2.2.0",
"css-loader": "^3.2.0",
"webpack": "^4.41.0",
"webpack-dev-server": "^3.8.1",
"webpack-manifest-plugin": "^2.1.2",
"workbox-webpack-plugin": "^4.3.1",
"babel-plugin-named-asset-import": "^0.3.3",
"babel-preset-react-app": "^9.0.2",
"eslint": "^6.4.0",
"eslint-config-react-app": "^5.0.2",
"eslint-loader": "^3.0.1",
"eslint-plugin-flowtype": "^4.3.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"file-loader": "^4.2.0",
"@svgr/webpack": "^4.3.3",
"aws-sdk": "^2.536.0",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"babel-loader": "^8.0.6",
"@babel/core": "^7.6.2",
"@babel/plugin-proposal-decorators": "^7.6.0",
"@storybook/addon-actions": "^5.2.1",
"@storybook/addon-links": "^5.2.1",
"@storybook/addons": "^5.2.1",
"@storybook/react": "^5.2.1",
"husky": "^3.0.5",
"path-to-regexp": "^3.1.0"
}
}
Loading