vegancheck.me/package.json

46 lines
1.1 KiB
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",
"stage": "next start -p 1031",
2023-03-28 11:04:12 +00:00
"lint": "next lint",
"test": "playwright test"
},
2021-09-03 10:24:56 +00:00
"dependencies": {
"@ducanh2912/next-pwa": "^9.7.2",
2023-05-05 14:33:49 +00:00
"@ericblade/quagga2": "^1.8.2",
"@frontendnetwork/vegancheck": "^1.1.42",
"@types/node": "20.9.1",
"@types/react-dom": "18.2.14",
"eslint-config-sznm": "^2.0.2",
"jest-worker": "^29.7.0",
2023-10-19 21:00:56 +00:00
"million": "^2.6.4",
"next": "13.4.16",
"next-intl": "^2.21.0",
2023-02-18 15:51:39 +00:00
"nookies": "^2.5.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "^1.69.5",
"sharp": "^0.33.1",
"typescript": "5.2.2"
2023-03-28 11:04:12 +00:00
},
"devDependencies": {
"@playwright/test": "^1.39.0",
"@types/react": "^18.2.38",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.62.0",
"@typescript-eslint/typescript-estree": "^6.12.0",
"eslint": "8.52.0",
"eslint-config-next": "^14.0.1",
"eslint-plugin-import": "^2.29.0"
},
"volta": {
"node": "18.16.0",
"yarn": "1.22.19"
2021-09-03 10:24:56 +00:00
}
}