-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.28 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "@keycloakify/angular",
"version": "0.0.10",
"type": "module",
"description": "Angular Components for Keycloakify",
"repository": {
"type": "git",
"url": "git://github.com/keycloakify/keycloakify-angular.git"
},
"scripts": {
"build": "tsx scripts/build.ts",
"watch": "tsx scripts/watch.ts",
"link-in-starter": "tsx scripts/link-in-starter.ts",
"_format": "prettier '**/*.{ts,html,json,md}'",
"format": "yarn _format --write",
"lint": "ng lint --fix"
},
"lint-staged": {
"*.{ts,html,json,md}": [
"prettier --write"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged -v"
}
},
"author": "u/kathari00 u/luca-peruzzo u/garronej",
"license": "MIT",
"keywords": [
"keycloak",
"angular",
"keycloakify"
],
"homepage": "https://www.keycloakify.dev",
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.9",
"@angular-eslint/builder": "^18.3.1",
"@angular-eslint/eslint-plugin": "^18.3.1",
"@angular-eslint/eslint-plugin-template": "^18.3.1",
"@angular-eslint/schematics": "^18.3.1",
"@angular-eslint/template-parser": "^18.3.1",
"@angular/cli": "^18.2.9",
"@angular/common": "^18.2.8",
"@angular/compiler": "^18.2.8",
"@angular/compiler-cli": "^18.2.8",
"@angular/core": "^18.2.8",
"@angular/platform-browser": "^18.2.8",
"@eslint/compat": "^1.2.1",
"@types/node": "^22.7.4",
"@vercel/ncc": "^0.38.2",
"angular-eslint": "^18.3.1",
"chalk": "^5.3.0",
"chokidar": "^4.0.1",
"cli-select": "^1.1.2",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-unused-imports": "^4.1.4",
"husky": "^4.3.8",
"keycloakify": "^11.3.12",
"lint-staged": "^11.1.1",
"ng-packagr": "^18.2.1",
"prettier": "^3.3.3",
"rxjs": "^7.8.1",
"tslib": "^2.7.0",
"tsx": "^4.19.1",
"typescript": "~5.5.3",
"typescript-eslint": "^8.10.0",
"zod": "^3.23.8"
},
"engines": {
"node": "22.4.1"
}
}