2020-08-04 12:59:41 +00:00
|
|
|
{
|
2022-08-25 09:03:07 +00:00
|
|
|
"name": "keycloak-ui",
|
|
|
|
"workspaces": [
|
2022-11-08 14:01:11 +00:00
|
|
|
"libs/keycloak-admin-client",
|
2022-09-12 09:52:11 +00:00
|
|
|
"libs/keycloak-js",
|
2022-11-03 14:06:26 +00:00
|
|
|
"libs/keycloak-masthead",
|
2022-10-10 10:14:19 +00:00
|
|
|
"apps/account-ui",
|
2022-08-25 09:03:07 +00:00
|
|
|
"apps/admin-ui"
|
|
|
|
],
|
2020-08-04 12:59:41 +00:00
|
|
|
"scripts": {
|
2022-08-25 09:03:07 +00:00
|
|
|
"prepare": "husky install"
|
2020-08-04 12:59:41 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-11-05 20:04:11 +00:00
|
|
|
"@types/node": "^18.11.9",
|
2022-11-01 21:03:12 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.42.0",
|
2022-11-05 19:36:14 +00:00
|
|
|
"@typescript-eslint/parser": "^5.42.0",
|
2022-11-07 14:24:51 +00:00
|
|
|
"eslint": "^8.27.0",
|
2022-03-06 11:12:55 +00:00
|
|
|
"eslint-config-prettier": "^8.5.0",
|
2021-09-16 10:24:21 +00:00
|
|
|
"eslint-plugin-cypress": "^2.12.1",
|
2022-02-21 04:06:26 +00:00
|
|
|
"eslint-plugin-lodash": "^7.4.0",
|
2022-08-23 14:30:52 +00:00
|
|
|
"eslint-plugin-mocha": "^10.1.0",
|
2022-07-04 04:17:10 +00:00
|
|
|
"eslint-plugin-prettier": "^4.2.1",
|
2022-10-17 08:45:56 +00:00
|
|
|
"eslint-plugin-react": "^7.31.10",
|
2022-05-10 10:11:14 +00:00
|
|
|
"husky": "^8.0.1",
|
2022-06-27 04:08:57 +00:00
|
|
|
"lint-staged": "^13.0.3",
|
2022-06-20 04:10:11 +00:00
|
|
|
"prettier": "^2.7.1",
|
2022-10-03 10:33:43 +00:00
|
|
|
"typescript": "^4.8.4",
|
2022-09-26 17:18:50 +00:00
|
|
|
"wireit": "^0.7.2"
|
2021-07-13 11:33:46 +00:00
|
|
|
},
|
|
|
|
"lint-staged": {
|
2021-07-15 20:56:25 +00:00
|
|
|
"*.{js,jsx,mjs,ts,tsx}": "eslint --cache --fix"
|
2020-08-04 12:59:41 +00:00
|
|
|
}
|
|
|
|
}
|