mirror of
https://github.com/frontendnetwork/vegancheck.me
synced 2024-11-13 23:57:09 +00:00
e50b354fae
Snyk has created this PR to upgrade @frontendnetwork/vegancheck from 1.1.10 to 1.1.11. See this package in npm: https://www.npmjs.com/package/@frontendnetwork/vegancheck See this project in Snyk: https://app.snyk.io/org/philipbrembeck/project/c6bab3c4-a382-45e6-a9e8-10046f522ad9?utm_source=github&utm_medium=referral&page=upgrade-pr
40 lines
956 B
JSON
40 lines
956 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.11",
|
|
"@socialgouv/matomo-next": "^1.6.1",
|
|
"@types/node": "20.2.5",
|
|
"@types/react-dom": "18.2.4",
|
|
"jest-worker": "^29.5.0",
|
|
"next": "13.4.4",
|
|
"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.3",
|
|
"@types/react": "^18.2.7",
|
|
"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"
|
|
}
|
|
}
|