borgwarehouse/package.json
2023-03-15 16:36:26 +01:00

33 lines
831 B
JSON

{
"name": "borgwarehouse",
"version": "1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tabler/icons": "^1.96.0",
"bcryptjs": "^2.4.3",
"chart.js": "^3.9.1",
"next": "^13.2.4",
"next-auth": "^4.20.1",
"nodemailer": "^6.9.0",
"react": "^18.2.0",
"react-chartjs-2": "^4.3.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.36.1",
"react-modal": "^3.15.1",
"react-select": "^5.6.0",
"react-toastify": "^9.0.8",
"spinners-react": "^1.0.7",
"swr": "^1.3.0"
},
"devDependencies": {
"eslint": "8.23.1",
"eslint-config-next": "^13.2.4"
}
}