forked from buildlyio/buildly-angular-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
82 lines (82 loc) · 2.57 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
{
"name": "midgard-angular",
"version": "0.3.13",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build-prod": "ng build --prod",
"test": "ng test",
"test-coverage": "ng test —code-coverage",
"lint": "ng lint",
"e2e": "ng e2e",
"init": "gulp init --gulpfile node_modules/midgard-schematics/lib/gulpfile.js --cwd ./",
"compodoc": "./node_modules/.bin/compodoc -p ./src/midgard/tsconfig.lib.json",
"publish-pacts": "node publish-pacts.js"
},
"private": true,
"dependencies": {
"@angular/animations": "^7.2.13",
"@angular/cdk": "7.3.7",
"@angular/common": "^7.2.13",
"@angular/compiler": "^7.2.13",
"@angular/core": "^7.2.13",
"@angular/forms": "^7.2.13",
"@angular/http": "^7.2.13",
"@angular/material": "^6.4.7",
"@angular/platform-browser": "^7.2.13",
"@angular/platform-browser-dynamic": "^7.2.13",
"@angular/router": "^7.2.13",
"@ngx-translate/core": "^11.0.1",
"apollo-angular": "1.5.0",
"apollo-angular-link-http": "1.5.0",
"apollo-cache-inmemory": "1.3.0",
"apollo-client": "2.4.13",
"apollo-link": "1.2.8",
"apollo-link-context": "1.0.14",
"apollo-utilities": "1.0.25",
"core-js": "2.6.0",
"freyja-ui": "0.4.5",
"graphql": "0.13.2",
"graphql-tag": "2.10.1",
"midgard-core": "0.1.2",
"moment": "2.22.2",
"rxjs": "6.3.2",
"rxjs-compat": "6.3.2",
"zone.js": "~0.8.26"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.13.8",
"@angular-devkit/build-ng-packagr": "~0.7.0",
"@angular-devkit/core": "^0.6.8",
"@angular-devkit/schematics": "^0.8.8",
"@angular/cli": "^7.3.8",
"@angular/compiler-cli": "^7.2.13",
"@angular/language-service": "^7.2.13",
"@compodoc/compodoc": "^1.1.7",
"@pact-foundation/karma-pact": "^2.1.3",
"@pact-foundation/pact-node": "^6.5.0",
"@pact-foundation/pact-web": "^5.3.0",
"@types/jasmine": "^2.8.11",
"@types/jasminewd2": "^2.0.6",
"@types/node": "8.9.5",
"apollo-utilities": "1.0.25",
"codelyzer": "~4.2.1",
"jasmine-core": "^2.99.1",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~1.7.1",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.0",
"karma-jasmine": "~1.1.1",
"karma-jasmine-html-reporter": "^0.2.2",
"midgard-schematics": "^1.1.22",
"ng-packagr": "^3.0.0",
"protractor": "~5.4.0",
"redux-devtools-extension": "^2.13.5",
"ts-node": "5.0.1",
"tsickle": "^0.34.3",
"tslib": "^1.9.0",
"tslint": "~5.9.1",
"typescript": "~3.2.4"
}
}