mirror of
https://github.com/frontendnetwork/vegancheck.me
synced 2024-11-10 06:24:13 +00:00
421f0d19e3
build(deps-dev): bump @playwright/test from 1.40.1 to 1.41.1
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "veganify",
|
|
"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.4",
|
|
"@frontendnetwork/veganify": "^1.1.49",
|
|
"@types/node": "20.11.0",
|
|
"@types/react-dom": "18.2.18",
|
|
"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.7",
|
|
"sharp": "^0.33.1",
|
|
"typescript": "5.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.41.1",
|
|
"@types/react": "^18.2.47",
|
|
"@typescript-eslint/eslint-plugin": "^5.42.0",
|
|
"@typescript-eslint/parser": "^5.62.0",
|
|
"@typescript-eslint/typescript-estree": "^6.18.1",
|
|
"eslint": "8.56.0",
|
|
"eslint-config-next": "^14.0.4",
|
|
"eslint-plugin-import": "^2.29.0"
|
|
},
|
|
"volta": {
|
|
"node": "18.16.0",
|
|
"yarn": "1.22.19"
|
|
}
|
|
}
|