todo/src/client/package.json

36 lines
820 B
JSON
Raw Normal View History

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": {
"@microsoft/signalr": "7.0.11",
"@reduxjs/toolkit": "1.9.6",
2022-10-26 17:17:41 +02:00
"@tippyjs/react": "4.2.6",
2023-09-26 20:56:37 +02:00
"axios": "1.5.1",
2023-09-25 16:57:23 +02:00
"next": "13.5.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",
"react-redux": "8.1.2",
"react-textarea-autosize": "8.5.3",
2023-07-25 00:56:16 +02:00
"tailwindcss": "3.3.3"
2021-11-10 18:12:17 +01:00
},
"devDependencies": {
"@types/react": "18.2.23",
"@types/react-redux": "7.1.26",
"autoprefixer": "10.4.16",
2023-04-30 11:53:50 +02:00
"cssnano": "6.0.1",
2023-09-22 23:18:08 +02:00
"eslint": "8.50.0",
2023-09-25 16:57:23 +02:00
"eslint-config-next": "13.5.3",
2023-09-18 23:42:10 +02:00
"postcss": "8.4.30",
2022-12-11 18:51:41 +01:00
"postcss-import": "15.1.0",
2023-08-29 14:52:11 +02:00
"prettier": "3.0.3",
2023-08-24 18:56:54 +02:00
"typescript": "5.2.2"
2021-11-10 18:12:17 +01:00
}
}