todo/src/client/package.json

36 lines
822 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.10",
"@reduxjs/toolkit": "1.9.5",
2022-10-26 17:17:41 +02:00
"@tippyjs/react": "4.2.6",
2023-04-29 22:32:40 +02:00
"axios": "1.4.0",
2023-08-19 02:43:11 +02:00
"next": "13.4.19",
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.20",
"@types/react-redux": "7.1.25",
"autoprefixer": "10.4.15",
2023-04-30 11:53:50 +02:00
"cssnano": "6.0.1",
2023-08-11 17:35:03 +02:00
"eslint": "8.47.0",
2023-08-19 02:43:11 +02:00
"eslint-config-next": "13.4.19",
2023-08-15 21:23:03 +02:00
"postcss": "8.4.28",
2022-12-11 18:51:41 +01:00
"postcss-import": "15.1.0",
2023-08-15 17:59:27 +02:00
"prettier": "3.0.2",
"typescript": "5.1.6"
2021-11-10 18:12:17 +01:00
}
}