2023-02-03 10:45:11 +00:00
|
|
|
{
|
|
|
|
"name": "root",
|
|
|
|
"scripts": {
|
|
|
|
"prepare": "cd .. && husky install js/.husky"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-08-03 11:25:11 +00:00
|
|
|
"@types/node": "^20.4.6",
|
2023-08-02 08:46:02 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^6.2.1",
|
2023-08-01 09:17:57 +00:00
|
|
|
"@typescript-eslint/parser": "^6.2.1",
|
2023-08-01 14:16:09 +00:00
|
|
|
"eslint": "^8.46.0",
|
2023-07-28 10:00:22 +00:00
|
|
|
"eslint-config-prettier": "^8.9.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-08-01 10:27:35 +00:00
|
|
|
"eslint-plugin-import": "^2.28.0",
|
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-01 10:00:13 +00:00
|
|
|
"eslint-plugin-react": "^7.33.1",
|
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-07-11 14:03:21 +00:00
|
|
|
"prettier": "^3.0.0",
|
2023-07-25 08:32:54 +00:00
|
|
|
"tslib": "^2.6.1",
|
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"
|
|
|
|
}
|
|
|
|
}
|