Files
modelec.club/package.json
dependabot[bot] a351a45e1d Bump @testing-library/react from 16.0.1 to 16.3.0
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 16.0.1 to 16.3.0.
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/react-testing-library/compare/v16.0.1...v16.3.0)

---
updated-dependencies:
- dependency-name: "@testing-library/react"
  dependency-version: 16.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-30 14:08:59 +00:00

57 lines
1.5 KiB
JSON

{
"name": "modelec-club",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"test": "browserslist && cypress run --component && cypress run"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@testing-library/react": "^16.3.0",
"browserslist": "^4.24.4",
"browserslist-useragent": "^4.0.0",
"cypress": "^13.16.1",
"eslint-plugin-react": "^7.37.4",
"iconoir-react": "^7.10.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.4.0",
"react-lazy-load-image-component": "^1.6.3",
"react-router-dom": "^7.5.1"
},
"devDependencies": {
"@eslint/js": "^9.16.0",
"@simonsmith/cypress-image-snapshot": "^9.1.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-lazy-load-image-component": "^1.6.4",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.18.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.14.0",
"prettier": "^3.4.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.19.0",
"vite": "^6.0.3"
}
}