-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
102 lines (102 loc) · 3.42 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
{
"name": "my-pet-test",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"lint": "ng lint",
"test": "npm run lint && ng test --configuration=test",
"watch": "ng test --configuration=test --browsers ChromeHeadless --watch",
"e2e": "ng e2e",
"build:prod": "ng build --prod --vendor-chunk",
"compodoc": "./node_modules/.bin/compodoc -p src/tsconfig.app.json",
"cy:open": "cypress open",
"cy:run": "cypress run",
"graphql": "gql-gen --config codegen.yml",
"precy:ci": "npm run build:prod"
},
"private": true,
"dependencies": {
"@angular/animations": "^7.2.0",
"@angular/cdk": "^7.2.1",
"@angular/common": "^7.0.2",
"@angular/compiler": "^7.0.2",
"@angular/core": "^7.0.2",
"@angular/forms": "^7.0.2",
"@angular/http": "^7.0.2",
"@angular/material": "^7.0.3",
"@angular/platform-browser": "^7.0.2",
"@angular/platform-browser-dynamic": "^7.0.2",
"@angular/router": "^7.0.2",
"@auth0/angular-jwt": "^2.1.0",
"@fortawesome/angular-fontawesome": "^0.3.0",
"@fortawesome/fontawesome-svg-core": "^1.2.8",
"@fortawesome/free-brands-svg-icons": "^5.5.0",
"@fortawesome/free-regular-svg-icons": "^5.5.0",
"@fortawesome/free-solid-svg-icons": "^5.5.0",
"@ngrx/effects": "^6.1.2",
"@ngrx/entity": "^6.1.2",
"@ngrx/router-store": "^6.1.2",
"@ngrx/store": "^6.1.2",
"@ngrx/store-devtools": "^6.1.2",
"@ngx-gallery/core": "^4.0.1",
"@ngx-gallery/gallerize": "^4.0.1",
"@ngx-gallery/lightbox": "^4.0.1",
"@ngx-translate/core": "^11.0.1",
"@ngx-translate/http-loader": "^4.0.0",
"apollo-angular": "^1.5.0",
"apollo-angular-link-http": "^1.4.0",
"apollo-cache-inmemory": "^1.3.12",
"apollo-client": "^2.4.8",
"apollo-link": "^1.2.6",
"apollo-link-context": "^1.0.12",
"apollo-link-error": "^1.1.5",
"apollo-upload-client": "^10.0.0",
"bootstrap": "^4.1.3",
"browser-detect": "^0.2.28",
"core-js": "^2.5.4",
"graphql": "^14.0.2",
"graphql-tag": "^2.10.0",
"hammerjs": "^2.0.8",
"ngx-infinite-scroll": "^7.0.1",
"ngx-material-file-input": "^0.3.0",
"rxjs": "^6.3.3",
"zone.js": "^0.8.26"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.6.8",
"@angular/cli": "~7.0.4",
"@angular/compiler-cli": "^7.0.2",
"@angular/language-service": "^7.0.2",
"@bahmutov/add-typescript-to-cypress": "^2.0.0",
"@compodoc/compodoc": "^1.1.7",
"@types/apollo-upload-client": "^8.1.1",
"@types/graphql": "^14.0.4",
"@types/jest": "^23.3.10",
"@types/jasmine": "~2.8.9",
"@types/jasminewd2": "^2.0.5",
"@types/node": "^8.9.5",
"codelyzer": "~4.2.1",
"cypress": "^3.1.3",
"graphql-code-generator": "^0.15.2",
"graphql-codegen-introspection": "^0.15.2",
"graphql-codegen-typescript-apollo-angular": "^0.15.2",
"graphql-codegen-typescript-client": "^0.15.2",
"graphql-codegen-typescript-common": "^0.15.2",
"jasmine-core": "~3.2.1",
"jasmine-marbles": "^0.4.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~3.0.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.4",
"karma-jasmine": "~1.1.2",
"karma-jasmine-html-reporter": "~1.3.1",
"karma-spec-reporter": "~0.0.32",
"ngrx-store-freeze": "^0.2.4",
"protractor": "~5.3.0",
"ts-node": "~5.0.1",
"tslint": "~5.9.1",
"typescript": "~3.1.6"
}
}