Skip to content

Commit

Permalink
Merge pull request #3 from sean2337/feature/#1/emotion
Browse files Browse the repository at this point in the history
Feature/#1/emotion
  • Loading branch information
sean2337 authored Jul 1, 2024
2 parents c0a5671 + 3304b58 commit b6b5761
Show file tree
Hide file tree
Showing 5 changed files with 2,733 additions and 1,881 deletions.
4 changes: 4 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"presets": ["@babel/preset-react"],
"plugins": ["@emotion"]
}
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,17 @@
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"axios": "^1.7.2",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.24.0"
},
"devDependencies": {
"@babel/preset-react": "^7.24.7",
"@emotion/babel-plugin": "^11.11.0",
"@types/node": "^20.12.12",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
Expand Down
Loading

0 comments on commit b6b5761

Please sign in to comment.