borgwarehouse/package.json
2024-05-12 18:10:12 +02:00

32 lines
808 B
JSON

{
"name": "borgwarehouse",
"version": "2.3.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tabler/icons-react": "^3.3.0",
"bcryptjs": "^2.4.3",
"chart.js": "^4.4.2",
"next": "^14.2.3",
"next-auth": "^4.24.7",
"nodemailer": "^6.9.13",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"react-hook-form": "^7.51.4",
"react-select": "^5.8.0",
"react-toastify": "^10.0.5",
"spinners-react": "^1.0.7",
"swr": "^2.2.5"
},
"devDependencies": {
"eslint-config-next": "^14.2.3",
"prettier": "^3.2.5"
}
}