Files
mern-template/client/package.json
dependabot[bot] cc7afb7a08 Bump zustand from 5.0.3 to 5.0.7 in /client
Bumps [zustand](https://github.com/pmndrs/zustand) from 5.0.3 to 5.0.7.
- [Release notes](https://github.com/pmndrs/zustand/releases)
- [Commits](https://github.com/pmndrs/zustand/compare/v5.0.3...v5.0.7)

---
updated-dependencies:
- dependency-name: zustand
  dependency-version: 5.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-04 09:55:45 +00:00

44 lines
878 B
JSON

{
"name": "client-v2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "react-scripts start",
"build": "react-scripts build",
"start": "serve -s build"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/material": "^6.4.8",
"axios": "^1.8.4",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-scripts": "5.0.1",
"zustand": "^5.0.7"
},
"devDependencies": {
"@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4",
"serve": "^14.2.4"
}
}