borgwarehouse/package.json

52 lines
1.4 KiB
JSON

{
"name": "borgwarehouse",
"version": "3.0.0",
"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.33.0",
"async-mutex": "^0.5.0",
"bcryptjs": "^3.0.2",
"chart.js": "^4.4.9",
"date-fns": "^4.1.0",
"lowdb": "^7.0.1",
"next": "^15.3.1",
"next-auth": "^4.24.10",
"nodemailer": "^6.10.1",
"nprogress": "^0.2.0",
"react": "^19.1.0",
"react-chartjs-2": "^5.3.0",
"react-dom": "^19.1.0",
"react-hook-form": "^7.56.3",
"react-select": "^5.10.1",
"react-toastify": "^11.0.5",
"swr": "^2.3.3",
"use-media": "^1.5.0",
"uuid": "^11.1.0"
},
"devDependencies": {
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@types/bcryptjs": "^2.4.6",
"@types/node": "^22.15.21",
"@types/nodemailer": "^6.4.17",
"@types/nprogress": "^0.2.3",
"@types/react": "^19.1.5",
"@types/supertest": "^6.0.3",
"eslint-config-next": "^15.3.1",
"husky": "^9.1.7",
"node-mocks-http": "^1.17.2",
"prettier": "^3.5.3",
"typescript": "^5.8.3",
"vitest": "^3.1.3"
}
}