-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
175 lines (175 loc) · 5.94 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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
{
"name": "propertyspaces",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"ng": "nx",
"postinstall": "node ./decorate-angular-cli.js && ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points",
"nx": "nx",
"start": "ng serve",
"build": "ng build",
"deploy:git": "ng build --prod --output-path docs --base-href https://ddnishchenko.github.io/propertyspaces/ && cp docs/index.html docs/404.html",
"build:stg": "ng build --prod --output-path ../html && cp apps/walkthrough-panorama/src/.htaccess ../html",
"build:ssr": "ng build && ng run walkthrough-panorama:server",
"build:ssr:dev": "nx run walkthrough-panorama:app-shell:development",
"test": "ng test",
"lint": "nx workspace-lint && ng lint",
"e2e": "ng e2e",
"affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs",
"affected:build": "nx affected:build",
"affected:e2e": "nx affected:e2e",
"affected:test": "nx affected:test",
"affected:lint": "nx affected:lint",
"affected:dep-graph": "nx affected:dep-graph",
"affected": "nx affected",
"format": "nx format:write",
"format:write": "nx format:write",
"format:check": "nx format:check",
"update": "nx migrate latest",
"workspace-schematic": "nx workspace-schematic",
"dep-graph": "nx dep-graph",
"help": "nx help",
"dev:ssr": "ng run walkthrough-panorama:serve-ssr",
"serve:ssr": "node dist/walkthrough-panorama/server/main.js",
"prerender": "ng run walkthrough-panorama:prerender",
"serve:api": "sls offline"
},
"private": true,
"dependencies": {
"@agm/core": "^3.0.0-beta.0",
"@angular/animations": "13.1.1",
"@angular/cdk": "13.1.1",
"@angular/common": "13.1.1",
"@angular/compiler": "13.1.1",
"@angular/core": "13.1.1",
"@angular/forms": "13.1.1",
"@angular/localize": "13.1.1",
"@angular/material": "13.1.1",
"@angular/platform-browser": "13.1.1",
"@angular/platform-browser-dynamic": "13.1.1",
"@angular/platform-server": "13.1.1",
"@angular/router": "13.1.1",
"@angular/service-worker": "13.1.1",
"@aws-amplify/ui-angular": "^2.0.6",
"@aws-sdk/client-dynamodb": "^3.45.0",
"@aws-sdk/client-s3": "^3.45.0",
"@casl/ability": "^5.4.3",
"@nestjs/common": "^8.0.0",
"@nestjs/config": "^1.0.1",
"@nestjs/core": "^8.0.0",
"@nestjs/jwt": "^8.0.0",
"@nestjs/passport": "^8.0.1",
"@nestjs/platform-express": "^8.0.0",
"@ng-bootstrap/ng-bootstrap": "^11.0.0",
"@ngrx/component-store": "13.0.2",
"@ngrx/effects": "13.0.2",
"@ngrx/router-store": "13.0.2",
"@ngrx/store": "13.0.2",
"@ngrx/store-devtools": "13.0.2",
"@nguniversal/express-engine": "^13.0.1",
"@ngx-pwa/local-storage": "^13.0.2",
"@nrwl/angular": "13.4.3",
"@types/hammerjs": "^2.0.40",
"angular-resizable-element": "^5.0.0",
"angular-svg-icon": "^13.0.0",
"angular2-draggable": "^2.3.2",
"archiver": "^5.3.0",
"aws-amplify": "^4.2.2",
"aws-lambda": "^1.0.6",
"aws-sdk": "^2.960.0",
"aws-serverless-express": "^3.4.0",
"bcrypt": "^5.0.1",
"bootstrap": "^4.6.0",
"class-transformer": "^0.4.0",
"class-validator": "^0.13.1",
"compress-base64": "^1.0.2",
"compressorjs": "^1.0.7",
"email-existence": "^0.1.6",
"express": "^4.15.2",
"font-awesome": "^4.7.0",
"hammerjs": "^2.0.4",
"helmet": "^4.6.0",
"ng-gallery": "^6.0.0",
"ng-snotify": "^9.0.1",
"ng2-file-upload": "^1.4.0",
"ngrx-store-freeze": "^0.2.4",
"ngx-drag-drop": "^13.0.0",
"ngx-editor": "^12.0.0",
"ngx-order-pipe": "^2.2.0",
"ngx-progressbar": "^6.1.1",
"ngx-scrollbar": "^9.0.1",
"nodemailer": "^6.6.5",
"passport": "^0.4.1",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.6.7",
"serverless": "^2.60.0",
"serverless-lambda-nestjs": "^0.0.2",
"short-unique-id": "^4.4.4",
"subjx": "^0.3.9",
"svg-pan-zoom": "^3.6.1",
"three": "^0.125.2",
"tslib": "^2.0.0",
"unzipper": "^0.10.11",
"zone.js": "0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "13.1.2",
"@angular-eslint/eslint-plugin": "13.0.1",
"@angular-eslint/eslint-plugin-template": "13.0.1",
"@angular-eslint/template-parser": "13.0.1",
"@angular/cli": "13.1.2",
"@angular/compiler-cli": "13.1.1",
"@angular/language-service": "13.1.1",
"@nestjs/schematics": "^8.0.0",
"@nestjs/testing": "^8.0.0",
"@ngrx/schematics": "13.0.2",
"@nguniversal/builders": "^12.1.0",
"@nrwl/cli": "13.4.3",
"@nrwl/cypress": "13.4.3",
"@nrwl/eslint-plugin-nx": "13.4.3",
"@nrwl/jest": "13.4.3",
"@nrwl/linter": "13.4.3",
"@nrwl/nest": "13.4.3",
"@nrwl/node": "13.4.3",
"@nrwl/tao": "13.4.3",
"@nrwl/workspace": "13.4.3",
"@types/aws-lambda": "^8.10.81",
"@types/bcrypt": "^5.0.0",
"@types/express": "^4.17.0",
"@types/google.maps": "^3.45.1",
"@types/jest": "27.0.2",
"@types/node": "^16.4.3",
"@types/nodemailer": "^6.4.4",
"@types/passport-jwt": "^3.0.6",
"@types/passport-local": "^1.0.34",
"@types/three": "^0.130.1",
"@types/webgl2": "^0.0.5",
"@typescript-eslint/eslint-plugin": "5.3.1",
"@typescript-eslint/parser": "5.3.1",
"codelyzer": "^6.0.1",
"cypress": "^4.1.0",
"dotenv": "10.0.0",
"eslint": "8.2.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"jest": "27.2.3",
"jest-preset-angular": "11.0.0",
"ng-packagr": "13.1.2",
"postcss": "^8.3.9",
"postcss-import": "^14.0.2",
"postcss-preset-env": "^6.7.0",
"postcss-url": "^10.1.1",
"prettier": "^2.3.2",
"serverless-layers": "^2.5.0-beta",
"serverless-offline": "^8.2.0",
"serverless-plugin-optimize": "^4.2.1-rc.1",
"serverless-plugin-typescript": "^1.1.9",
"ts-jest": "27.0.5",
"ts-node": "^10.1.0",
"tslint": "^6.1.3",
"typescript": "4.5.4"
}
}