todo/src/client/package.json
Kasper Juul Hermansen 9a2688897f
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
fix(deps): update dependency tailwindcss to v4.0.9
2025-02-26 02:10:38 +00:00

36 lines
818 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.6.0",
"@tippyjs/react": "4.2.6",
"axios": "1.7.9",
"next": "15.1.7",
"next-pwa": "5.6.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-redux": "9.2.0",
"react-textarea-autosize": "8.5.7",
"tailwindcss": "4.0.9"
},
"devDependencies": {
"@types/react": "19.0.10",
"@types/react-redux": "7.1.34",
"autoprefixer": "10.4.20",
"cssnano": "7.0.6",
"eslint": "9.21.0",
"eslint-config-next": "15.1.7",
"postcss": "8.5.3",
"postcss-import": "16.1.0",
"prettier": "3.5.2",
"typescript": "5.7.3"
}
}