emotion, redux, and redux toolkit

This commit is contained in:
Lucid Kobold
2022-11-18 15:07:38 -05:00
parent c6b260e3be
commit 02395d5db8
2 changed files with 48 additions and 90 deletions

View File

@@ -17,17 +17,17 @@
},
"dependencies": {
"@chakra-ui/react": "^2.4.1",
"@emotion/react": "^11.10.4",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@iconify/react": "^4.0.0",
"@reduxjs/toolkit": "^1.8.6",
"@reduxjs/toolkit": "^1.9.0",
"date-fns": "^2.29.3",
"formik": "^2.2.9",
"framer-motion": "^7.6.7",
"next": "12.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.4",
"react-redux": "^8.0.5",
"sharp": "^0.31.2"
},
"devDependencies": {