todo/src/client/package.json
Kasper Juul Hermansen 2c0c148fbc
Some checks reported errors
continuous-integration/drone/pr Build encountered an error
continuous-integration/drone/push Build is passing
Update dependency @types/react to v18.0.31
2023-03-28 22:22:27 +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": "7.0.4",
"@reduxjs/toolkit": "1.9.3",
"@tippyjs/react": "4.2.6",
"axios": "1.3.4",
"next": "13.2.4",
"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.0"
},
"devDependencies": {
"@types/react": "18.0.31",
"@types/react-redux": "7.1.25",
"autoprefixer": "10.4.14",
"cssnano": "6.0.0",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"postcss": "8.4.21",
"postcss-import": "15.1.0",
"prettier": "2.8.7",
"typescript": "5.0.2"
}
}