forked from bojidaryovchev/nest-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
133 lines (133 loc) · 4.16 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "nest-angular",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build:client": "ng build --prod",
"build:universal": "ng build --prod && ng run nest-angular:server",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"build:server": "rimraf ./bin && webpack --progress --colors",
"build": "npm run build:universal && npm run build:server",
"watch:server": "rimraf ./bin && webpack --w --colors",
"watch:client": "ng serve --proxy-config proxy.conf.json --host 0.0.0.0 --disable-host-check",
"watch": "concurrently \" npm run watch:server \" \" npm run watch:client \" "
},
"repository": {
"type": "git",
"url": "git+https://github.com/bojidaryovchev/nest-angular.git"
},
"author": "bojidaryovchev",
"license": "MIT",
"bugs": {
"url": "https://github.com/bojidaryovchev/nest-angular/issues"
},
"homepage": "https://github.com/bojidaryovchev/nest-angular#readme",
"devDependencies": {
"@angular-devkit/build-angular": "0.10.4",
"@angular/cli": "7.0.4",
"@angular/compiler-cli": "7.0.2",
"@angular/language-service": "7.0.2",
"@types/cookie-parser": "1.4.1",
"@types/express": "4.16.0",
"@types/glob": "7.1.1",
"@types/graphql": "14.0.3",
"@types/helmet": "0.0.42",
"@types/jasmine": "2.8.9",
"@types/jasminewd2": "2.0.5",
"@types/joi": "14.0.0",
"@types/jsonwebtoken": "8.3.0",
"@types/mongoose": "5.3.0",
"@types/node": "10.12.2",
"@types/passport": "0.4.7",
"@types/passport-jwt": "3.0.1",
"@types/passport-local": "1.0.33",
"@types/request": "2.48.0",
"@types/ws": "6.0.1",
"codelyzer": "4.5.0",
"concurrently": "4.0.1",
"jasmine-core": "3.3.0",
"jasmine-spec-reporter": "4.2.1",
"karma": "3.1.1",
"karma-chrome-launcher": "2.2.0",
"karma-cli": "1.0.1",
"karma-coverage-istanbul-reporter": "2.0.4",
"karma-jasmine": "1.1.2",
"karma-jasmine-html-reporter": "1.4.0",
"node-sass": "4.10.0",
"nodemon-webpack-plugin": "4.0.3",
"protractor": "5.4.1",
"rimraf": "2.6.2",
"ts-loader": "5.3.0",
"ts-node": "7.0.1",
"tslint": "5.11.0",
"tslint-loader": "3.6.0",
"typescript": "3.1.6",
"webpack": "4.24.0",
"webpack-cli": "3.1.2",
"webpack-node-externals": "1.7.2"
},
"dependencies": {
"@angular/animations": "7.0.2",
"@angular/cdk": "7.0.2",
"@angular/common": "7.0.2",
"@angular/compiler": "7.0.2",
"@angular/core": "7.0.2",
"@angular/flex-layout": "7.0.0-beta.19",
"@angular/forms": "7.0.2",
"@angular/http": "7.0.2",
"@angular/material": "7.0.2",
"@angular/platform-browser": "7.0.2",
"@angular/platform-browser-dynamic": "7.0.2",
"@angular/platform-server": "7.0.2",
"@angular/router": "7.0.2",
"@nestjs/common": "5.4.0",
"@nestjs/core": "5.4.0",
"@nestjs/graphql": "5.4.0",
"@nestjs/microservices": "5.4.0",
"@nestjs/passport": "5.1.0",
"@nestjs/testing": "5.4.0",
"@nestjs/websockets": "5.4.0",
"@nguniversal/express-engine": "7.0.2",
"@nguniversal/module-map-ngfactory-loader": "7.0.2",
"apollo-angular": "1.5.0",
"apollo-angular-link-http": "1.4.0",
"apollo-cache-inmemory": "1.3.9",
"apollo-client": "2.4.5",
"apollo-link-ws": "1.0.9",
"apollo-server-express": "2.1.0",
"body-parser": "1.18.3",
"bootstrap": "4.1.3",
"cookie-parser": "1.4.3",
"core-js": "2.5.7",
"express": "4.16.4",
"glob": "7.1.3",
"graphql": "14.0.2",
"graphql-subscriptions": "1.0.0",
"graphql-tag": "2.10.0",
"graphql-tools": "4.0.3",
"hammerjs": "2.0.8",
"helmet": "3.14.0",
"joi": "14.0.4",
"jsonwebtoken": "8.3.0",
"mongoose": "5.3.9",
"passport": "0.4.0",
"passport-facebook-token": "3.3.0",
"passport-google-plus-token": "2.1.0",
"passport-jwt": "4.0.0",
"passport-local": "1.0.0",
"passport-twitter-token": "1.3.0",
"redis": "2.8.0",
"reflect-metadata": "0.1.12",
"request": "2.88.0",
"rxjs": "6.3.3",
"rxjs-compat": "6.3.3",
"subscriptions-transport-ws": "0.9.15",
"ws": "6.1.0",
"zone.js": "0.8.26"
}
}