borgwarehouse/package.json
dependabot[bot] cbd6e92b3e
build(deps): bump chart.js from 4.4.3 to 4.4.4
Bumps [chart.js](https://github.com/chartjs/Chart.js) from 4.4.3 to 4.4.4.
- [Release notes](https://github.com/chartjs/Chart.js/releases)
- [Commits](https://github.com/chartjs/Chart.js/compare/v4.4.3...v4.4.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-23 20:42:01 +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.4",
"next": "^14.2.6",
"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.2",
"react-select": "^5.8.0",
"react-toastify": "^10.0.5",
"spinners-react": "^1.0.7",
"swr": "^2.2.5"
},
"devDependencies": {
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"eslint-config-next": "^14.2.6",
"husky": "^9.1.4",
"prettier": "^3.3.3"
}
}