borgwarehouse/package.json
dependabot[bot] 63216622a6
chore(deps-dev): bump eslint-config-next from 15.3.4 to 15.5.3
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 15.3.4 to 15.5.3.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.5.3/packages/eslint-config-next)

---
updated-dependencies:
- dependency-name: eslint-config-next
  dependency-version: 15.5.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-11 19:09:26 +00:00

52 lines
1.4 KiB
JSON

{
"name": "borgwarehouse",
"version": "3.1.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest",
"setup": "npm install && npm run setup:hooks",
"setup:hooks": "npx husky install",
"format": "prettier --write \"{Components,Containers,helpers,pages,styles}/**/*.{js,jsx,ts,tsx,json,css,scss,md}\""
},
"dependencies": {
"@tabler/icons-react": "^3.34.0",
"async-mutex": "^0.5.0",
"bcryptjs": "^3.0.2",
"chart.js": "^4.4.9",
"date-fns": "^4.1.0",
"lowdb": "^7.0.1",
"next": "^15.3.4",
"next-auth": "^4.24.10",
"nodemailer": "^6.10.1",
"nprogress": "^0.2.0",
"react": "^19.1.0",
"react-chartjs-2": "^5.3.0",
"react-dom": "^19.1.0",
"react-hook-form": "^7.60.0",
"react-select": "^5.10.1",
"react-toastify": "^11.0.5",
"swr": "^2.3.4",
"use-media": "^1.5.0",
"uuid": "^11.1.0"
},
"devDependencies": {
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@types/bcryptjs": "^2.4.6",
"@types/node": "^22.15.30",
"@types/nodemailer": "^6.4.17",
"@types/nprogress": "^0.2.3",
"@types/react": "^19.1.8",
"@types/supertest": "^6.0.3",
"eslint-config-next": "^15.5.3",
"husky": "^9.1.7",
"node-mocks-http": "^1.17.2",
"prettier": "^3.6.2",
"typescript": "^5.8.3",
"vitest": "^3.1.4"
}
}