-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
138 lines (138 loc) · 4.73 KB
/
package.json
File metadata and controls
138 lines (138 loc) · 4.73 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"name": "zentrumnawi",
"version": "4.3.4",
"packageManager": "yarn@4.5.3",
"scripts": {
"ng": "nx",
"start": "node web-server.js",
"build": "ng build",
"build:staging": "ts-node git.versions.ts && ng build -c staging",
"build:prod": "ts-node git.versions.ts && ng build --configuration production",
"heroku-postbuild": "if [ $IS_STAGING = true ]; then yarn build:staging; else yarn build:prod; fi;",
"test": "ng test",
"lint": "nx workspace-lint && ng lint",
"postinstall": "ts-node git.versions.ts && node ./decorate-angular-cli.js && ngcc",
"nx": "nx",
"affected:apps": "nx affected:apps --base=origin/dev",
"affected:libs": "nx affected:libs --base=origin/dev",
"affected:build": "nx affected:build --base=origin/dev",
"affected:test": "nx affected:test --base=origin/dev",
"affected:lint": "nx affected:lint --base=origin/dev",
"affected:dep-graph": "nx affected:dep-graph --base=origin/dev",
"affected": "nx affected",
"format": "nx format:write --base=origin/dev",
"format:write": "nx format:write --base=origin/dev",
"format:write-uncommited": "nx format:write --uncommitted",
"format:check": "nx format:check --base=origin/dev",
"update": "nx migrate latest",
"update:check": "ng update",
"dep-graph": "nx dep-graph",
"help": "nx help",
"workspace-generator": "nx workspace-generator"
},
"private": true,
"dependencies": {
"@angular/animations": "17.1.3",
"@angular/cdk": "17.1.2",
"@angular/common": "17.1.3",
"@angular/compiler": "17.1.3",
"@angular/core": "17.1.3",
"@angular/forms": "17.1.3",
"@angular/material": "17.1.2",
"@angular/platform-browser": "17.1.3",
"@angular/platform-browser-dynamic": "17.1.3",
"@angular/router": "17.1.3",
"@angular/service-worker": "17.1.3",
"@ngxs-labs/dispatch-decorator": "5.0.0",
"@ngxs/devtools-plugin": "^3.7.1",
"@ngxs/router-plugin": "^3.7.1",
"@ngxs/store": "^3.8.1",
"@sentry/angular": "^6.19.6",
"@types/intro.js": "^3.0.2",
"@types/openapi-v3": "^3.0.0",
"ajv-formats": "^2.1.1",
"async": "^3.2.4",
"core-js": "^3.26.0",
"detect-browser": "^5.1.0",
"hammerjs": "^2.0.8",
"intro.js": "^5.1.0",
"markdown-it": "^13.0.1",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"material-icons": "^1.13.9",
"openseadragon": "^3.1.0",
"rxjs": "7.8.1",
"terser": "^5.37.0",
"tslib": "^2.3.0",
"zone.js": "0.14.8"
},
"devDependencies": {
"@angular-devkit/architect": "0.1701.4",
"@angular-devkit/build-angular": "17.1.4",
"@angular-devkit/core": "17.1.4",
"@angular-devkit/schematics": "17.1.4",
"@angular-devkit/schematics-cli": "17.1.4",
"@angular-eslint/eslint-plugin": "17.0.1",
"@angular-eslint/eslint-plugin-template": "17.0.1",
"@angular-eslint/template-parser": "17.0.1",
"@angular/cli": "~17.1.0",
"@angular/compiler-cli": "17.1.3",
"@angular/language-service": "17.1.3",
"@nx/angular": "17.3.0",
"@nx/cypress": "17.3.0",
"@nx/eslint": "17.3.0",
"@nx/eslint-plugin": "17.3.0",
"@nx/jest": "17.3.0",
"@nx/plugin": "17.3.0",
"@nx/workspace": "17.3.0",
"@schematics/angular": "17.1.4",
"@swc-node/register": "^1.4.2",
"@swc/core": "^1.3.38",
"@types/fs-extra": "^11.0.1",
"@types/hammerjs": "^2.0.41",
"@types/jasmine": "^4.3.0",
"@types/jasminewd2": "~2.0.10",
"@types/jest": "29.4.4",
"@types/markdown-it": "13.0.8",
"@types/minimist": "^1.2.2",
"@types/node": "18.19.9",
"@types/openseadragon": "^3.0.4",
"@types/punycode": "^2.1.0",
"@types/swagger-schema-official": "^2.0.22",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"autoprefixer": "^10.4.0",
"canvas": "^2.10.1",
"cypress": "^13.0.0",
"eslint": "8.48.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "2.15.2",
"fs-extra": "^11.1.1",
"git-describe": "^4.1.1",
"jasmine": "^5.1.0",
"jasmine-core": "4.6.0",
"jasmine-spec-reporter": "7.0.0",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"jest-preset-angular": "13.1.6",
"karma": "6.4.1",
"karma-chrome-launcher": "3.1.1",
"karma-coverage": "~2.2.1",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.0.0",
"ng-packagr": "17.1.2",
"nx": "17.3.0",
"postcss": "^8.4.31",
"postcss-import": "15.1.0",
"postcss-preset-env": "8.0.1",
"postcss-url": "10.1.3",
"pre-commit": "^1.2.2",
"prettier": "3.4.2",
"protractor": "7.0.0",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "5.3.3",
"webpack-bundle-analyzer": "^4.4.1"
}
}