2023-02-03 11:45:11 +01:00
|
|
|
{
|
|
|
|
|
"name": "root",
|
2024-06-21 14:15:53 +02:00
|
|
|
"private": true,
|
2023-11-28 13:26:14 +01:00
|
|
|
"type": "module",
|
2024-10-21 11:35:17 +02:00
|
|
|
"packageManager": "pnpm@9.12.2+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228",
|
2023-02-03 11:45:11 +01:00
|
|
|
"scripts": {
|
2024-04-11 16:11:06 +02:00
|
|
|
"prepare": "husky js/.husky"
|
2023-02-03 11:45:11 +01:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2024-11-15 10:03:49 +01:00
|
|
|
"@eslint/compat": "^1.2.3",
|
2024-11-19 11:36:01 +00:00
|
|
|
"@eslint/eslintrc": "^3.2.0",
|
2024-11-19 12:18:17 +01:00
|
|
|
"@eslint/js": "^9.15.0",
|
2024-11-28 11:39:46 +01:00
|
|
|
"@types/node": "^22.10.0",
|
2024-11-19 14:08:39 +01:00
|
|
|
"eslint": "^9.15.0",
|
2023-12-04 12:20:14 +01:00
|
|
|
"eslint-config-prettier": "^9.1.0",
|
2024-10-31 22:08:11 +01:00
|
|
|
"eslint-plugin-cypress": "^4.1.0",
|
2024-08-06 14:02:18 +02:00
|
|
|
"eslint-plugin-lodash": "^8.0.0",
|
2024-07-31 17:24:02 +02:00
|
|
|
"eslint-plugin-mocha": "^10.5.0",
|
2024-11-19 12:19:33 +01:00
|
|
|
"eslint-plugin-playwright": "^2.1.0",
|
2024-07-18 10:01:32 +02:00
|
|
|
"eslint-plugin-prettier": "^5.2.1",
|
2024-10-23 11:50:23 +02:00
|
|
|
"eslint-plugin-react": "^7.37.2",
|
2024-11-05 12:18:57 +01:00
|
|
|
"eslint-plugin-react-compiler": "19.0.0-beta-63b359f-20241101",
|
2024-10-14 09:26:32 +02:00
|
|
|
"eslint-plugin-react-hooks": "^5.0.0",
|
2024-11-19 12:18:49 +01:00
|
|
|
"husky": "^9.1.7",
|
2024-09-02 09:35:12 +02:00
|
|
|
"lint-staged": "^15.2.10",
|
2024-11-28 11:39:22 +01:00
|
|
|
"prettier": "^3.4.1",
|
2024-11-04 10:35:58 +01:00
|
|
|
"tslib": "^2.8.1",
|
2024-10-09 17:10:31 +02:00
|
|
|
"typescript": "^5.6.3",
|
2024-11-26 11:41:43 +01:00
|
|
|
"typescript-eslint": "^8.16.0",
|
2024-09-05 11:35:12 +02:00
|
|
|
"wireit": "^0.14.9"
|
2023-02-03 11:45:11 +01:00
|
|
|
},
|
2024-05-28 11:51:32 +02: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 10:34:18 +02:00
|
|
|
"lint-staged": {
|
|
|
|
|
"*.{js,jsx,mjs,ts,tsx}": "eslint --cache --fix"
|
|
|
|
|
}
|
2023-02-03 11:45:11 +01:00
|
|
|
}
|