{ "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.35.0", "async-mutex": "^0.5.0", "bcryptjs": "^3.0.3", "chart.js": "^4.5.1", "date-fns": "^4.1.0", "lowdb": "^7.0.1", "next": "^16.0.7", "next-auth": "^4.24.13", "nodemailer": "^7.0.11", "nprogress": "^0.2.0", "react": "^19.2.1", "react-chartjs-2": "^5.3.1", "react-dom": "^19.2.1", "react-hook-form": "^7.68.0", "react-select": "^5.10.2", "react-toastify": "^11.0.5", "swr": "^2.3.7", "use-media": "^1.5.0", "uuid": "^13.0.0" }, "devDependencies": { "@commitlint/cli": "^20.1.0", "@commitlint/config-conventional": "^20.0.0", "@types/bcryptjs": "^2.4.6", "@types/node": "^24.10.1", "@types/nodemailer": "^7.0.4", "@types/nprogress": "^0.2.3", "@types/react": "^19.2.7", "@types/supertest": "^6.0.3", "eslint-config-next": "^16.0.7", "husky": "^9.1.7", "node-mocks-http": "^1.17.2", "prettier": "^3.7.4", "typescript": "^5.9.3", "vitest": "^4.0.15" } }