Skip to content

Commit 51bf8ba

Browse files
authored
Merge pull request #117 from imaginer-dev/22-로그인에-성공할-경우-메인-페이지로-이동-되어야한다
22 로그인에 성공할 경우 메인 페이지로 이동 되어야한다
2 parents c68561b + bdac783 commit 51bf8ba

File tree

14 files changed

+8572
-6815
lines changed

14 files changed

+8572
-6815
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"react-dom": "^18.2.0",
2626
"react-router-dom": "^6.23.0",
2727
"vite": "^5.2.0",
28+
"vite-tsconfig-paths": "^4.3.2",
2829
"zustand": "^4.5.2"
2930
},
3031
"devDependencies": {
@@ -40,6 +41,8 @@
4041
"@storybook/react-vite": "^8.0.6",
4142
"@storybook/test": "^8.0.6",
4243
"@tanstack/eslint-plugin-query": "^5.28.11",
44+
"@testing-library/jest-dom": "^6.4.2",
45+
"@testing-library/react": "^15.0.5",
4346
"@types/node": "^20.12.7",
4447
"@types/react": "^18.2.66",
4548
"@types/react-dom": "^18.2.22",
@@ -56,6 +59,7 @@
5659
"eslint-plugin-react-refresh": "^0.4.6",
5760
"eslint-plugin-storybook": "^0.8.0",
5861
"husky": "^9.0.11",
62+
"jsdom": "^24.0.0",
5963
"postcss": "^8.4.38",
6064
"prettier": "^3.2.5",
6165
"prettier-plugin-tailwindcss": "^0.5.14",

0 commit comments

Comments
 (0)