vegancheck.me/package.json
kodiakhq[bot] f36f9432fa
Merge pull request #750 from frontendnetwork/dependabot/npm_and_yarn/eslint-config-next-14.2.5
build(deps-dev): bump eslint-config-next from 14.2.3 to 14.2.5
2024-08-04 09:06:39 +00:00

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": "^10.2.7",
"@ericblade/quagga2": "^1.8.4",
"@frontendnetwork/veganify": "^1.1.62",
"@types/node": "20.14.9",
"@types/react-dom": "18.2.18",
"eslint-config-sznm": "^2.0.2",
"jest-worker": "^29.7.0",
"million": "^2.6.4",
"next": "14.2.4",
"next-intl": "^3.17.2",
"nookies": "^2.5.2",
"react": "18.3.1",
"react-dom": "18.2.0",
"sass": "^1.77.8",
"sharp": "^0.33.1",
"typescript": "5.4.5"
},
"devDependencies": {
"@playwright/test": "^1.44.1",
"@types/react": "^18.3.3",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@typescript-eslint/typescript-estree": "^7.9.0",
"eslint": "8.56.0",
"eslint-config-next": "^14.2.5",
"eslint-plugin-import": "^2.29.0"
},
"volta": {
"node": "18.16.0",
"yarn": "1.22.19"
}
}