vegancheck.me/package.json

27 lines
571 B
JSON
Raw Normal View History

2021-09-03 10:24:56 +00:00
{
"name": "vegancheck",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
2023-02-19 21:43:23 +00:00
"start": "next start -p 1030",
"lint": "next lint"
},
2021-09-03 10:24:56 +00:00
"dependencies": {
"@next/font": "13.1.6",
"@types/node": "18.14.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"next": "13.1.6",
"next-intl": "^2.10.4",
"next-pwa": "^5.6.0",
2023-02-18 15:51:39 +00:00
"nookies": "^2.5.2",
"quagga": "^0.12.1",
"react": "18.2.0",
"react-dom": "18.2.0",
2023-02-18 14:55:01 +00:00
"sass": "^1.58.3",
"typescript": "4.9.5"
2021-09-03 10:24:56 +00:00
}
}