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": {
|
2024-08-21 21:43:13 +00:00
|
|
|
"@microsoft/signalr": "8.0.7",
|
2024-08-21 23:08:23 +00:00
|
|
|
"@reduxjs/toolkit": "2.2.7",
|
2022-10-26 15:17:41 +00:00
|
|
|
"@tippyjs/react": "4.2.6",
|
2024-08-21 23:08:23 +00:00
|
|
|
"axios": "1.7.4",
|
2024-08-21 21:42:59 +00:00
|
|
|
"next": "14.2.5",
|
2022-10-26 15:17:41 +00:00
|
|
|
"next-pwa": "5.6.0",
|
2024-04-28 14:25:06 +00:00
|
|
|
"react": "18.3.1",
|
|
|
|
"react-dom": "18.3.1",
|
2024-05-02 02:36:14 +00:00
|
|
|
"react-redux": "9.1.2",
|
2023-08-22 16:48:22 +00:00
|
|
|
"react-textarea-autosize": "8.5.3",
|
2024-08-21 23:08:23 +00:00
|
|
|
"tailwindcss": "3.4.10"
|
2021-11-10 18:12:17 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-08-21 21:42:52 +00:00
|
|
|
"@types/react": "18.3.4",
|
2023-12-12 19:22:48 +00:00
|
|
|
"@types/react-redux": "7.1.33",
|
2024-08-21 23:08:23 +00:00
|
|
|
"autoprefixer": "10.4.20",
|
|
|
|
"cssnano": "7.0.5",
|
2024-08-21 23:49:59 +00:00
|
|
|
"eslint": "9.9.0",
|
2024-08-21 21:42:59 +00:00
|
|
|
"eslint-config-next": "14.2.5",
|
2024-08-21 23:08:23 +00:00
|
|
|
"postcss": "8.4.41",
|
2024-03-20 20:56:18 +00:00
|
|
|
"postcss-import": "16.1.0",
|
2024-08-21 23:08:23 +00:00
|
|
|
"prettier": "3.3.3",
|
|
|
|
"typescript": "5.5.4"
|
2021-11-10 18:12:17 +01:00
|
|
|
}
|
|
|
|
}
|