todo/src/client/package.json
Kasper Juul Hermansen 72324a5b4c
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
chore(deps): update dependency @types/react to v19.0.2
2024-12-19 02:08:00 +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.7",
"@reduxjs/toolkit": "2.5.0",
"@tippyjs/react": "4.2.6",
"axios": "1.7.9",
"next": "15.1.1",
"next-pwa": "5.6.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-redux": "9.2.0",
"react-textarea-autosize": "8.5.6",
"tailwindcss": "3.4.16"
},
"devDependencies": {
"@types/react": "19.0.2",
"@types/react-redux": "7.1.34",
"autoprefixer": "10.4.20",
"cssnano": "7.0.6",
"eslint": "9.17.0",
"eslint-config-next": "15.1.1",
"postcss": "8.4.49",
"postcss-import": "16.1.0",
"prettier": "3.4.2",
"typescript": "5.7.2"
}
}