forked from zitadel/zitadel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
102 lines (102 loc) · 3.8 KB
/
package.json
File metadata and controls
102 lines (102 loc) · 3.8 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "@zitadel/console",
"packageManager": "pnpm@10.28.2+sha512.41872f037ad22f7348e3b1debbaf7e867cfd448f2726d9cf74c08f19507c31d2c8e7a11525b983febc2df640b5438dee6023ebb1f84ed43cc2d654d2bc326264",
"scripts": {
"ng": "ng",
"dev": "wait-on --verbose --interval 2000 --simultaneous 1 --timeout 30m ${ENVIRONMENT_JSON_URL} && node prebuild.development.js && ng serve --host=${DEVCONTAINER_LISTEN_HOST:-127.0.0.1}",
"build": "ng build --configuration production --base-href=/ui/console/",
"lint-check-ng": "eslint .",
"lint-check-prettier": "prettier --check src",
"lint-fix": "prettier --write src",
"generate": "pnpm exec buf generate ../proto --include-imports --include-wkt",
"clean": "rm -rf dist .angular node_modules src/app/proto/generated"
},
"private": true,
"dependencies": {
"@angular/animations": "^21.2.13",
"@angular/cdk": "^21.2.11",
"@angular/common": "^21.2.13",
"@angular/compiler": "^21.2.13",
"@angular/core": "^21.2.13",
"@angular/forms": "^21.2.13",
"@angular/material": "^21.2.11",
"@angular/material-moment-adapter": "^21.2.11",
"@angular/platform-browser": "^21.2.13",
"@angular/platform-browser-dynamic": "^21.2.13",
"@angular/router": "^21.2.13",
"@angular/service-worker": "^21.2.13",
"@bufbuild/protobuf": "^2.12.0",
"@connectrpc/connect": "^2.1.1",
"@connectrpc/connect-web": "^2.1.1",
"@ctrl/ngx-codemirror": "^7.0.0",
"@fortawesome/angular-fontawesome": "^4.0.0",
"@fortawesome/fontawesome-svg-core": "^7.2.0",
"@fortawesome/free-brands-svg-icons": "^7.2.0",
"@netlify/build-info": "^10.5.1",
"@ng-icons/core": "^33.2.2",
"@ng-icons/heroicons": "^33.2.2",
"@ngx-translate/core": "^17.0.0",
"@tanstack/angular-query-experimental": "^5.100.11",
"angular-oauth2-oidc": "^20.0.2",
"angularx-qrcode": "^21.0.5",
"buffer": "^6.0.3",
"codemirror": "^5.65.21",
"file-saver": "^2.0.5",
"flag-icons": "^7.5.0",
"google-protobuf": "^4.0.2",
"grpc-web": "^2.0.2",
"i18n-iso-countries": "^7.14.0",
"libphonenumber-js": "^1.13.2",
"material-design-icons-iconfont": "^6.7.0",
"moment": "^2.30.1",
"ngx-color": "^10.1.0",
"opentype.js": "^1.3.4",
"posthog-js": "^1.374.2",
"rxjs": "^7.8.2",
"tinycolor2": "^1.6.0",
"tslib": "^2.8.1",
"uuid": "^14.0.0",
"zone.js": "~0.16.2"
},
"devDependencies": {
"@angular-eslint/eslint-plugin": "21.4.0",
"@angular-eslint/eslint-plugin-template": "21.4.0",
"@angular-eslint/template-parser": "21.4.0",
"@angular/build": "^21.2.11",
"@angular/cli": "^21.2.11",
"@angular/compiler-cli": "^21.2.13",
"@angular/language-service": "^21.2.13",
"@eslint/js": "^10.0.1",
"@tailwindcss/postcss": "^4.3.0",
"@types/file-saver": "^2.0.7",
"@types/google-protobuf": "^3.15.12",
"@types/jasmine": "~5.1.15",
"@types/jasminewd2": "~2.0.13",
"@types/node": "^25.9.1",
"@types/opentype.js": "^1.3.9",
"@types/qrcode": "^1.5.6",
"@types/uuid": "^11.0.0",
"@typescript-eslint/eslint-plugin": "^8.59.4",
"@typescript-eslint/parser": "^8.59.4",
"@zitadel/client": "workspace:*",
"@zitadel/proto": "workspace:*",
"eslint": "^10.4.0",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"globals": "^17.6.0",
"jasmine-core": "~5.12.1",
"jasmine-spec-reporter": "~7.0.0",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.2.0",
"postcss": "^8.5.15",
"prettier": "^3.8.3",
"prettier-plugin-organize-imports": "^4.3.0",
"tailwindcss": "^4.3.0",
"typescript": "5.9.2"
}
}