borgwarehouse/package.json
Ravinou 3a3fe992ff
Merge pull request #115 from Ravinou/dependabot/npm_and_yarn/chart.js-4.4.1
build(deps): bump chart.js from 4.4.0 to 4.4.1
2023-12-30 15:04:13 +01:00

33 lines
835 B
JSON

{
"name": "borgwarehouse",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tabler/icons-react": "^2.44.0",
"bcryptjs": "^2.4.3",
"chart.js": "^4.4.1",
"next": "^13.5.6",
"next-auth": "^4.24.5",
"nodemailer": "^6.9.7",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.49.2",
"react-select": "^5.8.0",
"react-toastify": "^9.0.8",
"spinners-react": "^1.0.7",
"swr": "^2.2.0"
},
"devDependencies": {
"eslint": "8.56.0",
"eslint-config-next": "^13.5.6",
"prettier": "^3.1.1"
}
}