borgwarehouse/package.json
Ravinou 3ccf5abc3d
Merge pull request #601 from Ravinou/dependabot/npm_and_yarn/commitlint/config-conventional-20.2.0
chore(deps-dev): bump @commitlint/config-conventional from 20.0.0 to 20.2.0
2025-12-29 18:56:38 +01:00

53 lines
1.5 KiB
JSON

{
"name": "borgwarehouse",
"version": "3.1.2",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "npx eslint",
"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.2.0",
"@types/bcryptjs": "^2.4.6",
"@types/node": "^24.10.2",
"@types/nodemailer": "^7.0.4",
"@types/nprogress": "^0.2.3",
"@types/react": "^19.2.7",
"@types/supertest": "^6.0.3",
"eslint": "^9.39.1",
"eslint-config-next": "^16.0.10",
"husky": "^9.1.7",
"node-mocks-http": "^1.17.2",
"prettier": "^3.7.4",
"typescript": "^5.9.3",
"vitest": "^4.0.15"
}
}