Skip to content

Commit

Permalink
Merge pull request #4 from depromeet/feature/1/tanstack-jotai-setting
Browse files Browse the repository at this point in the history
Feature/#1/Tanstack Query, Jotai 환경 설정 (+ devtools)
  • Loading branch information
leeminhee119 authored Jul 2, 2024
2 parents ad419f5 + 09a4c66 commit ca82a79
Show file tree
Hide file tree
Showing 11 changed files with 2,691 additions and 2,629 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<script type="module" src="/src/app.tsx"></script>
</body>
</html>
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@tanstack/react-query": "^5.49.2",
"@tanstack/react-query-devtools": "^5.49.2",
"axios": "^1.7.2",
"jotai": "^2.8.4",
"jotai-devtools": "^0.10.0",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -21,6 +25,7 @@
"devDependencies": {
"@babel/preset-react": "^7.24.7",
"@emotion/babel-plugin": "^11.11.0",
"@tanstack/eslint-plugin-query": "^5.49.1",
"@types/node": "^20.12.12",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
Expand Down
Loading

0 comments on commit ca82a79

Please sign in to comment.