borgwarehouse/package.json
Ravinou 2eacabef56
Merge pull request #304 from Ravinou/dependabot/npm_and_yarn/commitlint/config-conventional-19.5.0
build(deps-dev): bump @commitlint/config-conventional from 19.4.1 to 19.5.0
2024-09-21 13:55:40 +02: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.17.0",
"bcryptjs": "^2.4.3",
"chart.js": "^4.4.4",
"next": "^14.2.13",
"next-auth": "^4.24.7",
"nodemailer": "^6.9.15",
"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",
"uuid": "^10.0.0"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"eslint-config-next": "^14.2.8",
"husky": "^9.1.5",
"prettier": "^3.3.3"
}
}