{ "name": "root", "private": true, "type": "module", "packageManager": "pnpm@9.12.2+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228", "scripts": { "prepare": "husky js/.husky" }, "devDependencies": { "@eslint/compat": "^1.2.1", "@eslint/eslintrc": "^3.1.0", "@eslint/js": "^9.13.0", "@types/node": "^22.7.7", "eslint": "^9.13.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-cypress": "^4.0.0", "eslint-plugin-lodash": "^8.0.0", "eslint-plugin-mocha": "^10.5.0", "eslint-plugin-playwright": "^1.8.0", "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-react": "^7.37.1", "eslint-plugin-react-hooks": "^5.0.0", "husky": "^9.1.6", "lint-staged": "^15.2.10", "prettier": "^3.3.3", "tslib": "^2.8.0", "typescript": "^5.6.3", "typescript-eslint": "^8.11.0", "wireit": "^0.14.9" }, "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" ] }, "lint-staged": { "*.{js,jsx,mjs,ts,tsx}": "eslint --cache --fix" } }