todo/src/client/package.json
Kasper Juul Hermansen b143a37b6a
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Update dependency @reduxjs/toolkit to v1.9.5
2023-04-18 15:12:46 +00:00

36 lines
819 B
JSON

{
"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",
"@tippyjs/react": "4.2.6",
"axios": "1.3.5",
"next": "13.3.0",
"next-pwa": "5.6.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "8.0.5",
"react-textarea-autosize": "8.4.1",
"tailwindcss": "3.3.1"
},
"devDependencies": {
"@types/react": "18.0.35",
"@types/react-redux": "7.1.25",
"autoprefixer": "10.4.14",
"cssnano": "6.0.0",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"postcss": "8.4.22",
"postcss-import": "15.1.0",
"prettier": "2.8.7",
"typescript": "5.0.4"
}
}