-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 2.06 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 2.06 KB
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
{
"name": "@keycloakify/angular",
"version": "21.1.2",
"type": "module",
"description": "Angular Components for Keycloakify",
"repository": {
"type": "git",
"url": "git://github.com/keycloakify/keycloakify-angular.git"
},
"scripts": {
"prepare": "husky",
"build": "tsx scripts/build.ts",
"watch": "tsx scripts/watch.ts",
"link-in-starter": "tsx scripts/link-in-starter.ts",
"changelog": "npx conventional-changelog -t -p angular -i CHANGELOG.md -s -r 0",
"release": "sh scripts/release.sh",
"_format": "prettier '**/*.{ts,html,json,md}'",
"format": "yarn _format --write",
"lint": "ng lint --fix"
},
"author": "u/kathari00 u/luca-peruzzo u/garronej",
"license": "MIT",
"keywords": [
"keycloak",
"angular",
"keycloakify"
],
"homepage": "https://www.keycloakify.dev",
"devDependencies": {
"@angular/build": "^21.2.7",
"@angular/cli": "^21.2.7",
"@angular/common": "^21.2.8",
"@angular/compiler": "^21.2.8",
"@angular/compiler-cli": "^21.2.8",
"@angular/core": "^21.2.8",
"@angular/platform-browser": "^21.2.8",
"@eslint/js": "^10.0.1",
"@storybook/angular": "^10.3.5",
"@types/node": "^24.10.1",
"@vercel/ncc": "^0.38.4",
"angular-eslint": "^21.3.1",
"chalk": "^5.6.2",
"chokidar": "^5.0.0",
"cli-select": "^1.1.2",
"conventional-changelog-cli": "^5.0.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^10.2.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-unused-imports": "^4.4.1",
"husky": "^9.1.7",
"keycloakify": "^11.15.3",
"ng-packagr": "^21.2.2",
"npm-check-updates": "^20.0.1",
"prettier": "^3.8.2",
"rxjs": "^7.8.2",
"tslib": "^2.8.1",
"tsx": "4.20.4",
"typescript": "~5.9.3",
"typescript-eslint": "^8.58.1",
"zod": "^4.3.6"
}
}