borgwarehouse/package.json
dependabot[bot] 02595d6b0d
build(deps): bump @tabler/icons-react from 2.47.0 to 3.1.0
Bumps [@tabler/icons-react](https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-react) from 2.47.0 to 3.1.0.
- [Release notes](https://github.com/tabler/tabler-icons/releases)
- [Commits](https://github.com/tabler/tabler-icons/commits/v3.1.0/packages/icons-react)

---
updated-dependencies:
- dependency-name: "@tabler/icons-react"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-01 14:29:19 +00:00

33 lines
835 B
JSON

{
"name": "borgwarehouse",
"version": "2.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tabler/icons-react": "^3.1.0",
"bcryptjs": "^2.4.3",
"chart.js": "^4.4.2",
"next": "^14.1.4",
"next-auth": "^4.24.7",
"nodemailer": "^6.9.13",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.2",
"react-select": "^5.8.0",
"react-toastify": "^9.0.8",
"spinners-react": "^1.0.7",
"swr": "^2.2.5"
},
"devDependencies": {
"eslint": "8.57.0",
"eslint-config-next": "^14.1.4",
"prettier": "^3.2.5"
}
}