vegancheck.me/package.json
2023-02-19 22:43:23 +01:00

26 lines
571 B
JSON

{
"name": "vegancheck",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 1030",
"lint": "next lint"
},
"dependencies": {
"@next/font": "13.1.6",
"@types/node": "18.13.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"next": "13.1.6",
"next-intl": "^2.10.2",
"next-pwa": "^5.6.0",
"nookies": "^2.5.2",
"quagga": "^0.12.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "^1.58.3",
"typescript": "4.9.5"
}
}