diff --git a/client/package.json b/client/package.json index 3d5632e9..44171d0b 100644 --- a/client/package.json +++ b/client/package.json @@ -9,11 +9,6 @@ "@mui/icons-material": "^5.3.1", "@mui/material": "^5.3.1", "@mui/x-data-grid": "^5.4.0", - "@testing-library/jest-dom": "^5.11.4", - "@testing-library/react": "^12.1.2", - "@testing-library/user-event": "^13.5.0", - "@types/jest": "^27.4.0", - "@types/node": "^17.0.13", "@types/react": "^17.0.38", "@types/react-dom": "^17.0.11", "axios": "^0.25.0", @@ -21,14 +16,10 @@ "react": "^17.0.2", "react-chartjs-2": "^4.0.1", "react-dom": "^17.0.2", - "react-papaparse": "^4.0.2", "react-scripts": "4.0.3", - "typescript": "^4.5.5", - "web-vitals": "^2.1.4" + "typescript": "^4.5.5" }, "proxy": "http://127.0.0.1:8000", - - "scripts": { "start": "craco start", "build": "craco build", @@ -38,8 +29,7 @@ }, "eslintConfig": { "extends": [ - "react-app", - "react-app/jest" + "react-app" ] }, "browserslist": {