mirror of
https://github.com/Ravinou/borgwarehouse
synced 2026-03-14 14:25:46 +01:00
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.60.0 to 7.63.0. - [Release notes](https://github.com/react-hook-form/react-hook-form/releases) - [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md) - [Commits](https://github.com/react-hook-form/react-hook-form/compare/v7.60.0...v7.63.0) --- updated-dependencies: - dependency-name: react-hook-form dependency-version: 7.63.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
52 lines
1.4 KiB
JSON
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.63.0",
|
|
"react-select": "^5.10.2",
|
|
"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"
|
|
}
|
|
}
|