-
-
Notifications
You must be signed in to change notification settings - Fork 813
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added options for Delete Account and Update Subscription in the dashboard, Clicking on Update Subscription option opens a popup window for taking user input
- Loading branch information
Showing
6 changed files
with
933 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,12 +11,15 @@ | |
"preview": "vite preview" | ||
}, | ||
"dependencies": { | ||
"date-fns": "^3.6.0", | ||
"react": "^18", | ||
"react-datepicker": "^7.1.0", | ||
"react-dom": "^18", | ||
"react-toastify": "^10.0.5", | ||
"zod": "^3" | ||
}, | ||
"devDependencies": { | ||
"@rollup/plugin-node-resolve": "^15.2.3", | ||
"@types/react": "^18", | ||
"@types/react-dom": "^18", | ||
"@typescript-eslint/eslint-plugin": "^7", | ||
|
@@ -29,7 +32,7 @@ | |
"prettier": "^3", | ||
"prettier-plugin-organize-imports": "^3.2", | ||
"prettier-plugin-packagejson": "^2.5", | ||
"typescript": "^5.4.5", | ||
"typescript": "^5", | ||
"vite": "^5.2" | ||
}, | ||
"packageManager": "[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.