Skip to content

Commit

Permalink
feat: initial emotion
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoung-jnn committed Apr 5, 2024
1 parent 6327a0a commit 8e18bdf
Show file tree
Hide file tree
Showing 9 changed files with 619 additions and 161 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.11.0",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.2.0",
Expand All @@ -23,6 +26,7 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"typescript": "^5.2.2",
"vite": "^5.2.0"
"vite": "^5.2.0",
"vite-plugin-babel": "^1.2.0"
}
}
Loading

0 comments on commit 8e18bdf

Please sign in to comment.