todo/src/client/package.json

36 lines
820 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.3",
2023-02-08 04:54:33 +01:00
"@reduxjs/toolkit": "1.9.2",
2022-10-26 17:17:41 +02:00
"@tippyjs/react": "4.2.6",
2023-02-13 20:05:54 +01:00
"axios": "1.3.3",
2023-03-01 17:59:46 +01:00
"next": "13.2.3",
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",
2022-11-11 10:10:23 +01:00
"react-textarea-autosize": "8.4.0",
"tailwindcss": "3.2.7"
2021-11-10 18:12:17 +01:00
},
"devDependencies": {
2023-02-13 20:05:54 +01:00
"@types/react": "18.0.28",
"@types/react-redux": "7.1.25",
"autoprefixer": "10.4.13",
2023-02-15 22:41:54 +01:00
"cssnano": "5.1.15",
2023-02-10 21:31:28 +01:00
"eslint": "8.34.0",
2023-03-01 17:59:46 +01:00
"eslint-config-next": "13.2.3",
2023-01-07 12:40:34 +01:00
"postcss": "8.4.21",
2022-12-11 18:51:41 +01:00
"postcss-import": "15.1.0",
2023-02-08 04:54:33 +01:00
"prettier": "2.8.4",
"typescript": "4.9.5"
2021-11-10 18:12:17 +01:00
}
}