todo/src/client/package.json

36 lines
818 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": {
2024-08-21 21:43:13 +00:00
"@microsoft/signalr": "8.0.7",
2024-08-21 23:08:23 +00:00
"@reduxjs/toolkit": "2.2.7",
2022-10-26 15:17:41 +00:00
"@tippyjs/react": "4.2.6",
2024-08-21 23:08:23 +00:00
"axios": "1.7.4",
"next": "14.2.5",
2022-10-26 15:17:41 +00:00
"next-pwa": "5.6.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-redux": "9.1.2",
"react-textarea-autosize": "8.5.3",
2024-08-21 23:08:23 +00:00
"tailwindcss": "3.4.10"
2021-11-10 18:12:17 +01:00
},
"devDependencies": {
"@types/react": "18.3.4",
"@types/react-redux": "7.1.33",
2024-08-21 23:08:23 +00:00
"autoprefixer": "10.4.20",
"cssnano": "7.0.5",
"eslint": "9.9.0",
"eslint-config-next": "14.2.5",
2024-08-21 23:08:23 +00:00
"postcss": "8.4.41",
2024-03-20 20:56:18 +00:00
"postcss-import": "16.1.0",
2024-08-21 23:08:23 +00:00
"prettier": "3.3.3",
"typescript": "5.5.4"
2021-11-10 18:12:17 +01:00
}
}