2023-02-03 10:45:11 +00:00
|
|
|
{
|
|
|
|
"name": "root",
|
2024-06-21 12:15:53 +00:00
|
|
|
"private": true,
|
2023-11-28 12:26:14 +00:00
|
|
|
"type": "module",
|
2024-08-29 10:07:22 +00:00
|
|
|
"packageManager": "pnpm@9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1",
|
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-08-06 12:02:18 +00:00
|
|
|
"@eslint/compat": "^1.1.1",
|
2024-05-20 01:07:20 +00:00
|
|
|
"@eslint/eslintrc": "^3.1.0",
|
2024-09-23 10:16:06 +00:00
|
|
|
"@eslint/js": "^9.11.0",
|
2024-09-16 14:11:43 +00:00
|
|
|
"@types/node": "^22.5.5",
|
2024-09-23 09:43:35 +00:00
|
|
|
"eslint": "^9.11.0",
|
2023-12-04 11:20:14 +00:00
|
|
|
"eslint-config-prettier": "^9.1.0",
|
2024-08-13 09:12:03 +00:00
|
|
|
"eslint-plugin-cypress": "^3.5.0",
|
2024-08-06 12:02:18 +00:00
|
|
|
"eslint-plugin-lodash": "^8.0.0",
|
2024-07-31 15:24:02 +00:00
|
|
|
"eslint-plugin-mocha": "^10.5.0",
|
2024-06-03 12:13:20 +00:00
|
|
|
"eslint-plugin-playwright": "^1.6.2",
|
2024-07-18 08:01:32 +00:00
|
|
|
"eslint-plugin-prettier": "^5.2.1",
|
2024-09-13 11:39:13 +00:00
|
|
|
"eslint-plugin-react": "^7.36.1",
|
2024-05-08 13:02:45 +00:00
|
|
|
"eslint-plugin-react-hooks": "^4.6.2",
|
2024-09-12 09:16:13 +00:00
|
|
|
"husky": "^9.1.6",
|
2024-09-02 07:35:12 +00:00
|
|
|
"lint-staged": "^15.2.10",
|
2024-07-15 00:57:42 +00:00
|
|
|
"prettier": "^3.3.3",
|
2024-08-26 11:17:59 +00:00
|
|
|
"tslib": "^2.7.0",
|
2024-09-10 10:18:46 +00:00
|
|
|
"typescript": "^5.6.2",
|
2024-09-18 08:39:36 +00:00
|
|
|
"typescript-eslint": "^8.6.0",
|
2024-09-05 09:35:12 +00:00
|
|
|
"wireit": "^0.14.9"
|
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
|
|
|
}
|