borgwarehouse/package.json
2024-12-08 11:17:50 +01: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.24.0",
"bcryptjs": "^2.4.3",
"chart.js": "^4.4.7",
"next": "^15.0.4",
"next-auth": "^4.24.10",
"nodemailer": "^6.9.16",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.2",
"react-select": "^5.8.3",
"react-toastify": "^10.0.6",
"spinners-react": "^1.0.10",
"swr": "^2.2.5",
"uuid": "^11.0.3"
},
"devDependencies": {
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"eslint-config-next": "^15.0.4",
"husky": "^9.1.7",
"prettier": "^3.4.2"
}
}