-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
95 lines (95 loc) · 3.07 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
{
"scripts": {
"ng": "ng",
"start": "ng serve",
"start:local": "ng serve --configuration=local",
"start:standalone": "ng serve --configuration=standalone",
"e2e:browserstack": "ng e2e -c browserstack",
"e2e:puppeteer": "ng e2e -c puppeteer",
"build": "ng run netzgrafik-frontend:ngsscbuild",
"build:standalone": "ng build --configuration=standalone",
"test": "ng test -c ci",
"lint": "ng lint",
"e2e": "ng e2e",
"t9n": "ng run netzgrafik-frontend:t9n",
"generate:api": "openapi-generator-cli generate",
"local-test": "ng test --watch --code-coverage"
},
"name": "@osrd-project/netzgrafik-frontend",
"version": "2.5.0",
"repository": {
"type": "git",
"url": "https://github.com/osrd-project/netzgrafik-editor-frontend.git"
},
"files": [
"dist/*"
],
"dependencies": {
"@angular/animations": "^17.0.5",
"@angular/cdk": "^17.0.1",
"@angular/common": "^17.0.5",
"@angular/compiler": "^17.0.5",
"@angular/core": "^17.0.5",
"@angular/elements": "^17.1.0",
"@angular/forms": "^17.0.5",
"@angular/localize": "^17.0.5",
"@angular/platform-browser": "^17.0.5",
"@angular/platform-browser-dynamic": "^17.0.5",
"@angular/router": "^17.0.5",
"@sbb-esta/angular": "^17.5.1",
"angular-oauth2-oidc": "^15.0.1",
"angular-server-side-configuration": "^17.0.2",
"angular-t9n": "^17.0.0",
"d3": "^5.16.0",
"dom-to-svg": "^0.12.2",
"jspdf-yworks": "^2.1.1",
"ngx-editor": "^15.0.1",
"papaparse": "^5.3.0",
"rxjs": "~7.5.0",
"save-svg-as-png": "^1.4.17",
"svg2pdf.js": "^2.2.1",
"tslib": "^2.5.0",
"uuid": "^8.3.0",
"zone.js": "~0.14.2"
},
"optionalDependencies": {
"puppeteer": "^19.6.1"
},
"devDependencies": {
"@angular-devkit/architect": "^0.1700.5",
"@angular-devkit/build-angular": "^17.0.5",
"@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.5",
"@angular/compiler-cli": "^17.0.5",
"@angular/language-service": "^17.0.5",
"@openapitools/openapi-generator-cli": "^2.5.2",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"browserstack-local": "^1.5.1",
"eslint": "^8.53.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-deprecation": "^1.3.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-rxjs": "^5.0.2",
"jasmine-core": "^4.1.0",
"jasmine-spec-reporter": "~7.0.0",
"karma": "^6.4.1",
"karma-browserstack-launcher": "^1.6.0",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage": "^2.2.0",
"karma-jasmine": "~5.0.0",
"karma-jasmine-html-reporter": "^1.7.0",
"karma-sonarqube-reporter": "^1.4.0",
"prettier": "3.2.5",
"protractor": "~7.0.0",
"ts-node": "~10.9.1",
"typescript": "~5.2.2"
}
}