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 17:28:57 +00:00
|
|
|
"@microsoft/signalr": "8.0.0",
|
2024-03-21 00:47:03 +00:00
|
|
|
"@reduxjs/toolkit": "2.2.2",
|
2022-10-26 15:17:41 +00:00
|
|
|
"@tippyjs/react": "4.2.6",
|
2024-03-15 17:06:19 +00:00
|
|
|
"axios": "1.6.8",
|
2024-03-20 01:28:20 +00:00
|
|
|
"next": "14.1.4",
|
2022-10-26 15:17:41 +00:00
|
|
|
"next-pwa": "5.6.0",
|
2022-10-27 07:38:59 +00:00
|
|
|
"react": "18.2.0",
|
|
|
|
"react-dom": "18.2.0",
|
2024-01-12 17:47:06 +00:00
|
|
|
"react-redux": "9.1.0",
|
2023-08-22 16:48:22 +00:00
|
|
|
"react-textarea-autosize": "8.5.3",
|
2024-01-05 20:57:39 +00:00
|
|
|
"tailwindcss": "3.4.1"
|
2021-11-10 18:12:17 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-03-18 13:39:04 +00:00
|
|
|
"@types/react": "18.2.67",
|
2023-12-12 19:22:48 +00:00
|
|
|
"@types/react-redux": "7.1.33",
|
2024-03-20 23:12:36 +00:00
|
|
|
"autoprefixer": "10.4.19",
|
2024-03-20 14:19:20 +00:00
|
|
|
"cssnano": "6.1.1",
|
2024-02-23 21:12:16 +00:00
|
|
|
"eslint": "8.57.0",
|
2024-03-20 01:28:20 +00:00
|
|
|
"eslint-config-next": "14.1.4",
|
2024-03-20 23:12:36 +00:00
|
|
|
"postcss": "8.4.38",
|
2024-03-20 20:56:18 +00:00
|
|
|
"postcss-import": "16.1.0",
|
2024-02-17 11:23:10 +00:00
|
|
|
"prettier": "3.2.5",
|
2024-03-20 20:56:18 +00:00
|
|
|
"typescript": "5.4.3"
|
2021-11-10 18:12:17 +01:00
|
|
|
}
|
|
|
|
}
|