18 lines
329 B
JSON
18 lines
329 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"precommit": "lint-staged"
|
|
},
|
|
"devDependencies": {
|
|
"husky": "^9.0.0",
|
|
"lint-staged": ">=10"
|
|
},
|
|
"resolutions": {
|
|
"@types/react": "^18.3.18",
|
|
"@types/react-dom": "^18.3.5",
|
|
"glob-parent": "^6.0.1",
|
|
"jsonwebtoken": "^9.0.0",
|
|
"loader-utils": "^2.0.3"
|
|
}
|
|
}
|