mirror of
https://github.com/Ravinou/borgwarehouse
synced 2026-03-14 22:35:46 +01:00
39 lines
1.2 KiB
JSON
39 lines
1.2 KiB
JSON
{
|
|
"name": "borgwarehouse",
|
|
"version": "2.3.0",
|
|
"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.14.0",
|
|
"bcryptjs": "^2.4.3",
|
|
"chart.js": "^4.4.4",
|
|
"next": "^14.2.7",
|
|
"next-auth": "^4.24.7",
|
|
"nodemailer": "^6.9.14",
|
|
"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.4.0",
|
|
"@commitlint/config-conventional": "^19.4.1",
|
|
"eslint-config-next": "^14.2.7",
|
|
"husky": "^9.1.5",
|
|
"prettier": "^3.3.3"
|
|
}
|
|
|
|
}
|