Skip to content

Commit

Permalink
Mui (#7)
Browse files Browse the repository at this point in the history
* Half baked initial migration to mui

* add msw and more mui

* Complete first pass MUI conversion
  • Loading branch information
jacobfilik authored Jun 6, 2024
1 parent 267664c commit 13e3a5c
Show file tree
Hide file tree
Showing 40 changed files with 3,174 additions and 684 deletions.
11 changes: 10 additions & 1 deletion xas-standards-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@
},
"dependencies": {
"@celadora/periodic-table": "^0.1.32",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@h5web/lib": "11.0.0",
"@mui/material": "^5.15.18",
"@types/ndarray": "^1.0.14",
"axios": "^1.6.7",
"ndarray": "^1.0.19",
Expand Down Expand Up @@ -45,10 +48,16 @@
"eslint-plugin-react-refresh": "^0.4.5",
"eslint-plugin-storybook": "^0.8.0",
"jsdom": "^24.0.0",
"msw": "^2.3.0",
"react-test-renderer": "^18.2.0",
"storybook": "^8.0.5",
"typescript": "^5.2.2",
"vite": "^5.0.8",
"vitest": "^1.2.2"
},
"msw": {
"workerDirectory": [
"public"
]
}
}
}
Loading

0 comments on commit 13e3a5c

Please sign in to comment.