Update package.json

This commit is contained in:
kleap-admin 2026-01-16 13:38:05 +00:00
parent 996e900df8
commit c8f2e4a782
1 changed files with 4 additions and 2 deletions

View File

@ -6,7 +6,8 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"preinstall": "rm -f package-lock.json"
},
"dependencies": {
"@hookform/resolvers": "^4.1.0",
@ -43,6 +44,7 @@
"react-wrap-balancer": "^1.1.1",
"reading-time": "^1.5.0",
"remark-gfm": "^4.0.1",
"sharp": "^0.33.5",
"styled-jsx": "^5.1.6",
"tailwind-merge": "^3.0.1",
"typescript": "^5.7.3",
@ -52,4 +54,4 @@
"eslint": "^8.57.0",
"eslint-config-next": "15.2.6"
}
}
}