-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.92 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.92 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
{
"name": "keycloakify-starter-angular",
"version": "0.0.0",
"license": "MIT",
"type": "module",
"description": "Angular 20 esbuild Starter for Keycloakify",
"scripts": {
"ng": "ng",
"prebuild": "keycloakify update-kc-gen",
"build": "ng build",
"preserve": "keycloakify update-kc-gen",
"start": "ng serve",
"build-keycloak-theme": "ng build && keycloakify build",
"storybook": "ng run angular_template:storybook",
"build-storybook": "ng run angular_template:build-storybook"
},
"keycloakify": {
"accountThemeImplementation": "none",
"projectBuildDirPath": "dist"
},
"keywords": [
"angular",
"keycloakify",
"keycloak",
"esbuild"
],
"private": true,
"dependencies": {
"@angular/common": "21.2.0",
"@angular/compiler": "21.2.0",
"@angular/core": "21.2.0",
"@angular/platform-browser": "21.2.0",
"@keycloakify/angular": "^21.0.1",
"keycloakify": "^11.15.1",
"rxjs": "~7.8.2",
"tslib": "^2.8.1"
},
"devDependencies": {
"@analogjs/storybook-angular": "^2.3.0",
"@analogjs/vite-plugin-angular": "^2.3.0",
"@angular-devkit/build-angular": "^21.2.0",
"@angular/build": "^21.2.0",
"@angular/cli": "21.2.0",
"@angular/compiler-cli": "21.2.0",
"@storybook/angular": "^10.2.13",
"@types/node": "^24.1.0",
"@typescript-eslint/types": "^8.56.1",
"@typescript-eslint/utils": "^8.56.1",
"angular-eslint": "^21.2.0",
"eslint": "^9.32.0",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-storybook": "^10.2.13",
"prettier": "^3.8.1",
"storybook": "^10.2.13",
"typescript": "~5.9.3",
"typescript-eslint": "^8.56.1",
"zone.js": "^0.16.1"
},
"engines": {
"node": "^24.0.0"
}
}