vegancheck.me/package.json
dependabot[bot] 2465b4d1ad
build(deps-dev): bump eslint from 8.40.0 to 8.41.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.40.0 to 8.41.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.40.0...v8.41.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-27 18:55:23 +00:00

39 lines
925 B
JSON

{
"name": "vegancheck",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 1030",
"stage": "next start -p 1031",
"lint": "next lint",
"test": "playwright test"
},
"dependencies": {
"@ericblade/quagga2": "^1.8.2",
"@frontendnetwork/vegancheck": "1.1.5",
"@socialgouv/matomo-next": "^1.6.1",
"@types/node": "20.2.0",
"@types/react-dom": "18.2.4",
"next": "13.4.3",
"next-intl": "^2.14.6",
"next-pwa": "^5.6.0",
"nookies": "^2.5.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "^1.62.1",
"typescript": "5.0.4"
},
"devDependencies": {
"@playwright/test": "^1.34.2",
"@types/react": "^18.2.6",
"eslint": "8.41.0",
"eslint-config-next": "^13.4.4",
"eslint-config-sznm": "^1.1.1"
},
"volta": {
"node": "18.16.0",
"yarn": "1.22.19"
}
}