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": "7.0.5",
"@reduxjs/toolkit": "1.9.5",
2022-10-26 17:17:41 +02:00
"@tippyjs/react": "4.2.6",
2023-04-19 22:04:33 +02:00
"axios": "1.3.6",
2023-04-06 23:17:06 +02:00
"next": "13.3.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-11-04 21:20:12 +01:00
"react-redux": "8.0.5",
"react-textarea-autosize": "8.4.1",
2023-03-30 22:56:33 +02:00
"tailwindcss": "3.3.1"
2021-11-10 18:12:17 +01:00
},
"devDependencies": {
"@types/react": "18.0.38",
"@types/react-redux": "7.1.25",
"autoprefixer": "10.4.14",
2023-03-27 19:05:02 +02:00
"cssnano": "6.0.0",
2023-04-08 01:36:53 +02:00
"eslint": "8.38.0",
2023-04-06 23:17:06 +02:00
"eslint-config-next": "13.3.0",
2023-04-19 22:04:33 +02:00
"postcss": "8.4.23",
2022-12-11 18:51:41 +01:00
"postcss-import": "15.1.0",
2023-03-25 01:36:08 +01:00
"prettier": "2.8.7",
2023-04-07 20:12:27 +02:00
"typescript": "5.0.4"
2021-11-10 18:12:17 +01:00
}
}