mirror of
https://github.com/Ravinou/borgwarehouse
synced 2026-03-14 14:25:46 +01:00
52 lines
1.4 KiB
JSON
52 lines
1.4 KiB
JSON
{
|
|
"name": "borgwarehouse",
|
|
"version": "3.1.2",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "pnpm exec eslint",
|
|
"test": "vitest",
|
|
"setup": "pnpm install && pnpm run setup:hooks",
|
|
"setup:hooks": "pnpm exec husky install",
|
|
"format": "prettier --write \"{Components,Containers,helpers,pages,styles}/**/*.{js,jsx,ts,tsx,json,css,scss,md}\""
|
|
},
|
|
"dependencies": {
|
|
"@tabler/icons-react": "^3.37.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.6",
|
|
"next-auth": "^4.24.13",
|
|
"nodemailer": "^8.0.1",
|
|
"nprogress": "^0.2.0",
|
|
"react": "^19.2.4",
|
|
"react-chartjs-2": "^5.3.1",
|
|
"react-dom": "^19.2.4",
|
|
"react-hook-form": "^7.71.2",
|
|
"react-select": "^5.10.2",
|
|
"react-toastify": "^11.0.5",
|
|
"swr": "^2.4.1",
|
|
"use-media": "^1.5.0",
|
|
"uuid": "^13.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^20.4.2",
|
|
"@commitlint/config-conventional": "^20.4.2",
|
|
"@types/node": "^25.3.3",
|
|
"@types/nodemailer": "^7.0.11",
|
|
"@types/nprogress": "^0.2.3",
|
|
"@types/react": "^19.2.14",
|
|
"@types/supertest": "^7.2.0",
|
|
"eslint": "^9.39.3",
|
|
"eslint-config-next": "^16.1.6",
|
|
"husky": "^9.1.7",
|
|
"node-mocks-http": "^1.17.2",
|
|
"prettier": "^3.8.1",
|
|
"typescript": "^5.9.3",
|
|
"vitest": "^4.0.18"
|
|
}
|
|
}
|