2023-02-03 10:45:11 +00:00
|
|
|
{
|
|
|
|
"name": "root",
|
|
|
|
"scripts": {
|
|
|
|
"prepare": "cd .. && husky install js/.husky"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-07-09 13:09:40 +00:00
|
|
|
"@types/node": "^20.4.1",
|
2023-07-11 11:37:53 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
2023-07-11 12:31:15 +00:00
|
|
|
"@typescript-eslint/parser": "^5.62.0",
|
2023-07-03 11:11:27 +00:00
|
|
|
"eslint": "^8.44.0",
|
2023-03-23 15:25:01 +00:00
|
|
|
"eslint-config-prettier": "^8.8.0",
|
2023-04-11 15:54:47 +00:00
|
|
|
"eslint-import-resolver-typescript": "^3.5.5",
|
2023-05-01 21:02:48 +00:00
|
|
|
"eslint-plugin-cypress": "^2.13.3",
|
2023-02-03 10:45:11 +00:00
|
|
|
"eslint-plugin-import": "^2.27.5",
|
|
|
|
"eslint-plugin-lodash": "^7.4.0",
|
|
|
|
"eslint-plugin-mocha": "^10.1.0",
|
|
|
|
"eslint-plugin-prettier": "^4.2.1",
|
2023-01-30 17:08:41 +00:00
|
|
|
"eslint-plugin-react": "^7.32.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-07-03 11:09:34 +00:00
|
|
|
"lint-staged": "^13.2.3",
|
2023-04-24 11:34:23 +00:00
|
|
|
"prettier": "^2.8.8",
|
2023-07-03 12:09:29 +00:00
|
|
|
"tslib": "^2.6.0",
|
2023-07-06 09:55:31 +00:00
|
|
|
"typescript": "^5.1.6",
|
2023-07-11 11:37:10 +00:00
|
|
|
"wireit": "^0.10.0"
|
2023-02-03 10:45:11 +00:00
|
|
|
},
|
2023-06-14 05:24:27 +00:00
|
|
|
"packageManager": "pnpm@8.6.2",
|
2023-02-03 10:45:11 +00:00
|
|
|
"lint-staged": {
|
|
|
|
"*.{js,jsx,mjs,ts,tsx}": "eslint --cache --fix"
|
|
|
|
}
|
|
|
|
}
|