borgwarehouse/package.json
Ravinou c8f5ae92db
Merge pull request #280 from Ravinou/dependabot/npm_and_yarn/react-hook-form-7.53.0
build(deps): bump react-hook-form from 7.52.2 to 7.53.0
2024-08-27 21:11:35 +02: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.13.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.53.0",
"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"
}
}