todo/src/client/package.json

36 lines
819 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": "8.0.0",
"@reduxjs/toolkit": "2.2.2",
2022-10-26 15:17:41 +00:00
"@tippyjs/react": "4.2.6",
"axios": "1.6.8",
"next": "14.1.4",
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",
"react-redux": "9.1.0",
"react-textarea-autosize": "8.5.3",
2024-01-05 20:57:39 +00:00
"tailwindcss": "3.4.1"
2021-11-10 18:12:17 +01:00
},
"devDependencies": {
"@types/react": "18.2.67",
"@types/react-redux": "7.1.33",
2024-03-20 23:12:36 +00:00
"autoprefixer": "10.4.19",
"cssnano": "6.1.1",
"eslint": "8.57.0",
"eslint-config-next": "14.1.4",
2024-03-20 23:12:36 +00:00
"postcss": "8.4.38",
2024-03-20 20:56:18 +00:00
"postcss-import": "16.1.0",
2024-02-17 11:23:10 +00:00
"prettier": "3.2.5",
2024-03-20 20:56:18 +00:00
"typescript": "5.4.3"
2021-11-10 18:12:17 +01:00
}
}