-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
169 lines (169 loc) · 5.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
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
{
"name": "@dereekb/dbx-components",
"version": "11.0.17",
"license": "MIT",
"scripts": {
"postinstall": "echo >> .env.local",
"prepare": "husky install"
},
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/dereekb/dbx-components"
},
"dependencies": {
"@angular/animations": "^16.2.12",
"@angular/cdk": "^16.2.12",
"@angular/common": "^16.2.12",
"@angular/compiler": "^16.2.12",
"@angular/core": "^16.2.12",
"@angular/fire": "git+https://[email protected]/dereekb/angularfire#269911244911ee51f8977ce2293f0ef9f219f94f",
"@angular/forms": "^16.2.12",
"@angular/material": "^16.2.12",
"@angular/platform-browser": "^16.2.12",
"@angular/platform-browser-dynamic": "^16.2.12",
"@angular/router": "^16.2.12",
"@google-cloud/firestore": "^7.0.0",
"@google-cloud/pubsub": "^4.0.0",
"@nestjs/common": "^10.0.0",
"@nestjs/config": "^3.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/platform-express": "^10.0.0",
"@ng-web-apis/common": "^3.0.0",
"@ng-web-apis/geolocation": "^3.0.0",
"@ngbracket/ngx-layout": "^16.1.3",
"@ngrx/component-store": "^16.0.0",
"@ngrx/data": "^16.0.0",
"@ngrx/effects": "^16.0.0",
"@ngrx/entity": "^16.0.0",
"@ngrx/store": "^16.0.0",
"@ngx-formly/core": "^6.0.0",
"@ngx-formly/material": "^6.0.0",
"@placemarkio/geo-viewport": "^1.0.2",
"@uirouter/angular": "12.0.0",
"@uirouter/core": "^6.0.8",
"@uirouter/rx": "^1.0.0",
"@vvo/tzdb": "^6.0.0",
"angular-calendar": "^0.31.0",
"angular-resize-event": "git+https://[email protected]/dereekb/angular-resize-event#ab642793288541c6093ef24f979c9815443cf565",
"change-case": "^4.1.2",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"core-js": "^3.0.0",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.1",
"extra-set": "^3.0.0",
"firebase": "^10.10.0",
"firebase-admin": "^12.0.0",
"firebase-functions": "^4.9.0",
"form-data": "^4.0.0",
"jsonwebtoken": "^9.0.0",
"linkify-string": "^4.1.0",
"linkifyjs": "^4.1.0",
"lodash.isequal": "^4.5.0",
"mailgun.js": "^8.0.0",
"make-error": "^1.3.0",
"mapbox-gl": "^3.0.0",
"ng-overlay-container": "^16.0.0",
"ngx-editor": "^16.0.0",
"ngx-infinite-scroll": "^16.0.0",
"ngx-mapbox-gl": "git+https://[email protected]/dereekb/ngx-mapbox-gl#b0b3a8665a6e0307015000b973588e7fa25ccaec",
"ngx-mat-intl-tel-input": "^5.0.0",
"reflect-metadata": ">= 0.1.12 < 0.3.0",
"rrule": "git+https://[email protected]/dereekb/rrule#2b13b1ea881059ba2ecfec380e12ef244ef54570",
"rxfire": "^6.0.5",
"rxjs": "^7.5.0",
"stripe": "^9.1.0",
"ts-essentials": "^9.1.2",
"tslib": "^2.3.0",
"zone.js": "^0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "16.2.11",
"@angular-devkit/core": "16.2.11",
"@angular-devkit/schematics": "16.2.11",
"@angular-eslint/eslint-plugin": "16.0.3",
"@angular-eslint/eslint-plugin-template": "16.0.3",
"@angular-eslint/template-parser": "16.0.3",
"@angular/cli": "~16.2.0",
"@angular/compiler-cli": "^16.2.12",
"@angular/language-service": "^16.2.12",
"@commitlint/cli": "^17.8.1",
"@commitlint/config-angular": "^17.8.1",
"@firebase/rules-unit-testing": "3.0.2",
"@jscutlery/semver": "3.4.1",
"@nestjs/cli": "^10.0.0",
"@nestjs/schematics": "^10.0.0",
"@nestjs/testing": "^10.0.0",
"@ngrx/store-devtools": "^16.0.0",
"@ngx-formly/schematics": "6.2.2",
"@nx/angular": "16.10.0",
"@nx/cypress": "16.10.0",
"@nx/devkit": "16.10.0",
"@nx/eslint": "^17.2.8",
"@nx/eslint-plugin": "^16.10.0",
"@nx/jest": "16.10.0",
"@nx/js": "16.10.0",
"@nx/linter": "16.10.0",
"@nx/nest": "16.10.0",
"@nx/node": "16.10.0",
"@nx/rollup": "16.10.0",
"@nx/workspace": "16.10.0",
"@schematics/angular": "16.2.11",
"@types/form-data": "^2.5.0",
"@types/jest": "29.5.11",
"@types/jsonwebtoken": "^8.5.8",
"@types/lodash.clonedeep": "^4.5.6",
"@types/lodash.isequal": "^4.5.5",
"@types/mapbox__geo-viewport": "^0.4.1",
"@types/mapbox-gl": "^2.7.5",
"@types/mockdate": "^3.0.0",
"@types/node": "~18.11.9",
"@types/segment-analytics": "^0.0.34",
"@types/ungap__structured-clone": "^1.2.0",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@ungap/structured-clone": "^1.2.0",
"cypress": "^9.5.1",
"env-cmd": "10.1.0",
"envfile": "^6.17.0",
"eslint": "8.46.0",
"eslint-config-prettier": "^8.4.0",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-cypress": "2.15.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-unused-imports": "^2.0.0",
"firebase-functions-test": "3.2.0",
"firebase-tools": "13.7.1",
"husky": "8.0.3",
"is-ci": "^3.0.1",
"jest": "29.7.0",
"jest-date": "^1.1.4",
"jest-environment-jsdom": "29.7.0",
"jest-junit": "^16.0.0",
"jest-preset-angular": "13.1.4",
"jsonc-eslint-parser": "^2.4.0",
"mockdate": "^3.0.5",
"ng-packagr": "16.2.3",
"nx": "16.10.0",
"nx-cloud": "16.5.2",
"postcss": "^8.4.7",
"postcss-import": "^14.0.2",
"postcss-preset-env": "^7.0.0",
"postcss-url": "^10.1.1",
"prettier": "2.7.1",
"pretty-quick": "^3.1.3",
"ts-jest": "29.1.1",
"ts-node": "10.9.2",
"typescript": "5.1.6"
},
"optionalDependencies": {
"@nx/nx-darwin-arm64": "16.10.0",
"@nx/nx-darwin-x64": "16.10.0",
"@nx/nx-linux-x64-gnu": "16.10.0",
"@nx/nx-win32-x64-msvc": "16.10.0"
},
"engines": {
"node": "18"
}
}