todo/src/client/package.json
Kasper Juul Hermansen 2660f3f650
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Update dependency axios to v1.3.5
2023-04-05 18:37:40 +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.5",
"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.1"
},
"devDependencies": {
"@types/react": "18.0.33",
"@types/react-redux": "7.1.25",
"autoprefixer": "10.4.14",
"cssnano": "6.0.0",
"eslint": "8.37.0",
"eslint-config-next": "13.2.4",
"postcss": "8.4.21",
"postcss-import": "15.1.0",
"prettier": "2.8.7",
"typescript": "5.0.3"
}
}