todo/src/client/package.json
Kasper Juul Hermansen 73bd08d81c
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
chore(deps): update dependency @types/react to v19.0.1
2024-12-07 02:14:38 +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.4.0",
"@tippyjs/react": "4.2.6",
"axios": "1.7.9",
"next": "15.0.4",
"next-pwa": "5.6.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-redux": "9.1.2",
"react-textarea-autosize": "8.5.5",
"tailwindcss": "3.4.16"
},
"devDependencies": {
"@types/react": "19.0.1",
"@types/react-redux": "7.1.34",
"autoprefixer": "10.4.20",
"cssnano": "7.0.6",
"eslint": "9.16.0",
"eslint-config-next": "15.0.4",
"postcss": "8.4.49",
"postcss-import": "16.1.0",
"prettier": "3.4.2",
"typescript": "5.7.2"
}
}