todo/src/client/package.json
Kasper Juul Hermansen 8ee12dd219
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
chore(deps): update dependency eslint to v9.9.0
2024-08-21 23:49:59 +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.2.7",
"@tippyjs/react": "4.2.6",
"axios": "1.7.4",
"next": "14.2.5",
"next-pwa": "5.6.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-redux": "9.1.2",
"react-textarea-autosize": "8.5.3",
"tailwindcss": "3.4.10"
},
"devDependencies": {
"@types/react": "18.3.4",
"@types/react-redux": "7.1.33",
"autoprefixer": "10.4.20",
"cssnano": "7.0.5",
"eslint": "9.9.0",
"eslint-config-next": "14.2.5",
"postcss": "8.4.41",
"postcss-import": "16.1.0",
"prettier": "3.3.3",
"typescript": "5.5.4"
}
}