rely on react-scripts for most of the dev-deps

Signed-off-by: Augustin Husson <husson.augustin@gmail.com>
This commit is contained in:
Augustin Husson 2021-09-03 15:01:32 +02:00
parent 4f67eb3979
commit 8fe97cc614
2 changed files with 5265 additions and 1176 deletions

File diff suppressed because it is too large Load diff

View file

@ -35,14 +35,12 @@
"react-dom": "^17.0.2", "react-dom": "^17.0.2",
"react-resize-detector": "^6.7.6", "react-resize-detector": "^6.7.6",
"react-router-dom": "^5.2.1", "react-router-dom": "^5.2.1",
"react-scripts": "4.0.3",
"react-test-renderer": "^17.0.2", "react-test-renderer": "^17.0.2",
"reactstrap": "^8.9.0", "reactstrap": "^8.9.0",
"sanitize-html": "^2.3.3", "sanitize-html": "^2.3.3",
"sass": "1.32.10", "sass": "1.32.10",
"tempusdominus-bootstrap-4": "^5.1.2", "tempusdominus-bootstrap-4": "^5.1.2",
"tempusdominus-core": "^5.0.3", "tempusdominus-core": "^5.0.3"
"typescript": "^4.4.2"
}, },
"scripts": { "scripts": {
"start": "react-scripts start", "start": "react-scripts start",
@ -80,25 +78,18 @@
"@types/reactstrap": "^8.7.2", "@types/reactstrap": "^8.7.2",
"@types/sanitize-html": "^1.20.2", "@types/sanitize-html": "^1.20.2",
"@types/sinon": "^10.0.2", "@types/sinon": "^10.0.2",
"@typescript-eslint/eslint-plugin": "4.x",
"@typescript-eslint/parser": "4.x",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.3", "@wojtekmaj/enzyme-adapter-react-17": "^0.6.3",
"canvas": "^2.8.0", "canvas": "^2.8.0",
"enzyme": "^3.11.0", "enzyme": "^3.11.0",
"enzyme-to-json": "^3.6.2", "enzyme-to-json": "^3.6.2",
"eslint": "7.x",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "5.x",
"eslint-plugin-import": "2.x",
"eslint-plugin-jsx-a11y": "6.x",
"eslint-plugin-prettier": "^3.4.1", "eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-react": "7.x",
"eslint-plugin-react-hooks": "4.x",
"jest-fetch-mock": "^3.0.3", "jest-fetch-mock": "^3.0.3",
"mutationobserver-shim": "^0.3.7", "mutationobserver-shim": "^0.3.7",
"prettier": "^2.3.2", "prettier": "^2.3.2",
"sinon": "^11.1.2" "react-scripts": "4.0.3",
"sinon": "^11.1.2",
"typescript": "^4.4.2"
}, },
"proxy": "http://localhost:9090", "proxy": "http://localhost:9090",
"jest": { "jest": {