Skip to content

Commit

Permalink
library
Browse files Browse the repository at this point in the history
  • Loading branch information
baejoonsoo committed Oct 11, 2022
1 parent b5516d4 commit 7e0901c
Show file tree
Hide file tree
Showing 2 changed files with 400 additions and 6 deletions.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,15 @@
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"axios": "^1.1.2",
"next": "12.3.1",
"react": "18.2.0",
"react-dom": "18.2.0"
"react-dom": "18.2.0",
"react-scroll": "^1.8.7",
"recoil": "^0.7.5",
"sweetalert2": "^11.5.0"
},
"devDependencies": {
"@types/node": "18.8.4",
Expand Down
Loading

0 comments on commit 7e0901c

Please sign in to comment.