-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
181 lines (181 loc) · 7.51 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
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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
{
"name": "octra",
"version": "2.0.0",
"license": "MIT",
"author": "Julian Pömp, Christoph Draxler; Institut für Phonetik und Sprachverarbeitung, LMU München",
"scripts": {
"start": "nx serve octra",
"build": "nx build octra",
"build:docs": "typedoc --out typedocs && node runner.js prepare:docs",
"build:release": "node runner.js build:release",
"build:dev": "node runner.js build:dev",
"build:beta": "node runner.js build:beta",
"build:prod:beta": "node runner.js build:prod:beta",
"build:prod": "node runner.js build:prod",
"build:libs": "node runner.js build:libs",
"build:extern": "node runner.js build:extern",
"build:json-sets": "node runner.js build:json-sets",
"build:assets": "node runner.js build:assets",
"build:web-components": "nx build ngx-components && nx build web-components --outputHashing none && node prepare_web-components.js",
"build:watch:deploy": "nx build octra --configuration=public-development --base-href=/apps/octra/octra-dev/ --outputPath ./deploy --watch",
"build:dev:update:beta": "node runner.js build:dev:update:beta",
"build:prod:update:beta": "node runner.js build:prod:update:beta",
"deploy:octra:dev:beta": "npm run build:dev:update:beta && npm run package:octra:dev && ./deploy.sh octra-2-dev",
"package:octra:dev": "cd dist/apps && zip -q -r octra-2-dev.zip octra && cd -",
"deploy:octra:prod:beta": "npm run build:prod:update:beta && npm run package:octra:prod && ./deploy.sh octra-2",
"package:octra:prod": "cd dist/apps && zip -q -r octra-2.zip octra && cd -",
"release:lib:annotation": "node runner.js build:lib annotation && nx run annotation:version --push",
"publish:lib:annotation": "node runner.js build:lib annotation && nx npm annotation",
"release:lib:assets": "node runner.js build:assets && nx run assets:version --releaseAs=patch --push",
"publish:lib:assets": "node runner.js build:assets && nx npm assets",
"release:lib:json-sets": "node runner.js build:lib json-sets && nx run json-sets:version --push",
"publish:lib:json-sets": "node runner.js build:lib json-sets && nx npm json-sets",
"release:lib:media": "node runner.js build:lib media && nx run media:version --push",
"publish:lib:media": "node runner.js build:lib media && nx npm media",
"release:lib:ngx-components": "nx build ngx-components && nx run ngx-components:version --push",
"publish:lib:ngx-components": "nx build ngx-components && nx npm ngx-components",
"release:lib:ngx-utilities": "nx build ngx-utilities && nx run ngx-utilities:version --push",
"publish:lib:ngx-utilities": "nx build ngx-utilities && nx npm ngx-utilities",
"release:lib:utilities": "node runner.js build:lib utilities && nx run utilities:version --push",
"publish:lib:utilities": "node runner.js build:lib utilities && nx npm utilities",
"release:lib:web-media": "node runner.js build:lib web-media && nx run web-media:version --push",
"publish:lib:web-media": "node runner.js build:lib web-media && nx npm web-media",
"analyze:octra": "nx build octra --configuration production --stats-json && webpack-bundle-analyzer dist/apps/octra/stats.json",
"lint": "nx workspace-lint && ng lint",
"affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs",
"affected:build": "nx affected:build",
"affected:e2e": "nx affected:e2e",
"affected:test": "nx affected:test",
"affected:lint": "nx affected:lint",
"affected:dep-graph": "nx affected:dep-graph",
"affected": "nx affected",
"format": "nx format:write",
"format:write": "nx format:write",
"format:check": "nx format:check",
"update": "nx migrate latest",
"migrate": "npx nx migrate --run-migrations",
"dep-graph": "nx dep-graph",
"help": "nx help",
"modernizr": "modernizr -d apps/octra/src/assets/js/modernizr.js -c ./apps/octra/src/modernizr.json",
"workspace-generator": "nx workspace-generator",
"update-browserlist": "npx browserslist@latest --update-db",
"nx:add": "nx generate ng-add"
},
"private": true,
"dependencies": {
"@angular/animations": "18.2.8",
"@angular/cdk": "18.2.8",
"@angular/common": "18.2.8",
"@angular/compiler": "18.2.8",
"@angular/core": "18.2.8",
"@angular/elements": "18.2.8",
"@angular/forms": "18.2.8",
"@angular/localize": "18.2.8",
"@angular/platform-browser": "18.2.8",
"@angular/platform-browser-dynamic": "18.2.8",
"@angular/router": "18.2.8",
"@jsverse/transloco": "^7.5.0",
"@ng-bootstrap/ng-bootstrap": "^17.0.1",
"@ngrx/component-store": "18.1.0",
"@ngrx/effects": "18.1.0",
"@ngrx/entity": "18.1.0",
"@ngrx/router-store": "18.1.0",
"@ngrx/store": "18.1.0",
"@ngrx/store-devtools": "18.1.0",
"@nx/angular": "20.0.0",
"@octra/api-types": "^0.2.3",
"@octra/ngx-octra-api": "^0.2.2",
"@popperjs/core": "^2.11.6",
"@swc/helpers": "0.5.11",
"ajv": "^8.17.1",
"angular-animations": "^0.11.0",
"animate.css": "^4.1.1",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"conventional-changelog-cli": "^4.1.0",
"dexie": "^4.0.8",
"dexie-export-import": "^4.1.2",
"fflate": "^0.8.2",
"hammerjs": "^2.0.8",
"hotkeys-js": "^3.13.7",
"immer": "^10.1.1",
"jodit": "^4.2.27",
"jsdom": "^25.0.1",
"konva": "^9.3.15",
"luxon": "^3.5.0",
"modernizr": "^3.13.0",
"ngrx-wieder": "^13.0.0",
"ngx-jodit": "^3.1.3",
"ngx-webstorage": "^18.0.0",
"node-ssh": "^13.2.0",
"platform": "^1.3.6",
"rollup": "^4.5.1",
"rxjs": "~7.8.0",
"ssh2": "^1.16.0",
"tslib": "^2.3.0",
"video.js": "^8.18.1",
"x2js": "^3.4.4",
"zone.js": "^0.14.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.2.8",
"@angular-devkit/core": "18.2.8",
"@angular-devkit/schematics": "18.2.8",
"@angular-eslint/eslint-plugin": "18.0.1",
"@angular-eslint/eslint-plugin-template": "18.0.1",
"@angular-eslint/template-parser": "18.0.1",
"@angular/cli": "~18.2.0",
"@angular/compiler-cli": "18.2.8",
"@angular/language-service": "18.2.8",
"@jscutlery/semver": "^5.3.1",
"@nx/devkit": "20.0.0",
"@nx/eslint": "20.0.0",
"@nx/eslint-plugin": "20.0.0",
"@nx/jest": "20.0.0",
"@nx/js": "20.0.0",
"@nx/rollup": "20.0.0",
"@nx/vite": "20.0.0",
"@nx/webpack": "20.0.0",
"@nx/workspace": "20.0.0",
"@schematics/angular": "18.2.8",
"@swc/cli": "0.3.12",
"@swc/core": "1.5.7",
"@types/jest": "29.5.13",
"@types/luxon": "^3.4.2",
"@types/node": "18.19.11",
"@types/platform": "^1.3.3",
"@types/video.js": "^7.3.52",
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/parser": "7.17.0",
"@typescript-eslint/utils": "7.17.0",
"@vitest/ui": "1.6.0",
"autoprefixer": "^10.4.0",
"concat": "^1.0.3",
"cz-git": "^1.10.1",
"eslint": "8.57.0",
"eslint-config-prettier": "9.0.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-preset-angular": "14.1.0",
"jsonc-eslint-parser": "^2.1.0",
"ng-packagr": "18.2.1",
"ngx-deploy-npm": "8.2.0",
"nx": "20.0.0",
"postcss": "^8.4.5",
"postcss-import": "~14.1.0",
"postcss-preset-env": "~7.5.0",
"postcss-url": "~10.1.3",
"prettier": "^2.6.2",
"rollup-plugin-copy": "^3.5.0",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typedoc": "^0.26.9",
"typedoc-plugin-replace-text": "^4.0.0",
"typescript": "5.5.4",
"vite": "5.0.13",
"vite-plugin-dts": "~2.3.0",
"vitest": "1.6.0",
"yargs": "^17.7.2"
}
}