From 0154a152dd6d3606c9131f3186a9175ee5853185 Mon Sep 17 00:00:00 2001 From: Michael Hunteman Date: Sat, 28 Sep 2024 10:55:35 -0700 Subject: Use api endpoint for backend --- client/package.json | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'client/package.json') diff --git a/client/package.json b/client/package.json index 0990aa3..eda5a5b 100644 --- a/client/package.json +++ b/client/package.json @@ -13,14 +13,11 @@ "dependencies": { "@emotion/react": "^11.13.3", "@emotion/styled": "^11.13.0", - "@fontsource/roboto": "^5.0.14", "@mui/icons-material": "^5.16.7", - "@mui/lab": "^5.0.0-alpha.165", "@mui/material": "^5.16.7", "@mui/x-date-pickers": "^7.14.0", "@reduxjs/toolkit": "^2.2.1", "material-react-table": "^2.13.1", - "prettier": "^3.2.5", "react": "^18.2.0", "react-dom": "^18.2.0", "react-hook-form": "^7.50.1", @@ -28,23 +25,18 @@ "react-router-dom": "^6.22.0" }, "devDependencies": { - "@hookform/devtools": "^4.3.1", "@testing-library/jest-dom": "^6.5.0", "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2", - "@types/bun": "^1.1.0", - "@types/react": "^18.2.55", - "@types/react-dom": "^18.2.19", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", - "@vitejs/plugin-react": "^4.2.1", "eslint": "^8.56.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", "jsdom": "^25.0.0", "msw": "^2.2.1", - "typescript": "^5.2.2", - "vite": "^5.4.2", + "typescript": "^5.6.2", + "vite": "^5.4.8", "vitest": "^2.1.1" } } -- cgit v1.2.3