borgwarehouse/package.json
dependabot[bot] 318e773df9
build(deps): bump swr from 2.2.4 to 2.2.5
Bumps [swr](https://github.com/vercel/swr) from 2.2.4 to 2.2.5.
- [Release notes](https://github.com/vercel/swr/releases)
- [Commits](https://github.com/vercel/swr/compare/v2.2.4...v2.2.5)

---
updated-dependencies:
- dependency-name: swr
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-16 19:44:18 +00:00

33 lines
835 B
JSON

{
"name": "borgwarehouse",
"version": "2.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tabler/icons-react": "^2.47.0",
"bcryptjs": "^2.4.3",
"chart.js": "^4.4.1",
"next": "^14.1.0",
"next-auth": "^4.24.5",
"nodemailer": "^6.9.9",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.50.1",
"react-select": "^5.8.0",
"react-toastify": "^9.0.8",
"spinners-react": "^1.0.7",
"swr": "^2.2.5"
},
"devDependencies": {
"eslint": "8.56.0",
"eslint-config-next": "^14.1.0",
"prettier": "^3.2.5"
}
}