-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
93 lines (93 loc) · 3.1 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
{
"scripts": {
"ng": "ng",
"start": "ng serve",
"start:local": "ng serve --configuration=local",
"start:standalone": "ng serve --configuration=standalone",
"start:standalonedemo": "ng serve --configuration=standalonedemo",
"e2e:browserstack": "ng e2e -c browserstack",
"e2e:puppeteer": "ng e2e -c puppeteer",
"build": "ng run netzgrafik-frontend:ngsscbuild",
"build:standalone": "ng build --configuration=standalone",
"build:standalonedemo": "ng build --configuration=standalonedemo",
"test": "ng test -c ci",
"lint": "ng lint",
"e2e": "ng e2e",
"generate:api": "openapi-generator-cli generate",
"local-test": "ng test --watch --code-coverage",
"extract-i18n": "ng extract-i18n"
},
"name": "netzgrafik-frontend",
"version": "2.9.11",
"repository": {
"type": "git",
"url": "https://github.com/SchweizerischeBundesbahnen/netzgrafik-editor-frontend.git"
},
"files": [
"dist/*"
],
"dependencies": {
"@angular/animations": "^17.0.9",
"@angular/cdk": "^17.0.6",
"@angular/common": "^17.0.9",
"@angular/compiler": "^17.0.9",
"@angular/core": "^17.0.9",
"@angular/elements": "^17.1.3",
"@angular/forms": "^17.0.9",
"@angular/localize": "^17.0.9",
"@angular/platform-browser": "^17.0.9",
"@angular/platform-browser-dynamic": "^17.0.9",
"@angular/router": "^17.0.9",
"@sbb-esta/angular": "^17.5.3",
"angular-oauth2-oidc": "^15.0.1",
"angular-server-side-configuration": "^17.0.5",
"d3": "^5.16.0",
"extract-i18n": "^1.0.0",
"ngx-editor": "^15.0.1",
"papaparse": "^5.3.2",
"rxjs": "~7.5.7",
"save-svg-as-png": "^1.4.17",
"tslib": "^2.5.3",
"uuid": "^8.3.2",
"zone.js": "~0.14.10"
},
"optionalDependencies": {
"puppeteer": "^22.13.1"
},
"devDependencies": {
"@angular-devkit/architect": "^0.1700.10",
"@angular-devkit/build-angular": "^17.3.9",
"@angular-eslint/builder": "17.1.1",
"@angular-eslint/eslint-plugin": "17.1.1",
"@angular-eslint/eslint-plugin-template": "17.1.1",
"@angular-eslint/schematics": "17.1.1",
"@angular-eslint/template-parser": "17.1.1",
"@angular/cli": "^17.0.10",
"@angular/compiler-cli": "^17.0.9",
"@angular/language-service": "^17.0.9",
"@openapitools/openapi-generator-cli": "^2.5.2",
"@types/jasmine": "~3.6.11",
"@types/jasminewd2": "~2.0.13",
"@types/node": "^18.11.19",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"browserstack-local": "^1.5.5",
"eslint": "^8.53.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-deprecation": "^1.3.3",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-rxjs": "^5.0.3",
"jasmine-core": "^4.1.1",
"jasmine-spec-reporter": "~7.0.0",
"karma": "^6.4.4",
"karma-browserstack-launcher": "^1.6.0",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage": "^2.2.1",
"karma-jasmine": "~5.0.1",
"karma-jasmine-html-reporter": "^1.7.0",
"karma-sonarqube-reporter": "^1.4.0",
"prettier": "3.2.5",
"ts-node": "~10.9.2",
"typescript": "~5.2.2"
}
}