refactor(web): initial mantine setup

This commit is contained in:
Luke
2022-12-16 11:55:12 +01:00
parent f81ad352d6
commit 5206f8b81b
5 changed files with 485 additions and 140 deletions

View File

@@ -5,13 +5,16 @@
"private": true,
"dependencies": {
"@chakra-ui/react": "2.3.6",
"@emotion/react": "^11.8.2",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.8.1",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@mantine/core": "^5.9.4",
"@mantine/dates": "^5.9.4",
"@mantine/hooks": "^5.9.4",
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/react": "^12.1.4",
"@testing-library/user-event": "^13.5.0",
@@ -20,6 +23,7 @@
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@vitejs/plugin-react": "^1.3.2",
"dayjs": "^1.11.7",
"focus-trap-react": "^9.0.2",
"framer-motion": "^6.2.8",
"prettier": "^2.7.1",