borgwarehouse/package.json

32 lines
805 B
JSON
Raw Normal View History

{
2022-12-01 14:53:44 +01:00
"name": "borgwarehouse",
2023-08-10 20:21:10 +02:00
"version": "1.6.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tabler/icons-react": "^2.24.0",
"bcryptjs": "^2.4.3",
2023-07-07 21:26:04 +02:00
"chart.js": "^4.3.0",
2023-07-07 20:29:31 +02:00
"next": "^13.4.9",
2023-07-07 21:50:08 +02:00
"next-auth": "^4.22.1",
2023-07-07 21:29:22 +02:00
"nodemailer": "^6.9.3",
"react": "^18.2.0",
2023-07-07 21:26:04 +02:00
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.36.1",
"react-select": "^5.6.0",
"react-toastify": "^9.0.8",
"spinners-react": "^1.0.7",
2023-07-07 21:37:32 +02:00
"swr": "^2.2.0"
},
"devDependencies": {
"eslint": "8.23.1",
2023-07-07 20:29:31 +02:00
"eslint-config-next": "^13.4.9"
}
}