2021-09-03 10:24:56 +00:00
|
|
|
{
|
2023-02-13 18:18:33 +00:00
|
|
|
"name": "vegancheck",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
|
|
|
"lint": "next lint"
|
|
|
|
},
|
2021-09-03 10:24:56 +00:00
|
|
|
"dependencies": {
|
2023-02-13 18:18:33 +00:00
|
|
|
"@next/font": "13.1.6",
|
|
|
|
"@types/node": "18.13.0",
|
|
|
|
"@types/react": "18.0.27",
|
|
|
|
"@types/react-dom": "18.0.10",
|
|
|
|
"next": "13.1.6",
|
|
|
|
"next-intl": "^2.10.2",
|
|
|
|
"next-pwa": "^5.6.0",
|
|
|
|
"quagga": "^0.12.1",
|
|
|
|
"react": "18.2.0",
|
|
|
|
"react-dom": "18.2.0",
|
|
|
|
"sass": "^1.58.0",
|
|
|
|
"typescript": "4.9.5"
|
2021-09-03 10:24:56 +00:00
|
|
|
}
|
|
|
|
}
|