todo/src/client/package.json
Kasper Juul Hermansen 76fb37e4c2
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Update dependency @types/react to v18.2.40
2023-12-01 22:26:36 +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": "8.0.0",
"@reduxjs/toolkit": "1.9.7",
"@tippyjs/react": "4.2.6",
"axios": "1.6.2",
"next": "14.0.3",
"next-pwa": "5.6.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "8.1.3",
"react-textarea-autosize": "8.5.3",
"tailwindcss": "3.3.5"
},
"devDependencies": {
"@types/react": "18.2.40",
"@types/react-redux": "7.1.31",
"autoprefixer": "10.4.16",
"cssnano": "6.0.1",
"eslint": "8.55.0",
"eslint-config-next": "14.0.3",
"postcss": "8.4.31",
"postcss-import": "15.1.0",
"prettier": "3.1.0",
"typescript": "5.3.2"
}
}