vegancheck.me/package.json

26 lines
546 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-13 19:51:49 +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.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",
"quagga": "^0.12.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "^1.58.2",
"typescript": "4.9.5"
2021-09-03 10:24:56 +00:00
}
}