Skip to content

Commit

Permalink
release : feat/16-FE_group(#68)
Browse files Browse the repository at this point in the history
내 그룹 표시하기 및 그룹 만들기 페이지 구현
  • Loading branch information
KimKyuHoi authored May 29, 2024
2 parents a8a9b01 + 8f0f41b commit dc37d22
Show file tree
Hide file tree
Showing 21 changed files with 962 additions and 412 deletions.
1 change: 1 addition & 0 deletions front/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ module.exports = {
},
],

'@typescript-eslint/naming-convention': ' off',
'@typescript-eslint/no-floating-promises': 'off',
// 유효한 aria-* 속성만 사용
'jsx-a11y/aria-props': 'warn',
Expand Down
38 changes: 20 additions & 18 deletions front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,50 +14,52 @@
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@tanstack/react-query": "^5.37.1",
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "^3.4.2",
"@tanstack/react-query": "^5.40.0",
"axios": "^1.7.2",
"dayjs": "^1.11.11",
"react": "^18.2.0",
"react": "^18.3.1",
"react-calendar": "^5.0.0",
"react-dom": "^18.2.0",
"react-dom": "^18.3.1",
"react-hook-form": "^7.51.5",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.2.1",
"react-router-dom": "^6.23.1",
"styled-components": "^6.1.11",
"zod": "^3.23.8",
"zustand": "^4.5.2"
},
"devDependencies": {
"@rushstack/eslint-config": "^3.6.10",
"@rushstack/eslint-config": "^3.7.0",
"@rushstack/eslint-patch": "^1.10.3",
"@tanstack/eslint-plugin-query": "^5.35.6",
"@tanstack/react-query-devtools": "^5.37.1",
"@tanstack/react-query-devtools": "^5.40.0",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@types/styled-components": "^5.1.34",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "6.19.1",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-react-swc": "^3.5.0",
"@typescript-eslint/parser": "^7.11.0",
"@vitejs/plugin-react": "^4.3.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-no-relative-import-paths": "^1.5.4",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"jsdom": "^24.0.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"jsdom": "^24.1.0",
"msw": "^2.3.0",
"prettier": "^3.2.5",
"typescript": "^5.2.2",
"vite": "^5.2.0",
"typescript": "^5.4.5",
"vite": "^5.2.12",
"vitest": "^1.6.0"
},
"msw": {
"workerDirectory": [
"public"
]
}
}
}
Loading

0 comments on commit dc37d22

Please sign in to comment.