mirror of
https://github.com/frontendnetwork/vegancheck.me
synced 2024-11-13 23:57:09 +00:00
bf2c4f4786
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 13.4.2 to 13.4.4. - [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/v13.4.4/packages/eslint-config-next) --- updated-dependencies: - dependency-name: eslint-config-next dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
39 lines
925 B
JSON
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.2",
|
|
"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.40.0",
|
|
"eslint-config-next": "^13.4.4",
|
|
"eslint-config-sznm": "^1.1.1"
|
|
},
|
|
"volta": {
|
|
"node": "18.16.0",
|
|
"yarn": "1.22.19"
|
|
}
|
|
}
|