summaryrefslogtreecommitdiff
path: root/client/package.json
diff options
context:
space:
mode:
authorMichael Hunteman <michael@huntm.net>2024-09-28 10:55:35 -0700
committerMichael Hunteman <michael@huntm.net>2024-09-28 11:25:16 -0700
commit0154a152dd6d3606c9131f3186a9175ee5853185 (patch)
treea166f0cf3819607592fb5ee03255108563f4ba68 /client/package.json
parent99b5a49b5fcccb7c6523a95c67e39830bc2a2a45 (diff)
Use api endpoint for backend
Diffstat (limited to 'client/package.json')
-rw-r--r--client/package.json12
1 files changed, 2 insertions, 10 deletions
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"
}
}