17 lines
296 B
JSON
17 lines
296 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"precommit": "lint-staged",
|
|
"prepare": "husky"
|
|
},
|
|
"devDependencies": {
|
|
"husky": "^9.0.0",
|
|
"lint-staged": "^16.2.7"
|
|
},
|
|
"resolutions": {
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"glob-parent": "^6.0.2"
|
|
}
|
|
}
|