2021-11-10 18:12:17 +01:00
|
|
|
{
|
|
|
|
"name": "client",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
|
|
|
"lint": "next lint"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-11-14 18:28:57 +01:00
|
|
|
"@microsoft/signalr": "8.0.0",
|
2023-12-04 15:26:54 +01:00
|
|
|
"@reduxjs/toolkit": "2.0.1",
|
2022-10-26 17:17:41 +02:00
|
|
|
"@tippyjs/react": "4.2.6",
|
2023-11-14 21:53:07 +01:00
|
|
|
"axios": "1.6.2",
|
2023-11-16 20:09:38 +01:00
|
|
|
"next": "14.0.3",
|
2022-10-26 17:17:41 +02:00
|
|
|
"next-pwa": "5.6.0",
|
2022-10-27 09:38:59 +02:00
|
|
|
"react": "18.2.0",
|
|
|
|
"react-dom": "18.2.0",
|
2023-12-04 06:27:02 +01:00
|
|
|
"react-redux": "9.0.0",
|
2023-08-22 18:48:22 +02:00
|
|
|
"react-textarea-autosize": "8.5.3",
|
2023-12-04 19:55:44 +01:00
|
|
|
"tailwindcss": "3.3.6"
|
2021-11-10 18:12:17 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-12-04 21:51:10 +01:00
|
|
|
"@types/react": "18.2.42",
|
2023-11-21 03:50:20 +01:00
|
|
|
"@types/react-redux": "7.1.31",
|
2023-09-20 23:43:12 +02:00
|
|
|
"autoprefixer": "10.4.16",
|
2023-04-30 11:53:50 +02:00
|
|
|
"cssnano": "6.0.1",
|
2023-12-01 22:59:07 +01:00
|
|
|
"eslint": "8.55.0",
|
2023-11-16 20:09:38 +01:00
|
|
|
"eslint-config-next": "14.0.3",
|
2023-12-02 04:13:11 +01:00
|
|
|
"postcss": "8.4.32",
|
2022-12-11 18:51:41 +01:00
|
|
|
"postcss-import": "15.1.0",
|
2023-11-13 04:13:06 +01:00
|
|
|
"prettier": "3.1.0",
|
2023-11-20 19:00:00 +01:00
|
|
|
"typescript": "5.3.2"
|
2021-11-10 18:12:17 +01:00
|
|
|
}
|
|
|
|
}
|