borgwarehouse/package.json
dependabot[bot] d2fab3eeea
build(deps): bump @tabler/icons-react from 3.10.0 to 3.11.0
Bumps [@tabler/icons-react](https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-react) from 3.10.0 to 3.11.0.
- [Release notes](https://github.com/tabler/tabler-icons/releases)
- [Commits](https://github.com/tabler/tabler-icons/commits/v3.11.0/packages/icons-react)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-16 19:14:32 +00:00

36 lines
1 KiB
JSON

{
"name": "borgwarehouse",
"version": "2.3.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"setup": "npm install && npm run setup:hooks",
"setup:hooks": "npx husky install"
},
"dependencies": {
"@tabler/icons-react": "^3.11.0",
"bcryptjs": "^2.4.3",
"chart.js": "^4.4.3",
"next": "^14.2.5",
"next-auth": "^4.24.7",
"nodemailer": "^6.9.14",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.1",
"react-select": "^5.8.0",
"react-toastify": "^10.0.5",
"spinners-react": "^1.0.7",
"swr": "^2.2.5"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"eslint-config-next": "^14.2.5",
"husky": "^9.0.11",
"prettier": "^3.3.3"
}
}