keycloak-scim/package.json

61 lines
1.7 KiB
JSON
Raw Normal View History

{
"name": "root",
"private": true,
"type": "module",
"packageManager": "pnpm@9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1",
"scripts": {
"prepare": "husky js/.husky"
},
"devDependencies": {
"@eslint/compat": "^1.2.0",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.12.0",
"@types/node": "^22.7.2",
"eslint": "^9.11.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^3.5.0",
"eslint-plugin-lodash": "^8.0.0",
"eslint-plugin-mocha": "^10.5.0",
"eslint-plugin-playwright": "^1.6.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.2",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"tslib": "^2.7.0",
"typescript": "^5.6.2",
"typescript-eslint": "^8.8.1",
"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"
}
}