mirror of
https://github.com/frontendnetwork/vegancheck.me
synced 2024-11-14 16:17:08 +00:00
31 lines
700 B
JSON
31 lines
700 B
JSON
{
|
|
"name": "vegancheck",
|
|
"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": {
|
|
"@next/font": "13.2.4",
|
|
"@types/node": "18.15.10",
|
|
"@types/react": "18.0.28",
|
|
"@types/react-dom": "18.0.11",
|
|
"next": "13.2.4",
|
|
"next-intl": "^2.12.0",
|
|
"next-pwa": "^5.6.0",
|
|
"nookies": "^2.5.2",
|
|
"quagga": "^0.12.1",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"sass": "^1.60.0",
|
|
"typescript": "5.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.32.1"
|
|
}
|
|
}
|