From: charleswrayjr Date: Fri, 5 Sep 2025 19:55:21 +0000 (-0500) Subject: Updating package.json. X-Git-Url: https://git.phasecustomsoft.com/?a=commitdiff_plain;h=dd7423edac5ca1506ab2a5f6c07237fc36e8c823;p=phs-admin.git Updating package.json. --- diff --git a/package.json b/package.json index 0aa973b..0f0a4cb 100644 --- a/package.json +++ b/package.json @@ -3,14 +3,29 @@ "version": "0.1.0", "private": true, "dependencies": { + "@emotion/react": "^11.14.0", + "@emotion/styled": "^11.14.1", + "@hookform/resolvers": "^5.2.1", + "@mui/icons-material": "^7.3.1", + "@mui/material": "^7.3.1", + "@mui/x-date-pickers": "^8.10.2", "@testing-library/dom": "^10.4.1", "@testing-library/jest-dom": "^6.8.0", "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^13.5.0", + "axios": "^1.11.0", + "framer-motion": "^12.23.12", + "lodash": "^4.17.21", + "material-react-table": "^3.2.1", + "notistack": "^3.0.2", "react": "^19.1.1", "react-dom": "^19.1.1", + "react-hook-form": "^7.62.0", + "react-router-dom": "^7.8.2", "react-scripts": "5.0.1", - "web-vitals": "^2.1.4" + "uuid": "^11.1.0", + "web-vitals": "^2.1.4", + "yup": "^1.7.0" }, "scripts": { "start": "react-scripts start", @@ -35,5 +50,12 @@ "last 1 firefox version", "last 1 safari version" ] + }, + "devDependencies": { + "@tailwindcss/aspect-ratio": "^0.4.2", + "@tailwindcss/typography": "^0.5.16", + "autoprefixer": "^10.4.20", + "postcss": "^8.4.47", + "tailwindcss": "^3.4.13" } }