|
|
@ -7,28 +7,29 @@
|
|
|
|
"build": "webpack --mode production"
|
|
|
|
"build": "webpack --mode production"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"devDependencies": {
|
|
|
|
"@babel/core": "^7.15.0",
|
|
|
|
"@babel/core": "^7.21.3",
|
|
|
|
"@babel/preset-react": "^7.14.5",
|
|
|
|
"@babel/eslint-parser": "^7.21.3",
|
|
|
|
|
|
|
|
"@babel/plugin-transform-react-jsx": "^7.21.0",
|
|
|
|
|
|
|
|
"@babel/preset-react": "^7.18.6",
|
|
|
|
"@pmmmwh/react-refresh-webpack-plugin": "0.5.0-rc.3",
|
|
|
|
"@pmmmwh/react-refresh-webpack-plugin": "0.5.0-rc.3",
|
|
|
|
"@types/react": "^17.0.18",
|
|
|
|
"@types/react": "^17.0.18",
|
|
|
|
"@types/react-dom": "^17.0.9",
|
|
|
|
"@types/react-dom": "^17.0.9",
|
|
|
|
"@types/react-redux": "^7.1.7",
|
|
|
|
"@types/react-redux": "^7.1.7",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^5.12.0",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^5.56.0",
|
|
|
|
"@typescript-eslint/parser": "^5.12.0",
|
|
|
|
"@typescript-eslint/parser": "^5.56.0",
|
|
|
|
"babel-eslint": "^10.1.0",
|
|
|
|
"babel-loader": "^9.1.2",
|
|
|
|
"babel-loader": "8.1.0",
|
|
|
|
"babel-preset-react-app": "^10.0.1",
|
|
|
|
"babel-preset-react-app": "10.0.0",
|
|
|
|
|
|
|
|
"css-loader": "4.3.0",
|
|
|
|
"css-loader": "4.3.0",
|
|
|
|
"css-minimizer-webpack-plugin": "^3.0.2",
|
|
|
|
"css-minimizer-webpack-plugin": "^3.0.2",
|
|
|
|
"dotenv": "8.2.0",
|
|
|
|
"dotenv": "8.2.0",
|
|
|
|
"eslint": "^7.11.0",
|
|
|
|
"eslint": "^8.36.0",
|
|
|
|
"eslint-config-react-app": "^6.0.0",
|
|
|
|
"eslint-config-react-app": "^7.0.1",
|
|
|
|
"eslint-plugin-flowtype": "^5.2.0",
|
|
|
|
"eslint-plugin-flowtype": "^8.0.3",
|
|
|
|
"eslint-plugin-import": "^2.22.1",
|
|
|
|
"eslint-plugin-import": "^2.27.5",
|
|
|
|
"eslint-plugin-jsx-a11y": "^6.3.1",
|
|
|
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
|
|
"eslint-plugin-react": "^7.21.5",
|
|
|
|
"eslint-plugin-react": "^7.32.2",
|
|
|
|
"eslint-plugin-react-hooks": "^4.2.0",
|
|
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
|
|
"eslint-webpack-plugin": "^3.0.1",
|
|
|
|
"eslint-webpack-plugin": "^4.0.0",
|
|
|
|
"html-webpack-plugin": "^5.3.2",
|
|
|
|
"html-webpack-plugin": "^5.3.2",
|
|
|
|
"mini-css-extract-plugin": "0.11.3",
|
|
|
|
"mini-css-extract-plugin": "0.11.3",
|
|
|
|
"pnp-webpack-plugin": "^1.7.0",
|
|
|
|
"pnp-webpack-plugin": "^1.7.0",
|
|
|
@ -38,13 +39,13 @@
|
|
|
|
"react-refresh": "^0.10.0",
|
|
|
|
"react-refresh": "^0.10.0",
|
|
|
|
"redux": "^4.0.5",
|
|
|
|
"redux": "^4.0.5",
|
|
|
|
"style-loader": "1.3.0",
|
|
|
|
"style-loader": "1.3.0",
|
|
|
|
"ts-loader": "^9.2.5",
|
|
|
|
"ts-loader": "^9.4.2",
|
|
|
|
"tslib": "^2.3.1",
|
|
|
|
"tslib": "^2.5.0",
|
|
|
|
"typescript": "~4.5.5",
|
|
|
|
"typescript": "~5.0.2",
|
|
|
|
"url-loader": "4.1.1",
|
|
|
|
"url-loader": "4.1.1",
|
|
|
|
"webpack": "^5.69.1",
|
|
|
|
"webpack": "^5.76.3",
|
|
|
|
"webpack-cli": "^4.7.2",
|
|
|
|
"webpack-cli": "^5.0.1",
|
|
|
|
"webpack-dev-server": "^4.0.0-rc.0"
|
|
|
|
"webpack-dev-server": "^4.13.1"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
"browserslist": [
|
|
|
|
"Electron >= 9.0.0"
|
|
|
|
"Electron >= 9.0.0"
|
|
|
|