2023-02-03 10:45:11 +00:00
|
|
|
{
|
|
|
|
"name": "root",
|
|
|
|
"scripts": {
|
|
|
|
"prepare": "cd .. && husky install js/.husky"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-11-20 11:01:07 +00:00
|
|
|
"@types/node": "^20.9.2",
|
2023-11-14 16:23:09 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^6.11.0",
|
2023-11-14 16:40:40 +00:00
|
|
|
"@typescript-eslint/parser": "^6.11.0",
|
2023-11-20 11:02:10 +00:00
|
|
|
"eslint": "^8.54.0",
|
2023-08-21 16:18:35 +00:00
|
|
|
"eslint-config-prettier": "^9.0.0",
|
2023-09-25 09:04:29 +00:00
|
|
|
"eslint-import-resolver-typescript": "^3.6.1",
|
2023-09-22 10:04:42 +00:00
|
|
|
"eslint-plugin-cypress": "^2.15.1",
|
2023-10-24 15:59:12 +00:00
|
|
|
"eslint-plugin-import": "^2.29.0",
|
2023-02-03 10:45:11 +00:00
|
|
|
"eslint-plugin-lodash": "^7.4.0",
|
2023-09-29 08:24:30 +00:00
|
|
|
"eslint-plugin-mocha": "^10.2.0",
|
2023-10-14 09:52:44 +00:00
|
|
|
"eslint-plugin-prettier": "^5.0.1",
|
2023-08-21 13:43:40 +00:00
|
|
|
"eslint-plugin-react": "^7.33.2",
|
2023-06-01 09:56:06 +00:00
|
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
2023-02-03 10:45:11 +00:00
|
|
|
"husky": "^8.0.3",
|
2023-11-14 13:18:20 +00:00
|
|
|
"lint-staged": "^15.1.0",
|
2023-11-14 17:59:24 +00:00
|
|
|
"prettier": "^3.1.0",
|
2023-08-21 10:03:48 +00:00
|
|
|
"tslib": "^2.6.2",
|
2023-08-25 14:25:17 +00:00
|
|
|
"typescript": "^5.2.2",
|
2023-10-23 09:26:47 +00:00
|
|
|
"wireit": "^0.14.1"
|
2023-02-03 10:45:11 +00:00
|
|
|
},
|
2023-10-30 11:50:06 +00:00
|
|
|
"packageManager": "pnpm@8.10.0",
|
2023-02-03 10:45:11 +00:00
|
|
|
"lint-staged": {
|
|
|
|
"*.{js,jsx,mjs,ts,tsx}": "eslint --cache --fix"
|
|
|
|
}
|
|
|
|
}
|