-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
123 lines (123 loc) · 4.46 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
{
"name": "transcription-portal",
"version": "1.0.9",
"license": "MIT",
"author": "Julian Pömp, Christoph Draxler; Institut für Phonetik und Sprachverarbeitung, LMU München",
"scripts": {
"ng": "nx",
"postinstall": "node ./decorate-angular-cli.js",
"start": "npm run modernizr && nx serve",
"build": "node ./build.js dev=false isUpdate=false url=/",
"build:dev": "node ./build.js dev=true isUpdate=true url=/apps/TranscriptionPortal-Dev/",
"deploy:tportal:dev:beta": "npm run build:dev && npm run package:tportal:dev && ./deploy.sh tportal-dev",
"package:tportal:dev": "cd dist/apps && zip -q -r tportal-dev.zip transcription-portal && cd -",
"build:prod": "node ./build.js dev=false isUpdate=true url=/apps/TranscriptionPortal/",
"release": "node ./build.js dev=false isUpdate=false url=/ && cp LICENSE.txt dist/apps/transcription-portal && cd dist/apps/transcription-portal && rm config/config.json && cd ../ && zip -r transcription-portal-v.zip transcription-portal",
"test": "nx test",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"modernizr": "modernizr -d apps/transcription-portal/src/assets/js/modernizr.js -c ./modernizr.json",
"upgrade": "nx migrate latest",
"migrate": "npx nx migrate --run-migrations"
},
"private": true,
"dependencies": {
"@angular/animations": "19.0.6",
"@angular/cdk": "19.0.5",
"@angular/common": "19.0.6",
"@angular/compiler": "19.0.6",
"@angular/core": "19.0.6",
"@angular/forms": "19.0.6",
"@angular/platform-browser": "19.0.6",
"@angular/platform-browser-dynamic": "19.0.6",
"@angular/router": "19.0.6",
"@jsverse/transloco": "^7.5.0",
"@ng-bootstrap/ng-bootstrap": "^18.0.0",
"@nx/angular": "20.3.1",
"@octra/annotation": "~1.0.0",
"@octra/api-types": "^0.2.4",
"@octra/media": "~1.0.0",
"@octra/ngx-components": "~1.0.0",
"@octra/ngx-octra-api": "~0.2.3",
"@octra/ngx-utilities": "~1.0.0",
"@octra/utilities": "^1.0.1",
"@octra/web-media": "~1.0.0",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"chart.js": "^4.4.7",
"clipboard-polyfill": "^4.0.0",
"codejar": "^4.2.0",
"codejar-linenumbers": "^1.0.1",
"conventional-changelog-cli": "^2.1.0",
"dexie": "^4.0.10",
"highlight.js": "^11.10.0",
"jodit": "^4.2.43",
"jquery": "^3.5.1",
"jszip": "^3.5.0",
"konva": "^9.3.16",
"luxon": "^3.2.1",
"maintenance-warning-snackbar": "git+https://github.com/IPS-LMU/maintenanceWarningSnackbar.git",
"modernizr": "^3.11.3",
"music-metadata": "^10.6.0",
"ng-circle-progress": "^1.7.1",
"ng2-charts": "^8.0.0",
"ngx-codejar": "^7.0.3",
"ngx-jodit": "^3.1.3",
"node-ssh": "^13.0.1",
"notifyjs": "^3.0.0",
"platform": "^1.3.6",
"rxjs": "~7.8.0",
"ssh2": "^1.5.0",
"tslib": "^2.3.0",
"x2js": "^3.4.1",
"zone.js": "0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "19.0.7",
"@angular-devkit/core": "19.0.7",
"@angular-devkit/schematics": "19.0.7",
"@angular-eslint/eslint-plugin": "19.0.2",
"@angular-eslint/eslint-plugin-template": "19.0.2",
"@angular-eslint/template-parser": "19.0.2",
"@angular/cli": "~19.0.0",
"@angular/compiler-cli": "19.0.6",
"@angular/language-service": "19.0.6",
"@angular/localize": "19.0.6",
"@nrwl/cli": "^15.9.3",
"@nx/cypress": "20.3.1",
"@nx/eslint": "20.3.1",
"@nx/eslint-plugin": "20.3.1",
"@nx/jest": "20.3.1",
"@nx/workspace": "20.3.1",
"@schematics/angular": "19.0.7",
"@types/highlight.js": "^9.12.4",
"@types/jest": "29.5.14",
"@types/jquery": "^3.5.13",
"@types/luxon": "^2.4.0",
"@types/node": "18.16.9",
"@types/notifyjs": "^3.0.3",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@typescript-eslint/utils": "7.18.0",
"conventional-changelog": "^3.1.23",
"cypress": "13.15.2",
"cz-conventional-changelog": "^3.0.1",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "2.15.2",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-preset-angular": "14.4.2",
"nx": "20.3.1",
"prettier": "^2.6.2",
"prettier-plugin-organize-imports": "^4.1.0",
"ts-jest": "29.1.4",
"ts-node": "10.9.1",
"typescript": "5.6.3"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}