Update package.json
This commit is contained in:
parent
5fbe24ccb7
commit
d0b9995ab0
|
|
@ -7,7 +7,8 @@
|
|||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint",
|
||||
"type-check": "tsc --noEmit"
|
||||
"type-check": "tsc --noEmit",
|
||||
"preinstall": "rm -f package-lock.json"
|
||||
},
|
||||
"dependencies": {
|
||||
"@hookform/resolvers": "^4.1.0",
|
||||
|
|
|
|||
Loading…
Reference in New Issue