todo/src/client/package.json

36 lines
821 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": {
2022-10-26 17:45:15 +02:00
"@microsoft/signalr": "6.0.10",
2022-10-27 08:33:52 +02:00
"@reduxjs/toolkit": "1.8.6",
2022-10-26 17:17:41 +02:00
"@tippyjs/react": "4.2.6",
2022-10-27 08:33:52 +02:00
"axios": "1.1.3",
2022-10-27 09:19:10 +02:00
"next": "13.0.0",
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",
2022-10-27 08:33:52 +02:00
"react-redux": "8.0.4",
"react-textarea-autosize": "8.3.4",
"tailwindcss": "3.2.1"
2021-11-10 18:12:17 +01:00
},
"devDependencies": {
"@types/react": "18.0.24",
2022-10-27 08:33:52 +02:00
"@types/react-redux": "7.1.24",
"autoprefixer": "10.4.13",
2022-10-28 15:59:05 +02:00
"cssnano": "5.1.14",
2022-10-27 08:33:52 +02:00
"eslint": "8.26.0",
2022-10-27 09:19:10 +02:00
"eslint-config-next": "13.0.0",
2022-10-27 08:33:52 +02:00
"postcss": "8.4.18",
"postcss-import": "15.0.0",
"prettier": "2.7.1",
"typescript": "4.8.4"
2021-11-10 18:12:17 +01:00
}
}