todo/src/client/package.json
Kasper Juul Hermansen de601338d9
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Update nextjs monorepo to v13.3.3
2023-05-01 09:28:32 +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": "7.0.5",
"@reduxjs/toolkit": "1.9.5",
"@tippyjs/react": "4.2.6",
"axios": "1.4.0",
"next": "13.3.3",
"next-pwa": "5.6.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "8.0.5",
"react-textarea-autosize": "8.4.1",
"tailwindcss": "3.3.2"
},
"devDependencies": {
"@types/react": "18.2.0",
"@types/react-redux": "7.1.25",
"autoprefixer": "10.4.14",
"cssnano": "6.0.1",
"eslint": "8.39.0",
"eslint-config-next": "13.3.3",
"postcss": "8.4.23",
"postcss-import": "15.1.0",
"prettier": "2.8.8",
"typescript": "5.0.4"
}
}