borgwarehouse/package.json
dependabot[bot] dd563b3d6e
build(deps-dev): bump eslint-config-next from 14.2.14 to 14.2.15
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 14.2.14 to 14.2.15.
- [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/v14.2.15/packages/eslint-config-next)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-09 19:40:01 +00:00

38 lines
1.2 KiB
JSON

{
"name": "borgwarehouse",
"version": "2.4.1",
"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",
"format": "prettier --write \"{Components,Containers,helpers,pages,styles}/**/*.{js,jsx,ts,tsx,json,css,scss,md}\""
},
"dependencies": {
"@tabler/icons-react": "^3.19.0",
"bcryptjs": "^2.4.3",
"chart.js": "^4.4.4",
"next": "^14.2.14",
"next-auth": "^4.24.8",
"nodemailer": "^6.9.15",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.0",
"react-select": "^5.8.1",
"react-toastify": "^10.0.5",
"spinners-react": "^1.0.7",
"swr": "^2.2.5",
"uuid": "^10.0.0"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"eslint-config-next": "^14.2.15",
"husky": "^9.1.6",
"prettier": "^3.3.3"
}
}