-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
143 lines (143 loc) · 4.97 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
{
"name": "@properproperty/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start:app:dev": "npx env-cmd -f .env nx run app:serve --configuration=development",
"start:api:dev": "npx env-cmd -f .env nx run api:serve --configuration=development",
"build:app:dev": "npx env-cmd -f .env nx run app:build --configuration=development --skip-nx-cache",
"build:api:dev": "npx env-cmd -f .env nx run api:build --configuration=development --skip-nx-cache",
"build:app:prod": "npx env-cmd -f .env.prod nx run app:build --configuration=production",
"build:api:prod": "npx env-cmd -f .env.prod nx run api:build --configuration=production",
"start:app:prod": "npx env-cmd -f .env.prod nx run app:serve --configuration=production",
"start:emulators": "firebase emulators:start",
"start:emulatored": "firebase emulators:start --import=./emulators/emulator",
"start:emulatored2": "firebase emulators:start --import=./emulators/emulatored2",
"lint": "nx run-many --target=lint --all --skip-nx-cache --parallel=5"
},
"private": true,
"overrides": {
"protobufjs": "^7.2.4",
"tough-cookie": "^4.1.3",
"optionator": "^0.9.2",
"semver": ">=5.7.2 && <6.0.0 || >=6.3.1",
"@ionic/cli": "<6.18.1",
"@cypress/request": "3.0.0"
},
"dependencies": {
"@angular-magic/ngx-gp-autocomplete": "^1.0.4",
"@angular/animations": "16.1.3",
"@angular/common": "16.1.3",
"@angular/compiler": "16.1.3",
"@angular/core": "16.1.3",
"@angular/fire": "^7.6.1",
"@angular/forms": "16.1.3",
"@angular/platform-browser": "16.1.3",
"@angular/platform-browser-dynamic": "16.1.3",
"@angular/router": "16.1.3",
"@capacitor/core": "^5.0.5",
"@capacitor/haptics": "5.0.2",
"@capacitor/keyboard": "5.0.2",
"@capacitor/status-bar": "5.0.2",
"@google-analytics/data": "^3.2.2",
"@google/maps": "^1.1.3",
"@googlemaps/google-maps-services-js": "^3.3.34",
"@googlemaps/js-api-loader": "^1.16.2",
"@ionic/angular": "^7.0.0",
"@nestjs/common": "^10.0.2",
"@nestjs/config": "^3.1.1",
"@nestjs/core": "^10.0.2",
"@nestjs/cqrs": "^10.0.1",
"@nestjs/platform-express": "^10.0.2",
"@ngxs/devtools-plugin": "^3.8.1",
"@ngxs/logger-plugin": "^3.8.1",
"@ngxs/router-plugin": "^3.8.1",
"@ngxs/store": "^3.8.1",
"@nx/angular": "16.4.0",
"@nxext/ionic-angular": "^16.2.0",
"axios": "^1.0.0",
"chart.js": "^4.3.0",
"ejs": "^3.1.9",
"env-cmd": "^10.1.0",
"firebase": "^9.23.0",
"firebase-admin": "^11.9.0",
"firebase-functions": "^4.4.1",
"ionicons": "^7.0.0",
"leven": "^4.0.0",
"natural": "^6.7.1",
"ngx-device-detector": "^6.0.2",
"nodemailer": "^6.9.4",
"qrcode": "^1.5.3",
"reflect-metadata": "^0.1.13",
"rxjs": "~7.8.0",
"sharp": "^0.32.2",
"swiper": "^10.0.4",
"tough-cookie": "^4.1.3",
"tslib": "^2.3.0",
"zone.js": "~0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.1",
"@angular-devkit/core": "16.1.3",
"@angular-devkit/schematics": "16.1.3",
"@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.1.3",
"@angular/compiler-cli": "16.1.3",
"@angular/language-service": "16.1.3",
"@capacitor/android": "^5.0.3",
"@capacitor/cli": "^5.0.5",
"@capacitor/ios": "^5.0.3",
"@nestjs/schematics": "^10.0.1",
"@nestjs/testing": "^10.0.2",
"@nrwl/angular": "^16.4.0",
"@nrwl/js": "^16.4.0",
"@nrwl/nest": "^16.4.0",
"@nx/cypress": "^16.4.0",
"@nx/esbuild": "16.4.0",
"@nx/eslint-plugin": "16.4.0",
"@nx/jest": "16.4.0",
"@nx/js": "16.4.0",
"@nx/linter": "16.4.0",
"@nx/nest": "16.4.0",
"@nx/node": "16.4.0",
"@nx/web": "16.4.0",
"@nx/webpack": "16.4.0",
"@nx/workspace": "16.4.0",
"@nxext/capacitor": "16.3.0",
"@schematics/angular": "~16.1.0",
"@types/google__maps": "^0.5.16",
"@types/google.analytics": "^0.0.42",
"@types/google.maps": "^3.53.4",
"@types/googlemaps": "^3.43.3",
"@types/jasmine": "^4.3.5",
"@types/jest": "^29.4.0",
"@types/node": "~18.7.1",
"@types/nodemailer": "^6.4.9",
"@types/sharp": "^0.32.0",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"copy-webpack-plugin": "^11.0.0",
"cypress": "^12.17.0",
"esbuild": "^0.17.17",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"jasmine-core": "^5.0.1",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest-environment-node": "^29.4.1",
"jest-preset-angular": "~13.1.0",
"karma": "^6.4.2",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"nx": "16.4.0",
"prettier": "^2.6.2",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "~5.1.3"
}
}