31 lines
899 B
JSON
31 lines
899 B
JSON
{
|
|
"name": "root",
|
|
"scripts": {
|
|
"prepare": "cd .. && husky install js/.husky"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.2.5",
|
|
"@typescript-eslint/eslint-plugin": "^5.59.9",
|
|
"@typescript-eslint/parser": "^5.59.9",
|
|
"eslint": "^8.42.0",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"eslint-import-resolver-typescript": "^3.5.5",
|
|
"eslint-plugin-cypress": "^2.13.3",
|
|
"eslint-plugin-import": "^2.27.5",
|
|
"eslint-plugin-lodash": "^7.4.0",
|
|
"eslint-plugin-mocha": "^10.1.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-react": "^7.32.2",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"husky": "^8.0.3",
|
|
"lint-staged": "^13.2.2",
|
|
"prettier": "^2.8.8",
|
|
"tslib": "^2.5.3",
|
|
"typescript": "^5.0.4",
|
|
"wireit": "^0.9.5"
|
|
},
|
|
"packageManager": "pnpm@8.6.1",
|
|
"lint-staged": {
|
|
"*.{js,jsx,mjs,ts,tsx}": "eslint --cache --fix"
|
|
}
|
|
}
|