2023-02-03 10:45:11 +00:00
|
|
|
{
|
|
|
|
"name": "root",
|
2023-11-28 12:26:14 +00:00
|
|
|
"type": "module",
|
2024-05-08 13:02:45 +00:00
|
|
|
"packageManager": "pnpm@9.1.0+sha256.22e36fba7f4880ecf749a5ca128b8435da085ecd49575e7fb9e64d6bf4fad394",
|
2023-02-03 10:45:11 +00:00
|
|
|
"scripts": {
|
2024-04-11 14:11:06 +00:00
|
|
|
"prepare": "husky js/.husky"
|
2023-02-03 10:45:11 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-05-20 01:07:20 +00:00
|
|
|
"@eslint/eslintrc": "^3.1.0",
|
2024-06-17 00:54:52 +00:00
|
|
|
"@eslint/js": "^9.5.0",
|
2024-06-18 00:46:37 +00:00
|
|
|
"@types/node": "^20.14.4",
|
2024-04-09 11:35:51 +00:00
|
|
|
"eslint": "^8.52.0",
|
2023-12-04 11:20:14 +00:00
|
|
|
"eslint-config-prettier": "^9.1.0",
|
2024-05-30 09:07:31 +00:00
|
|
|
"eslint-plugin-cypress": "^3.3.0",
|
2023-02-03 10:45:11 +00:00
|
|
|
"eslint-plugin-lodash": "^7.4.0",
|
2024-04-24 14:36:20 +00:00
|
|
|
"eslint-plugin-mocha": "^10.4.3",
|
2024-06-03 12:13:20 +00:00
|
|
|
"eslint-plugin-playwright": "^1.6.2",
|
2024-01-10 18:39:58 +00:00
|
|
|
"eslint-plugin-prettier": "^5.1.3",
|
2024-05-29 00:30:14 +00:00
|
|
|
"eslint-plugin-react": "^7.34.2",
|
2024-05-08 13:02:45 +00:00
|
|
|
"eslint-plugin-react-hooks": "^4.6.2",
|
2024-02-14 00:27:19 +00:00
|
|
|
"husky": "^9.0.11",
|
2024-06-12 07:12:55 +00:00
|
|
|
"lint-staged": "^15.2.6",
|
2024-06-12 00:25:02 +00:00
|
|
|
"prettier": "^3.3.2",
|
2024-06-05 01:09:26 +00:00
|
|
|
"tslib": "^2.6.3",
|
2024-04-11 11:48:15 +00:00
|
|
|
"typescript": "^5.4.5",
|
2024-06-11 01:04:59 +00:00
|
|
|
"typescript-eslint": "^7.13.0",
|
2024-01-29 09:22:10 +00:00
|
|
|
"wireit": "^0.14.4"
|
2023-02-03 10:45:11 +00:00
|
|
|
},
|
2024-05-28 09:51:32 +00:00
|
|
|
"pnpm": {
|
|
|
|
"ignoredOptionalDependencies": [
|
|
|
|
"@types/c3",
|
|
|
|
"bootstrap-datepicker",
|
|
|
|
"bootstrap-sass",
|
|
|
|
"bootstrap-select",
|
|
|
|
"bootstrap-slider",
|
|
|
|
"bootstrap-switch",
|
|
|
|
"bootstrap-touchspin",
|
|
|
|
"c3",
|
|
|
|
"d3",
|
|
|
|
"datatables.net",
|
|
|
|
"datatables.net-colreorder",
|
|
|
|
"datatables.net-colreorder-bs",
|
|
|
|
"datatables.net-select",
|
|
|
|
"drmonty-datatables-colvis",
|
|
|
|
"eonasdan-bootstrap-datetimepicker",
|
|
|
|
"font-awesome-sass",
|
|
|
|
"google-code-prettify",
|
|
|
|
"jquery-match-height",
|
|
|
|
"moment",
|
|
|
|
"moment-timezone",
|
|
|
|
"patternfly-bootstrap-combobox",
|
|
|
|
"patternfly-bootstrap-treeview"
|
|
|
|
]
|
|
|
|
},
|
2024-04-12 08:34:18 +00:00
|
|
|
"lint-staged": {
|
|
|
|
"*.{js,jsx,mjs,ts,tsx}": "eslint --cache --fix"
|
|
|
|
}
|
2023-02-03 10:45:11 +00:00
|
|
|
}
|