-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
123 lines (123 loc) · 3.84 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
{
"name": "pawdopt",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "nx serve",
"start:docker": "docker compose up -d",
"build": "nx build",
"test": "nx test",
"e2e": "nx e2e pawdopt-e2e",
"postinstall": "ngcc --properties es2015 browser module main"
},
"private": true,
"dependencies": {
"@angular/animations": "~13.3.10",
"@angular/common": "~13.3.10",
"@angular/compiler": "~13.3.10",
"@angular/core": "~13.3.10",
"@angular/fire": "^7.4.1",
"@angular/forms": "~13.3.10",
"@angular/platform-browser": "~13.3.10",
"@angular/platform-browser-dynamic": "~13.3.10",
"@angular/router": "~13.3.10",
"@capacitor/camera": "^1.3.1",
"@capacitor/core": "^3.5.1",
"@capacitor/filesystem": "^1.1.0",
"@capacitor/geolocation": "^1.3.1",
"@capacitor/google-maps": "^1.1.0",
"@capacitor/storage": "^1.2.5",
"@ionic-native/core": "^5.36.0",
"@ionic-native/geolocation": "^5.36.0",
"@ionic/angular": "^6.1.7",
"@nestjs/apollo": "^10.0.13",
"@nestjs/axios": "^0.1.0",
"@nestjs/common": "^8.4.5",
"@nestjs/config": "^2.2.0",
"@nestjs/core": "^8.4.5",
"@nestjs/graphql": "^10.0.13",
"@nestjs/mongoose": "^9.1.0",
"@nestjs/platform-express": "^8.4.5",
"@ngrx/component-store": "~13.0.0",
"@ngrx/effects": "~13.0.0",
"@ngrx/entity": "~13.0.0",
"@ngrx/router-store": "~13.0.0",
"@ngrx/store": "~13.0.0",
"@nrwl/nest": "^14.1.9",
"@nxtend/ionic-angular": "13.1.0",
"@oniq/capacitor-plugin-geocoder": "^1.0.0",
"@types/node-geocoder": "^3.24.5",
"apollo-angular": "^3.0.1",
"apollo-client": "^2.6.10",
"apollo-server-express": "^3.8.1",
"capacitor": "^0.5.5",
"cordova": "^11.0.0",
"cordova-js": "^6.1.0",
"firebase": "^9.9.0",
"googleapis": "^108.0.0",
"graphql": "^16.5.0",
"graphql-tools": "^8.2.11",
"hammerjs": "^2.0.8",
"mongodb": "^4.6.0",
"mongoose": "6.2.2",
"ng-swipe-card": "^0.0.4",
"ngx-autosize": "^2.0.2",
"node-geocoder": "^4.2.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.5.5",
"tslib": "^2.4.0",
"webpack": "^5.72.1",
"zone.js": "^0.11.6"
},
"devDependencies": {
"@angular-devkit/build-angular": "~13.3.7",
"@angular-eslint/eslint-plugin": "~13.2.1",
"@angular-eslint/eslint-plugin-template": "~13.2.1",
"@angular-eslint/template-parser": "~13.2.1",
"@angular/cli": "^13.3.8",
"@angular/compiler-cli": "~13.3.10",
"@angular/language-service": "~13.3.10",
"@babel/core": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"@babel/preset-typescript": "^7.17.12",
"@capacitor/android": "^3.5.1",
"@capacitor/cli": "^3.5.1",
"@capacitor/ios": "^3.5.1",
"@nestjs/core": "^8.4.5",
"@nestjs/schematics": "^8.0.11",
"@nestjs/testing": "^8.4.5",
"@ngrx/schematics": "~13.0.0",
"@ngrx/store-devtools": "~13.0.0",
"@nrwl/angular": "^14.1.9",
"@nrwl/cli": "14.1.9",
"@nrwl/cypress": "14.1.9",
"@nrwl/eslint-plugin-nx": "14.1.9",
"@nrwl/jest": "14.1.9",
"@nrwl/linter": "14.1.9",
"@nrwl/nest": "^14.1.9",
"@nrwl/node": "14.1.9",
"@nrwl/nx-cloud": "latest",
"@nrwl/workspace": "14.1.9",
"@nxtend/capacitor": "^13.0.0",
"@types/jest": "^28.1.1",
"@types/node": "17.0.36",
"@typescript-eslint/eslint-plugin": "~5.26.0",
"@typescript-eslint/parser": "~5.26.0",
"babel-loader": "^8.2.5",
"cypress": "^9.7.0",
"eslint": "~8.16.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-cypress": "^2.12.1",
"jasmine-marbles": "~0.9.1",
"jest": "<28.0.0",
"jest-environment-jsdom": "28.1.1",
"jest-preset-angular": "12.0.1",
"nx": "^14.1.9",
"prettier": "^2.6.2",
"reflect-metadata": "^0.1.13",
"ts-jest": "~27.0.0",
"ts-node": "10.8.0",
"typescript": ">=4.4.2 and <4.7.0",
"uuid": "^8.3.2"
}
}