|
|
|
@ -17,5 +17,51 @@
|
|
|
|
|
"url": "git@localhost:ebermergen"
|
|
|
|
|
},
|
|
|
|
|
"author": "",
|
|
|
|
|
"license": "ISC"
|
|
|
|
|
"license": "ISC",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"axios": "^0.19.0",
|
|
|
|
|
"classnames": "^2.2.6",
|
|
|
|
|
"debounce": "^1.2.0",
|
|
|
|
|
"react": "^16.12.0",
|
|
|
|
|
"react-dom": "^16.12.0",
|
|
|
|
|
"react-icons": "^3.8.0",
|
|
|
|
|
"react-redux": "^7.1.3",
|
|
|
|
|
"redux": "^4.0.4",
|
|
|
|
|
"regenerator-runtime": "^0.13.3",
|
|
|
|
|
"reselect": "^4.0.0",
|
|
|
|
|
"reselect-tools": "0.0.7"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@babel/core": "^7.7.5",
|
|
|
|
|
"@babel/preset-env": "^7.7.6",
|
|
|
|
|
"@babel/preset-react": "^7.7.4",
|
|
|
|
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.1.1",
|
|
|
|
|
"babel-eslint": "^10.0.3",
|
|
|
|
|
"babel-loader": "^8.0.6",
|
|
|
|
|
"css-loader": "^3.3.2",
|
|
|
|
|
"eslint": "^6.7.2",
|
|
|
|
|
"eslint-config-prettier": "^6.7.0",
|
|
|
|
|
"eslint-config-react-app": "^5.1.0",
|
|
|
|
|
"eslint-plugin-flowtype": "^4.5.2",
|
|
|
|
|
"eslint-plugin-import": "^2.19.1",
|
|
|
|
|
"eslint-plugin-jsx-a11y": "^6.2.3",
|
|
|
|
|
"eslint-plugin-react": "^7.17.0",
|
|
|
|
|
"eslint-plugin-react-hooks": "^2.3.0",
|
|
|
|
|
"html-webpack-plugin": "^4.0.0-beta.11",
|
|
|
|
|
"local-web-server": "^3.0.7",
|
|
|
|
|
"mini-css-extract-plugin": "^0.8.0",
|
|
|
|
|
"optimize-css-assets-webpack-plugin": "^5.0.3",
|
|
|
|
|
"postcss-flexbugs-fixes": "^4.1.0",
|
|
|
|
|
"postcss-loader": "^3.0.0",
|
|
|
|
|
"postcss-normalize": "^8.0.1",
|
|
|
|
|
"postcss-preset-env": "^6.7.0",
|
|
|
|
|
"prettier": "^1.19.1",
|
|
|
|
|
"react-refresh": "^0.7.0",
|
|
|
|
|
"style-loader": "^1.0.1",
|
|
|
|
|
"webpack": "^4.41.2",
|
|
|
|
|
"webpack-bundle-analyzer": "^3.6.0",
|
|
|
|
|
"webpack-cli": "^3.3.10",
|
|
|
|
|
"webpack-dev-server": "^3.9.0",
|
|
|
|
|
"webpackbar": "^4.0.0"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|