Skip to content

Commit

Permalink
ui: new ui changes
Browse files Browse the repository at this point in the history
new ui changes
  • Loading branch information
arunavabasucom authored Aug 27, 2024
2 parents c0643ca + 3c1eae2 commit 4ba9a2d
Show file tree
Hide file tree
Showing 31 changed files with 15,278 additions and 821 deletions.
10 changes: 8 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@
"@emotion/styled": "11.9.3",
"@hookform/resolvers": "2.9.6",
"@mui/icons-material": "5.8.4",
"@mui/joy": "5.0.0-beta.20",
"@mui/material": "5.9.1",
"@mui/styles": "5.9.1",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "13.3.0",
"@testing-library/user-event": "13.5.0",
"@vercel/analytics": "^1.1.2",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"@vitejs/plugin-react": "^4.0.0",
Expand All @@ -23,16 +25,19 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-ga4": "^1.4.1",
"react-helmet": "^6.1.0",
"react-hook-form": "7.33.1",
"react-plotly.js": "2.5.1",
"react-scripts": "5.0.1",
"react-top-loading-bar": "2.1.0",
"typescript": "4.7.4",
"vite": "^5.0.12",
"web-vitals": "3.0.3",
"yup": "0.32.11"
"yup": "0.32.11",
"zustand": "^4.4.7"
},
"scripts": {
"start": "vite",
"dev": "vite dev",
"build": "vite build",
"serve": "vite preview",
"test": "vitest",
Expand Down Expand Up @@ -64,6 +69,7 @@
"@types/node": "16.11.45",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@types/react-helmet": "^6.1.11",
"@types/react-plotly.js": "2.5.1",
"@vitest/coverage-v8": "^0.32.2",
"@vitest/ui": "^0.32.2",
Expand Down
Loading

0 comments on commit 4ba9a2d

Please sign in to comment.