vegancheck.me/package.json
2023-06-28 17:12:27 +00:00

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"
}
}