2023-02-03 11:45:11 +01:00
|
|
|
{
|
|
|
|
|
"name": "root",
|
2023-11-28 13:26:14 +01:00
|
|
|
"type": "module",
|
2023-02-03 11:45:11 +01:00
|
|
|
"scripts": {
|
2024-02-01 18:48:15 +01:00
|
|
|
"prepare": "cd .. && husky js/.husky"
|
2023-02-03 11:45:11 +01:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2024-03-12 13:15:32 +01:00
|
|
|
"@types/node": "^20.11.26",
|
2024-02-13 01:00:30 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^7.0.0",
|
2024-02-06 12:00:35 +01:00
|
|
|
"@typescript-eslint/parser": "^6.21.0",
|
2024-02-26 01:03:34 +00:00
|
|
|
"eslint": "^8.57.0",
|
2023-12-04 12:20:14 +01:00
|
|
|
"eslint-config-prettier": "^9.1.0",
|
2023-09-25 11:04:29 +02:00
|
|
|
"eslint-import-resolver-typescript": "^3.6.1",
|
2023-09-22 10:04:42 +00:00
|
|
|
"eslint-plugin-cypress": "^2.15.1",
|
2023-12-18 11:53:00 +01:00
|
|
|
"eslint-plugin-import": "^2.29.1",
|
2023-02-03 11:45:11 +01:00
|
|
|
"eslint-plugin-lodash": "^7.4.0",
|
2024-03-11 01:06:36 +00:00
|
|
|
"eslint-plugin-mocha": "^10.4.1",
|
2024-01-10 18:39:58 +00:00
|
|
|
"eslint-plugin-prettier": "^5.1.3",
|
2024-03-05 00:40:38 +00:00
|
|
|
"eslint-plugin-react": "^7.34.0",
|
2023-06-01 11:56:06 +02:00
|
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
2024-02-14 00:27:19 +00:00
|
|
|
"husky": "^9.0.11",
|
2024-02-06 10:01:55 +01:00
|
|
|
"lint-staged": "^15.2.2",
|
2024-02-05 01:22:13 +00:00
|
|
|
"prettier": "^3.2.5",
|
2023-08-21 12:03:48 +02:00
|
|
|
"tslib": "^2.6.2",
|
2024-03-07 12:33:57 +00:00
|
|
|
"typescript": "^5.4.2",
|
2024-01-29 09:22:10 +00:00
|
|
|
"wireit": "^0.14.4"
|
2023-02-03 11:45:11 +01:00
|
|
|
},
|
2023-10-30 12:50:06 +01:00
|
|
|
"packageManager": "pnpm@8.10.0",
|
2023-02-03 11:45:11 +01:00
|
|
|
"lint-staged": {
|
|
|
|
|
"*.{js,jsx,mjs,ts,tsx}": "eslint --cache --fix"
|
|
|
|
|
}
|
|
|
|
|
}
|