mirror of
https://github.com/frontendnetwork/vegancheck.me
synced 2024-11-10 14:34:14 +00:00
398dcd764a
Snyk has created this PR to upgrade next from 13.4.10 to 13.4.12. See this package in npm: https://www.npmjs.com/package/next See this project in Snyk: https://app.snyk.io/org/philipbrembeck/project/3c0cfaab-bf7c-41ac-a331-c95a9aad1699?utm_source=github&utm_medium=referral&page=upgrade-pr
44 lines
1.1 KiB
JSON
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": {
|
|
"@ericblade/quagga2": "^1.8.2",
|
|
"@frontendnetwork/vegancheck": "1.1.26",
|
|
"@socialgouv/matomo-next": "^1.6.1",
|
|
"@types/node": "20.4.5",
|
|
"@types/react-dom": "18.2.7",
|
|
"eslint-config-sznm": "^2.0.2",
|
|
"jest-worker": "^29.5.0",
|
|
"next": "13.4.12",
|
|
"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.64.1",
|
|
"typescript": "5.1.6"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.34.3",
|
|
"@types/react": "^18.2.20",
|
|
"@typescript-eslint/eslint-plugin": "^5.42.0",
|
|
"@typescript-eslint/parser": "^5.62.0",
|
|
"@typescript-eslint/typescript-estree": "^6.2.1",
|
|
"eslint": "8.45.0",
|
|
"eslint-config-next": "^13.4.12",
|
|
"eslint-plugin-import": "^2.27.5"
|
|
},
|
|
"volta": {
|
|
"node": "18.16.0",
|
|
"yarn": "1.22.19"
|
|
}
|
|
}
|