work base
components/Sort.tsx
0 → 100644
This diff is collapsed.
... | ... | @@ -9,16 +9,17 @@ |
"lint": "next lint" | ||
}, | ||
"dependencies": { | ||
"@clerk/nextjs": "^4.17.3", | ||
"@clerk/nextjs": "^4.18.2", | ||
"@emotion/react": "^11.11.0", | ||
"@emotion/styled": "^11.11.0", | ||
"@mui/material": "^5.13.0", | ||
"@types/node": "20.1.4", | ||
"@mui/icons-material": "^5.11.16", | ||
"@mui/material": "^5.13.1", | ||
"@types/node": "20.2.1", | ||
"@types/react": "18.2.6", | ||
"@types/react-dom": "18.2.4", | ||
"eslint": "8.40.0", | ||
"eslint-config-next": "13.4.2", | ||
"next": "13.4.2", | ||
"eslint": "8.41.0", | ||
"eslint-config-next": "13.4.3", | ||
"next": "13.4.3", | ||
"react": "18.2.0", | ||
"react-dom": "18.2.0", | ||
"react-infinite-scroll-component": "^6.1.0", | ||
... | ... | @@ -26,6 +27,6 @@ |
"typescript": "5.0.4" | ||
}, | ||
"devDependencies": { | ||
"prisma": "^4.14.0" | ||
"prisma": "^4.14.1" | ||
} | ||
} | ||
} | ||
\ No newline at end of file |
public/logo.svg
0 → 100644
Please register or sign in to comment