diff --git a/client/package-lock.json b/client/package-lock.json index 6695134..ab52757 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -17,7 +17,6 @@ "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^13.5.0", "axios": "^0.26.0", - "perfect-scrollbar": "^1.5.5", "react": "^17.0.2", "react-dom": "^17.0.2", "react-router-dom": "^6.2.2", @@ -10996,10 +10995,6 @@ "node": ">=8" } }, - "node_modules/perfect-scrollbar": { - "version": "1.5.5", - "license": "MIT" - }, "node_modules/performance-now": { "version": "2.1.0", "license": "MIT" @@ -21663,9 +21658,6 @@ "path-type": { "version": "4.0.0" }, - "perfect-scrollbar": { - "version": "1.5.5" - }, "performance-now": { "version": "2.1.0" }, diff --git a/client/package.json b/client/package.json index 32a6647..eaa2cea 100644 --- a/client/package.json +++ b/client/package.json @@ -1,46 +1,45 @@ { - "name": "client", - "version": "0.1.0", - "private": true, - "dependencies": { - "@emotion/react": "^11.8.1", - "@emotion/styled": "^11.8.1", - "@mui/icons-material": "^5.4.4", - "@mui/material": "^5.4.4", - "@mui/x-data-grid": "^5.6.0", - "@testing-library/jest-dom": "^5.16.2", - "@testing-library/react": "^12.1.3", - "@testing-library/user-event": "^13.5.0", - "axios": "^0.26.0", - "perfect-scrollbar": "^1.5.5", - "react": "^17.0.2", - "react-dom": "^17.0.2", - "react-router-dom": "^6.2.2", - "react-scripts": "5.0.0", - "web-vitals": "^2.1.4" - }, - "scripts": { - "start": "react-scripts start", - "build": "react-scripts build", - "test": "react-scripts test", - "eject": "react-scripts eject" - }, - "eslintConfig": { - "extends": [ - "react-app", - "react-app/jest" - ] - }, - "browserslist": { - "production": [ - ">0.2%", - "not dead", - "not op_mini all" - ], - "development": [ - "last 1 chrome version", - "last 1 firefox version", - "last 1 safari version" - ] - } + "name": "client", + "version": "0.1.0", + "private": true, + "dependencies": { + "@emotion/react": "^11.8.1", + "@emotion/styled": "^11.8.1", + "@mui/icons-material": "^5.4.4", + "@mui/material": "^5.4.4", + "@mui/x-data-grid": "^5.6.0", + "@testing-library/jest-dom": "^5.16.2", + "@testing-library/react": "^12.1.3", + "@testing-library/user-event": "^13.5.0", + "axios": "^0.26.0", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-router-dom": "^6.2.2", + "react-scripts": "5.0.0", + "web-vitals": "^2.1.4" + }, + "scripts": { + "start": "react-scripts start", + "build": "react-scripts build", + "test": "react-scripts test", + "eject": "react-scripts eject" + }, + "eslintConfig": { + "extends": [ + "react-app", + "react-app/jest" + ] + }, + "browserslist": { + "production": [ + ">0.2%", + "not dead", + "not op_mini all" + ], + "development": [ + "last 1 chrome version", + "last 1 firefox version", + "last 1 safari version" + ] + } } diff --git a/client/public/index.html b/client/public/index.html index e619fe8..2abbe28 100644 --- a/client/public/index.html +++ b/client/public/index.html @@ -28,9 +28,6 @@
-