mirror of
https://github.com/Ravinou/borgwarehouse
synced 2026-03-14 22:35:46 +01:00
chore: 🧹 add date-fns lib
This commit is contained in:
parent
313a2f30f9
commit
73e35295dc
2 changed files with 4694 additions and 7974 deletions
8197
package-lock.json
generated
8197
package-lock.json
generated
File diff suppressed because it is too large
Load diff
79
package.json
79
package.json
|
|
@ -1,41 +1,42 @@
|
|||
{
|
||||
"name": "borgwarehouse",
|
||||
"version": "2.4.4",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint",
|
||||
"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.30.0",
|
||||
"bcryptjs": "^3.0.2",
|
||||
"chart.js": "^4.4.7",
|
||||
"next": "^15.2.5",
|
||||
"next-auth": "^4.24.10",
|
||||
"nodemailer": "^6.10.0",
|
||||
"react": "^18.3.1",
|
||||
"react-chartjs-2": "^5.3.0",
|
||||
"react-dom": "^18.3.1",
|
||||
"react-hook-form": "^7.54.2",
|
||||
"react-select": "^5.10.1",
|
||||
"react-toastify": "^10.0.6",
|
||||
"spinners-react": "^1.0.10",
|
||||
"swr": "^2.3.3",
|
||||
"uuid": "^11.0.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^19.8.0",
|
||||
"@commitlint/config-conventional": "^19.8.0",
|
||||
"eslint-config-next": "^15.1.6",
|
||||
"@types/node": "^22.10.2",
|
||||
"@types/react": "^18.3.18",
|
||||
"husky": "^9.1.7",
|
||||
"prettier": "^3.5.3",
|
||||
"typescript": "^5.7.2"
|
||||
}
|
||||
"name": "borgwarehouse",
|
||||
"version": "2.4.4",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint",
|
||||
"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.29.0",
|
||||
"bcryptjs": "^2.4.3",
|
||||
"chart.js": "^4.4.7",
|
||||
"date-fns": "^4.1.0",
|
||||
"next": "^15.1.6",
|
||||
"next-auth": "^4.24.10",
|
||||
"nodemailer": "^6.10.0",
|
||||
"react": "^18.3.1",
|
||||
"react-chartjs-2": "^5.3.0",
|
||||
"react-dom": "^18.3.1",
|
||||
"react-hook-form": "^7.54.2",
|
||||
"react-select": "^5.10.0",
|
||||
"react-toastify": "^10.0.6",
|
||||
"spinners-react": "^1.0.10",
|
||||
"swr": "^2.3.0",
|
||||
"uuid": "^11.0.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^19.7.1",
|
||||
"@commitlint/config-conventional": "^19.7.1",
|
||||
"@types/node": "^22.10.2",
|
||||
"@types/react": "^18.3.18",
|
||||
"eslint-config-next": "^15.1.6",
|
||||
"husky": "^9.1.7",
|
||||
"prettier": "^3.5.1",
|
||||
"typescript": "^5.7.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue