todo/src/client/package.json
Kasper Juul Hermansen aa0ff95be4
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
chore(deps): update dependency prettier to v3.5.1
2025-02-14 02:11:34 +00:00

36 lines
817 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.1",
"@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.6"
},
"devDependencies": {
"@types/react": "19.0.8",
"@types/react-redux": "7.1.34",
"autoprefixer": "10.4.20",
"cssnano": "7.0.6",
"eslint": "9.20.1",
"eslint-config-next": "15.1.7",
"postcss": "8.5.2",
"postcss-import": "16.1.0",
"prettier": "3.5.1",
"typescript": "5.7.3"
}
}