vegancheck.me/package.json
dependabot[bot] 27fcedc627
build(deps-dev): bump eslint from 8.47.0 to 8.52.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.47.0 to 8.52.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.47.0...v8.52.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-10-23 02:37:53 +00:00

45 lines
1.1 KiB
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.31",
"@socialgouv/matomo-next": "^1.6.1",
"@types/node": "20.8.7",
"@types/react-dom": "18.2.7",
"eslint-config-sznm": "^2.0.2",
"jest-worker": "^29.6.2",
"million": "^2.6.4",
"next": "13.4.16",
"next-intl": "^2.21.0",
"next-pwa": "^5.6.0",
"nookies": "^2.5.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "^1.69.4",
"typescript": "5.1.6"
},
"devDependencies": {
"@playwright/test": "^1.37.1",
"@types/react": "^18.2.20",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.62.0",
"@typescript-eslint/typescript-estree": "^6.8.0",
"eslint": "8.52.0",
"eslint-config-next": "^13.5.6",
"eslint-plugin-import": "^2.28.0"
},
"volta": {
"node": "18.16.0",
"yarn": "1.22.19"
}
}