-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #60 from dhrumilp12/testing
Testing
- Loading branch information
Showing
198 changed files
with
54,276 additions
and
10,057 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,45 +1,47 @@ | ||
{ | ||
"name": "mental-health-app-client", | ||
"private": true, | ||
"version": "1.1.3", | ||
"type": "module", | ||
"scripts": { | ||
"dev": "vite --port 3000 ", | ||
"build": "vite build", | ||
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0", | ||
"preview": "vite preview" | ||
}, | ||
"dependencies": { | ||
"@emotion/react": "^11.11.4", | ||
"@emotion/styled": "^11.11.5", | ||
"@mui/icons-material": "^5.15.19", | ||
"@mui/material": "^5.15.19", | ||
"axios": "^1.7.2", | ||
"date-fns": "^3.6.0", | ||
"fuse.js": "^7.0.0", | ||
"jwt-decode": "^4.0.0", | ||
"ldrs": "^1.0.2", | ||
"lodash": "^4.17.21", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.2.0", | ||
"react-redux": "^9.1.2", | ||
"react-router-dom": "^6.23.1", | ||
"recordrtc": "^5.6.2", | ||
"redux": "^5.0.1", | ||
"redux-thunk": "^3.1.0" | ||
}, | ||
"devDependencies": { | ||
"@types/react": "^18.2.66", | ||
"@types/react-dom": "^18.2.22", | ||
"@vitejs/plugin-react": "latest", | ||
"eslint": "^8.57.0", | ||
"eslint-plugin-react": "^7.34.1", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"eslint-plugin-react-refresh": "^0.4.6", | ||
"postcss": "^8.4.38", | ||
"postcss-preset-mantine": "^1.15.0", | ||
"postcss-simple-vars": "^7.0.1", | ||
"react-devtools": "^5.2.0", | ||
"vite": "^5.2.12" | ||
} | ||
"name": "mental-health-app-client", | ||
"private": true, | ||
"version": "1.1.3", | ||
"type": "module", | ||
"scripts": { | ||
"dev": "vite --port 3000 ", | ||
"build": "vite build", | ||
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0", | ||
"preview": "vite preview" | ||
}, | ||
"dependencies": { | ||
"@emotion/react": "^11.11.4", | ||
"@emotion/styled": "^11.11.5", | ||
"@mui/icons-material": "^5.15.19", | ||
"@mui/material": "^5.15.19", | ||
"axios": "^1.7.2", | ||
"date-fns": "^3.6.0", | ||
"fuse.js": "^7.0.0", | ||
"jwt-decode": "^4.0.0", | ||
"ldrs": "^1.0.2", | ||
"lodash": "^4.17.21", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.2.0", | ||
"react-icons": "^5.3.0", | ||
"react-redux": "^9.1.2", | ||
"react-router-dom": "^6.23.1", | ||
"react-tooltip": "^5.28.0", | ||
"recordrtc": "^5.6.2", | ||
"redux": "^5.0.1", | ||
"redux-thunk": "^3.1.0" | ||
}, | ||
"devDependencies": { | ||
"@types/react": "^18.2.66", | ||
"@types/react-dom": "^18.2.22", | ||
"@vitejs/plugin-react": "latest", | ||
"eslint": "^8.57.0", | ||
"eslint-plugin-react": "^7.34.1", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"eslint-plugin-react-refresh": "^0.4.6", | ||
"postcss": "^8.4.38", | ||
"postcss-preset-mantine": "^1.15.0", | ||
"postcss-simple-vars": "^7.0.1", | ||
"react-devtools": "^5.2.0", | ||
"vite": "^5.2.12" | ||
} | ||
} |
Oops, something went wrong.