-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
71 lines (71 loc) · 2.06 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
{
"name": "@keycloakify/angular",
"version": "0.2.2",
"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": "^19.0.1",
"@angular/cli": "^19.0.1",
"@angular/common": "^19.0.0",
"@angular/compiler": "^19.0.0",
"@angular/compiler-cli": "^19.0.0",
"@angular/core": "^19.0.0",
"@angular/platform-browser": "^19.0.0",
"@eslint/compat": "^1.2.3",
"@types/node": "^22.9.1",
"@vercel/ncc": "^0.38.3",
"angular-eslint": "^18.4.1",
"chalk": "^5.3.0",
"chokidar": "^4.0.1",
"cli-select": "^1.1.2",
"eslint": "^9.15.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.30",
"lint-staged": "^11.1.1",
"ng-packagr": "^19.0.1",
"npm-check-updates": "^17.1.11",
"prettier": "^3.3.3",
"rxjs": "^7.8.1",
"tslib": "^2.8.1",
"tsx": "^4.19.2",
"typescript": "~5.5.4",
"typescript-eslint": "^8.15.0",
"zod": "^3.23.8"
},
"engines": {
"node": "22.11.0"
}
}