-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calendar functionality #18
Changes from all commits
fff6863
4152184
eda1d99
443742a
d1da6f8
bc159f4
c5977c1
3c84f7c
0359732
478f207
66db4f2
f24cb39
735e888
22e635d
2777cc3
fd35487
650e164
e2a2b99
9e47fed
43fd605
5000e48
f63fdd5
da61aab
c871bae
bb2abeb
c48a239
5064736
b92573a
80adcbc
e01e3c2
d9a03bc
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Revert changes here |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"private": true, | ||
"scripts": { | ||
"dev": "next dev", | ||
"build": "next build", | ||
"build": "prisma generate && prisma migrate && next build", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Revert |
||
"start": "next start", | ||
"lint": "next lint", | ||
"lint:fix": "eslint . --ext js,jsx,ts,tsx --fix", | ||
|
@@ -20,18 +20,18 @@ | |
"@chakra-ui/theme-tools": "^2.0.2", | ||
"@emotion/react": "^11.11.4", | ||
"@emotion/styled": "^11.11.5", | ||
"@faker-js/faker": "^8.4.1", | ||
"@mui/material": "^5.15.20", | ||
"@mui/system": "^5.15.20", | ||
"@faker-js/faker": "^8.4.1", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Revert |
||
"@prisma/client": "^5.17.0", | ||
"dotenv": "^16.4.5", | ||
"framer-motion": "^6.3.0", | ||
"next": "^14.2.13", | ||
"next-auth": "^5.0.0-beta.19", | ||
"nodemailer": "^6.9.14", | ||
"pnpm": "^9.4.0", | ||
"postgres": "^3.4.4", | ||
"prisma": "^5.16.0", | ||
"postgres": "^3.4.4", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Revert |
||
"react": "^18.2.0", | ||
"react-calendar": "^5.0.0", | ||
"react-dom": "^18.2.0" | ||
|
@@ -44,7 +44,7 @@ | |
"@types/react-dom": "^18.0.0", | ||
"@typescript-eslint/eslint-plugin": "^8.8.0", | ||
"@typescript-eslint/parser": "^8.8.0", | ||
"eslint": "^8.57.1", | ||
"eslint": "^8.57.0", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Revert |
||
"eslint-config-next": "14.2.3", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-prettier": "^5.1.3", | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Revert changes here.