vegancheck.me/package.json
dependabot[bot] 5ffed67192
Bump next-intl from 2.10.2 to 2.10.4
Bumps [next-intl](https://github.com/amannn/next-intl) from 2.10.2 to 2.10.4.
- [Release notes](https://github.com/amannn/next-intl/releases)
- [Changelog](https://github.com/amannn/next-intl/blob/main/CHANGELOG.md)
- [Commits](https://github.com/amannn/next-intl/compare/v2.10.2...v2.10.4)

---
updated-dependencies:
- dependency-name: next-intl
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-20 13:19:41 +00:00

26 lines
571 B
JSON

{
"name": "vegancheck",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 1030",
"lint": "next lint"
},
"dependencies": {
"@next/font": "13.1.6",
"@types/node": "18.14.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"next": "13.1.6",
"next-intl": "^2.10.4",
"next-pwa": "^5.6.0",
"nookies": "^2.5.2",
"quagga": "^0.12.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "^1.58.3",
"typescript": "4.9.5"
}
}