vegancheck.me/package.json
dependabot[bot] db48b0b551
build(deps-dev): bump eslint-config-next from 13.5.6 to 14.0.1
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 13.5.6 to 14.0.1.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v14.0.1/packages/eslint-config-next)

---
updated-dependencies:
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-02 19:27:10 +00:00

44 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": {
"@ducanh2912/next-pwa": "^9.7.2",
"@ericblade/quagga2": "^1.8.2",
"@frontendnetwork/vegancheck": "^1.1.42",
"@types/node": "20.8.9",
"@types/react-dom": "18.2.14",
"eslint-config-sznm": "^2.0.2",
"jest-worker": "^29.7.0",
"million": "^2.6.4",
"next": "13.4.16",
"next-intl": "^2.21.0",
"nookies": "^2.5.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "^1.69.5",
"typescript": "5.2.2"
},
"devDependencies": {
"@playwright/test": "^1.39.0",
"@types/react": "^18.2.33",
"@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": "^14.0.1",
"eslint-plugin-import": "^2.29.0"
},
"volta": {
"node": "18.16.0",
"yarn": "1.22.19"
}
}