-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
70 lines (70 loc) · 2.03 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
{
"name": "bru",
"version": "0.0.0-PLACEHOLDER",
"license": "MIT",
"scripts": {
"postinstall": "patch-package && ngcc"
},
"dependencies": {
"@angular/animations": "9.1.12",
"@angular/cdk": "9.2.4",
"@angular/common": "9.1.12",
"@angular/compiler": "9.1.12",
"@angular/core": "9.1.12",
"@angular/flex-layout": "9.0.0-beta.31",
"@angular/forms": "9.1.12",
"@angular/material": "9.2.4",
"@angular/platform-browser": "9.1.12",
"@angular/platform-browser-dynamic": "9.1.12",
"@angular/router": "9.1.12",
"@grpc/proto-loader": "0.5.3",
"@nestjs/common": "7.3.2",
"@nestjs/core": "7.3.2",
"@nestjs/microservices": "7.3.2",
"@nestjs/platform-express": "7.3.2",
"@nestjs/platform-socket.io": "7.0.5",
"@nestjs/serve-static": "2.1.3",
"@nestjs/websockets": "7.0.5",
"ansi-html": "0.0.7",
"aws-sdk": "2.654.0",
"grpc": "1.24.3",
"lodash": "4.17.15",
"moment": "2.24.0",
"protobufjs": "6.8.9",
"reflect-metadata": "0.1.13",
"rxjs": "6.6.0",
"systemjs": "6.3.3",
"zone.js": "0.10.3"
},
"devDependencies": {
"@angular/compiler-cli": "9.1.12",
"@angular/language-service": "9.1.12",
"@babel/cli": "7.10.4",
"@babel/core": "7.10.4",
"@babel/preset-env": "7.10.4",
"@bazel/hide-bazel-files": "1.7.0",
"@bazel/typescript": "1.7.0",
"@bazel/rollup": "1.7.0",
"@bazel/terser": "1.7.0",
"@types/express": "4.17.2",
"@types/node": "12.12.47",
"@types/lodash": "4.14.157",
"@types/socket.io": "2.1.4",
"@types/socket.io-client": "1.4.32",
"@types/ws": "7.2.2",
"history-server": "1.3.1",
"html-insert-assets": "0.10.0",
"patch-package": "6.2.0",
"rollup": "1.32.1",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-json": "4.0.0",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-sourcemaps": "0.4.2",
"terser": "4.8.0",
"tslib": "1.10.0",
"ts-loader": "6.2.2",
"ts-node": "8.10.2",
"tsconfig-paths": "3.9.0",
"typescript": "3.7.2"
}
}