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-06-19 13:47:58 +00:00
|
|
|
"@microsoft/signalr": "7.0.7",
|
2023-04-18 15:12:46 +00:00
|
|
|
"@reduxjs/toolkit": "1.9.5",
|
2022-10-26 15:17:41 +00:00
|
|
|
"@tippyjs/react": "4.2.6",
|
2023-04-29 20:32:40 +00:00
|
|
|
"axios": "1.4.0",
|
2023-06-21 21:46:56 +00:00
|
|
|
"next": "13.4.7",
|
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",
|
2023-06-21 01:49:25 +00:00
|
|
|
"react-redux": "8.1.1",
|
2023-06-21 15:55:13 +00:00
|
|
|
"react-textarea-autosize": "8.5.0",
|
2023-04-29 20:32:40 +00:00
|
|
|
"tailwindcss": "3.3.2"
|
2021-11-10 18:12:17 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-06-23 19:01:36 +00:00
|
|
|
"@types/react": "18.2.14",
|
2022-12-30 23:39:08 +00:00
|
|
|
"@types/react-redux": "7.1.25",
|
2023-03-10 15:45:55 +00:00
|
|
|
"autoprefixer": "10.4.14",
|
2023-04-30 09:53:50 +00:00
|
|
|
"cssnano": "6.0.1",
|
2023-06-19 13:23:33 +00:00
|
|
|
"eslint": "8.43.0",
|
2023-06-21 21:46:56 +00:00
|
|
|
"eslint-config-next": "13.4.7",
|
2023-06-19 13:23:33 +00:00
|
|
|
"postcss": "8.4.24",
|
2022-12-11 17:51:41 +00:00
|
|
|
"postcss-import": "15.1.0",
|
2023-04-23 09:41:58 +00:00
|
|
|
"prettier": "2.8.8",
|
2023-06-28 23:32:27 +00:00
|
|
|
"typescript": "5.1.6"
|
2021-11-10 18:12:17 +01:00
|
|
|
}
|
|
|
|
}
|