Skip to content

Commit

Permalink
Merge pull request #60 from dhrumilp12/testing
Browse files Browse the repository at this point in the history
Testing
  • Loading branch information
dhrumilp12 authored Sep 29, 2024
2 parents 386af95 + c84de9b commit 4979d23
Show file tree
Hide file tree
Showing 198 changed files with 54,276 additions and 10,057 deletions.
13,753 changes: 6,892 additions & 6,861 deletions client/package-lock.json

Large diffs are not rendered by default.

88 changes: 45 additions & 43 deletions client/package.json
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"
}
}
Loading

0 comments on commit 4979d23

Please sign in to comment.