2023-02-03 10:45:11 +00:00
|
|
|
{
|
|
|
|
"name": "root",
|
|
|
|
"scripts": {
|
|
|
|
"prepare": "cd .. && husky install js/.husky"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-09-20 17:20:00 +00:00
|
|
|
"@types/node": "^20.6.3",
|
2023-09-22 09:05:59 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^6.7.2",
|
2023-09-22 09:32:09 +00:00
|
|
|
"@typescript-eslint/parser": "^6.7.2",
|
2023-09-11 10:52:46 +00:00
|
|
|
"eslint": "^8.49.0",
|
2023-08-21 16:18:35 +00:00
|
|
|
"eslint-config-prettier": "^9.0.0",
|
2023-08-23 10:47:41 +00:00
|
|
|
"eslint-import-resolver-typescript": "^3.6.0",
|
2023-08-23 01:53:27 +00:00
|
|
|
"eslint-plugin-cypress": "^2.14.0",
|
2023-08-21 10:03:09 +00:00
|
|
|
"eslint-plugin-import": "^2.28.1",
|
2023-02-03 10:45:11 +00:00
|
|
|
"eslint-plugin-lodash": "^7.4.0",
|
|
|
|
"eslint-plugin-mocha": "^10.1.0",
|
2023-07-11 14:03:21 +00:00
|
|
|
"eslint-plugin-prettier": "^5.0.0",
|
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-08-21 16:18:39 +00:00
|
|
|
"lint-staged": "^14.0.1",
|
2023-08-30 07:24:30 +00:00
|
|
|
"prettier": "^3.0.3",
|
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-09-14 08:47:23 +00:00
|
|
|
"wireit": "^0.14.0"
|
2023-02-03 10:45:11 +00:00
|
|
|
},
|
2023-08-29 18:54:49 +00:00
|
|
|
"packageManager": "pnpm@8.6.12",
|
2023-02-03 10:45:11 +00:00
|
|
|
"lint-staged": {
|
|
|
|
"*.{js,jsx,mjs,ts,tsx}": "eslint --cache --fix"
|
|
|
|
}
|
|
|
|
}
|