2021-09-03 10:24:56 +00:00
|
|
|
{
|
2023-02-13 18:18:33 +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",
|
2023-02-21 06:53:42 +00:00
|
|
|
"stage": "next start -p 1031",
|
2023-03-28 11:04:12 +00:00
|
|
|
"lint": "next lint",
|
|
|
|
"test": "playwright test"
|
2023-02-13 18:18:33 +00:00
|
|
|
},
|
2021-09-03 10:24:56 +00:00
|
|
|
"dependencies": {
|
2023-05-05 14:33:49 +00:00
|
|
|
"@ericblade/quagga2": "^1.8.2",
|
2023-10-25 03:48:00 +00:00
|
|
|
"@frontendnetwork/vegancheck": "^1.1.42",
|
2023-05-12 21:37:46 +00:00
|
|
|
"@socialgouv/matomo-next": "^1.6.1",
|
2023-10-26 02:45:37 +00:00
|
|
|
"@types/node": "20.8.9",
|
2023-10-25 03:47:49 +00:00
|
|
|
"@types/react-dom": "18.2.14",
|
2023-07-18 18:04:55 +00:00
|
|
|
"eslint-config-sznm": "^2.0.2",
|
2023-10-24 02:50:05 +00:00
|
|
|
"jest-worker": "^29.7.0",
|
2023-10-19 21:00:56 +00:00
|
|
|
"million": "^2.6.4",
|
2023-08-15 14:55:08 +00:00
|
|
|
"next": "13.4.16",
|
2023-10-19 21:02:06 +00:00
|
|
|
"next-intl": "^2.21.0",
|
2023-02-13 18:18:33 +00:00
|
|
|
"next-pwa": "^5.6.0",
|
2023-02-18 15:51:39 +00:00
|
|
|
"nookies": "^2.5.2",
|
2023-02-13 18:18:33 +00:00
|
|
|
"react": "18.2.0",
|
|
|
|
"react-dom": "18.2.0",
|
2023-10-18 03:04:51 +00:00
|
|
|
"sass": "^1.69.4",
|
2023-10-24 19:19:12 +00:00
|
|
|
"typescript": "5.2.2"
|
2023-03-28 11:04:12 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-10-27 19:54:26 +00:00
|
|
|
"@playwright/test": "^1.39.0",
|
2023-10-26 19:07:20 +00:00
|
|
|
"@types/react": "^18.2.33",
|
2023-07-18 18:04:55 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.42.0",
|
2023-07-19 02:27:02 +00:00
|
|
|
"@typescript-eslint/parser": "^5.62.0",
|
2023-10-19 21:14:05 +00:00
|
|
|
"@typescript-eslint/typescript-estree": "^6.8.0",
|
2023-10-23 02:37:53 +00:00
|
|
|
"eslint": "8.52.0",
|
2023-10-19 02:09:44 +00:00
|
|
|
"eslint-config-next": "^13.5.6",
|
2023-08-16 02:55:15 +00:00
|
|
|
"eslint-plugin-import": "^2.28.0"
|
2023-05-13 07:57:24 +00:00
|
|
|
},
|
|
|
|
"volta": {
|
|
|
|
"node": "18.16.0",
|
|
|
|
"yarn": "1.22.19"
|
2021-09-03 10:24:56 +00:00
|
|
|
}
|
|
|
|
}
|