borgwarehouse/package.json
2025-04-20 23:08:26 +02:00

50 lines
1.4 KiB
JSON

{
"name": "borgwarehouse",
"version": "2.4.4",
"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.30.0",
"async-mutex": "^0.5.0",
"bcryptjs": "^3.0.2",
"chart.js": "^4.4.7",
"date-fns": "^4.1.0",
"lowdb": "^7.0.1",
"next": "^15.2.5",
"next-auth": "^4.24.10",
"nodemailer": "^6.10.0",
"react": "^18.3.1",
"react-chartjs-2": "^5.3.0",
"react-dom": "^18.3.1",
"react-hook-form": "^7.54.2",
"react-select": "^5.10.1",
"react-toastify": "^10.0.6",
"spinners-react": "^1.0.10",
"swr": "^2.3.3",
"uuid": "^11.0.5"
},
"devDependencies": {
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.8.0",
"@types/bcryptjs": "^2.4.6",
"@types/node": "^22.10.2",
"@types/nodemailer": "^6.4.17",
"@types/react": "^18.3.18",
"@types/supertest": "^6.0.2",
"eslint-config-next": "^15.1.6",
"husky": "^9.1.7",
"node-mocks-http": "^1.16.2",
"prettier": "^3.5.3",
"typescript": "^5.7.2",
"vitest": "^3.1.1"
}
}