Skip to content

Commit

Permalink
Merge pull request #219 from TEAM-MONGDOL/develop
Browse files Browse the repository at this point in the history
[merge] - develop > main 수정
  • Loading branch information
Ginieee authored Aug 14, 2024
2 parents d865dc9 + 29d5823 commit b4cb87a
Show file tree
Hide file tree
Showing 172 changed files with 6,901 additions and 845 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
],
"no-nested-ternary": "off",
"no-useless-catch": "off",
"consistent-return": "off",
"import/prefer-default-export": "off",
"react/require-default-props": "off",
"@typescript-eslint/no-unused-expressions": "off",
"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-unused-expressions": "off",
"react/button-has-type": "off",
"react/function-component-definition": [
2,
Expand Down
2 changes: 1 addition & 1 deletion next-auth.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ declare module 'next-auth' {
interface Session {
user: {
name: number;
admin: boolean;
sub: string;
type: string;
token: string;
Expand All @@ -15,5 +14,6 @@ declare module 'next-auth' {
};
accessToken: string;
accountId: number;
isAdmin: boolean;
}
}
5 changes: 5 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ const nextConfig = {
destination: '/support/notices',
permanent: true,
},
{
source: '/points',
destination: '/points/history',
permanent: true,
},
];
},
images: {
Expand Down
163 changes: 153 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,19 @@
"lint": "next lint"
},
"dependencies": {
"@tanstack/react-query": "^5.51.5",
"@tanstack/react-query": "^5.51.21",
"axios": "^1.7.2",
"dayjs": "^1.11.12",
"next": "14.2.5",
"next-auth": "^4.24.7",
"react": "^18",
"react-apexcharts": "^1.4.1",
"react-datepicker": "^7.3.0",
"react-daum-postcode": "^3.1.3",
"react-dom": "^18",
"react-infinite-scroller": "^1.2.6",
"react-router-dom": "^6.25.1",
"react-spinners": "^0.14.1",
"tailwind-scrollbar-hide": "^1.1.7",
"zod": "^3.23.8",
"zustand": "^4.5.4"
Expand Down
5 changes: 0 additions & 5 deletions src/app/(route)/(user)/(with-layout)/members/page.tsx

This file was deleted.

Loading

0 comments on commit b4cb87a

Please sign in to comment.