borgwarehouse/package.json
Ravinou 2c451d125f
Merge pull request #74 from Ravinou/dependabot/npm_and_yarn/eslint-8.52.0
build(deps-dev): bump eslint from 8.23.1 to 8.52.0
2023-11-02 19:49:42 +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.40.0",
"bcryptjs": "^2.4.3",
"chart.js": "^4.3.0",
"next": "^13.5.4",
"next-auth": "^4.23.2",
"nodemailer": "^6.9.3",
"react": "^18.2.0",
"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",
"swr": "^2.2.0"
},
"devDependencies": {
"eslint": "8.52.0",
"eslint-config-next": "^13.5.4",
"prettier": "^3.0.3"
}
}