2020-08-04 12:59:41 +00:00
|
|
|
{
|
2022-08-25 09:03:07 +00:00
|
|
|
"name": "keycloak-ui",
|
|
|
|
"workspaces": [
|
|
|
|
"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-08-29 12:02:53 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.35.1",
|
2022-08-30 08:51:21 +00:00
|
|
|
"@typescript-eslint/parser": "^5.36.0",
|
2022-08-29 12:04:27 +00:00
|
|
|
"eslint": "^8.23.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-08-29 12:05:16 +00:00
|
|
|
"eslint-plugin-react": "^7.31.1",
|
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-08-29 13:46:28 +00:00
|
|
|
"typescript": "^4.8.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
|
|
|
}
|
|
|
|
}
|