This repository has been archived by the owner on Jun 5, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 3.04 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
{
"name": "example",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "npm run start:dev:de",
"start:dev:de": "ng serve --configuration=dev-de",
"start:dev:fr": "ng serve --configuration=dev-fr",
"start:dev:it": "ng serve --configuration=dev-it",
"build:local": "ng build --configuration=local-de && ng build --configuration=local-fr && ng build --configuration=local-it && node build/post-build.js",
"build:prod": "ng build --configuration=production-de && ng build --configuration=production-fr && ng build --configuration=production-it && node build/post-build.js",
"build:int": "ng build --configuration=integration-de && ng build --configuration=integration-fr && ng build --configuration=integration-it && node build/post-build.js",
"xi18n": "ng xi18n --i18nFormat=xlf --outputPath=src/locale/ --outFile=messages.xlf && ng run offag:xliffmerge",
"test": "ng test",
"lint": "sass-lint -c .sasslintrc -v -q && ng lint",
"e2e": "ng e2e --configuration=integration-de"
},
"private": true,
"author": {
"name": "Cando Image GmbH",
"url": "http://www.cando-image.com/"
},
"contributors": [
{
"name": "Julian Kuehnel",
"email": "julian.kuehnel@cando-image.com",
"url": "https://github.com/julmot"
}
],
"dependencies": {
"@angular/animations": "~9.0.0",
"@angular/common": "~9.0.0",
"@angular/compiler": "~9.0.0",
"@angular/core": "~9.0.0",
"@angular/elements": "^9.0.0",
"@angular/forms": "~9.0.0",
"@angular/localize": "^9.0.0",
"@angular/platform-browser": "~9.0.0",
"@angular/platform-browser-dynamic": "~9.0.0",
"@angular/router": "~9.0.0",
"apollo-angular": "^1.8.0",
"apollo-angular-link-http": "^1.9.0",
"apollo-cache-inmemory": "^1.6.5",
"apollo-client": "^2.6.8",
"apollo-link": "^1.2.11",
"apollo-link-error": "^1.1.12",
"document-register-element": "^1.7.2",
"graphql": "^14.6.0",
"graphql-tag": "^2.10.0",
"object-fit-images": "^3.2.4",
"rxjs": "^6.5.4",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^8.4.1",
"@angular-devkit/build-angular": "~0.900.1",
"@angular/cli": "^9.0.1",
"@angular/compiler-cli": "~9.0.0",
"@angular/language-service": "~9.0.0",
"@ngx-i18nsupport/ngx-i18nsupport": "^1.1.6",
"@ngx-i18nsupport/tooling": "^8.0.3",
"@types/jasmine": "~3.3.8",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
"browserstack-local": "^1.4.5",
"codelyzer": "^5.1.2",
"fs-extra": "^8.1.0",
"glob": "^7.1.6",
"jasmine-core": "~3.4.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~4.1.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.1",
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.5.1",
"prepend-file": "^1.3.1",
"protractor": "^5.4.3",
"sass-lint": "^1.13.1",
"ts-node": "~7.0.0",
"tslint": "~5.15.0",
"tslint-microsoft-contrib": "^6.2.0",
"typescript": "~3.7.5"
}
}