mirror of
https://github.com/Ravinou/borgwarehouse
synced 2026-03-14 22:35:46 +01:00
Bumps [@types/bcryptjs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/bcryptjs) from 2.4.6 to 3.0.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/bcryptjs) --- updated-dependencies: - dependency-name: "@types/bcryptjs" dependency-version: 3.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
53 lines
1.5 KiB
JSON
53 lines
1.5 KiB
JSON
{
|
|
"name": "borgwarehouse",
|
|
"version": "3.1.2",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "npx eslint",
|
|
"test": "vitest",
|
|
"setup": "npm install && npm run setup:hooks",
|
|
"setup:hooks": "npx husky install",
|
|
"format": "prettier --write \"{Components,Containers,helpers,pages,styles}/**/*.{js,jsx,ts,tsx,json,css,scss,md}\""
|
|
},
|
|
"dependencies": {
|
|
"@tabler/icons-react": "^3.36.1",
|
|
"async-mutex": "^0.5.0",
|
|
"bcryptjs": "^3.0.3",
|
|
"chart.js": "^4.5.1",
|
|
"date-fns": "^4.1.0",
|
|
"lowdb": "^7.0.1",
|
|
"next": "^16.1.1",
|
|
"next-auth": "^4.24.13",
|
|
"nodemailer": "^7.0.11",
|
|
"nprogress": "^0.2.0",
|
|
"react": "^19.2.1",
|
|
"react-chartjs-2": "^5.3.1",
|
|
"react-dom": "^19.2.3",
|
|
"react-hook-form": "^7.68.0",
|
|
"react-select": "^5.10.2",
|
|
"react-toastify": "^11.0.5",
|
|
"swr": "^2.3.7",
|
|
"use-media": "^1.5.0",
|
|
"uuid": "^13.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^20.3.0",
|
|
"@commitlint/config-conventional": "^20.2.0",
|
|
"@types/bcryptjs": "^3.0.0",
|
|
"@types/node": "^25.0.3",
|
|
"@types/nodemailer": "^7.0.4",
|
|
"@types/nprogress": "^0.2.3",
|
|
"@types/react": "^19.2.7",
|
|
"@types/supertest": "^6.0.3",
|
|
"eslint": "^9.39.2",
|
|
"eslint-config-next": "^16.0.10",
|
|
"husky": "^9.1.7",
|
|
"node-mocks-http": "^1.17.2",
|
|
"prettier": "^3.7.4",
|
|
"typescript": "^5.9.3",
|
|
"vitest": "^4.0.15"
|
|
}
|
|
}
|