-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
116 lines (116 loc) · 3.81 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
{
"name": "frienradar",
"version": "0.0.1",
"author": "Ionic Framework",
"homepage": "https://ionicframework.com/",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"resources": "cordova-res ios && cordova-res android && node scripts/resources.js",
"cy:run": "cypress run -- --record --spec",
"live": "ionic cap run ios -l --external"
},
"private": true,
"dependencies": {
"@angular/animations": "^14.2.12",
"@angular/common": "^14.2.12",
"@angular/core": "^14.2.12",
"@angular/forms": "^14.2.12",
"@angular/google-maps": "^14.2.7",
"@angular/platform-browser": "^14.2.12",
"@angular/platform-browser-dynamic": "^14.2.12",
"@angular/router": "^14.2.12",
"@capacitor-community/admob": "^4.1.0",
"@capacitor-community/background-geolocation": "^1.2.7",
"@capacitor/android": "^4.0.0",
"@capacitor/app": "^4.0.0",
"@capacitor/camera": "^4.0.0",
"@capacitor/configure": "^2.0.10",
"@capacitor/core": "^4.0.0",
"@capacitor/device": "^4.0.0",
"@capacitor/geolocation": "^4.0.0",
"@capacitor/haptics": "^4.0.0",
"@capacitor/ios": "^4.0.0",
"@capacitor/keyboard": "^4.0.0",
"@capacitor/local-notifications": "^4.0.0",
"@capacitor/push-notifications": "^4.0.0",
"@capacitor/status-bar": "^4.0.0",
"@google-cloud/translate": "^7.2.1",
"@ionic-native/core": "^5.36.0",
"@ionic-native/image-picker": "^5.36.0",
"@ionic/angular": "^6.1.9",
"@ionic/pwa-elements": "^3.1.1",
"@ionic/storage-angular": "^3.0.6",
"@ngneat/transloco": "^4.2.7",
"@ngxs/store": "^3.7.6",
"@rails/actioncable": "^7.0.4-3",
"@zxcvbn-ts/core": "^2.1.0",
"@zxcvbn-ts/language-en": "^2.0.1",
"angular-password-strength-meter": "^5.0.0",
"appwrite": "^10.2.0",
"bad-words": "^3.0.4",
"capacitor-native-settings": "^4.0.3",
"google-libphonenumber": "^3.2.29",
"hammerjs": "^2.0.8",
"intl-tel-input": "^17.0.3",
"jwt-decode": "^3.1.2",
"ng-circle-progress": "^1.6.0",
"ngeohash": "^0.6.3",
"ngx-bootstrap": "^8.0.0",
"ngx-image-cropper": "^6.3.2",
"ngx-intl-tel-input": "^3.2.0",
"ngx-translate": "0.0.1-security",
"onesignal-cordova-plugin": "^3.3.0",
"rxjs": "~6.6.0",
"social-links": "^1.10.0",
"ts-md5": "^1.3.1",
"tslib": "^2.4.1",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.2.10",
"@angular-eslint/builder": "~13.0.1",
"@angular-eslint/eslint-plugin": "~13.0.1",
"@angular-eslint/eslint-plugin-template": "~13.0.1",
"@angular-eslint/template-parser": "~13.0.1",
"@angular/cli": "^14.2.10",
"@angular/compiler": "^14.2.12",
"@angular/compiler-cli": "^14.2.12",
"@angular/language-service": "^14.2.12",
"@capacitor/cli": "^4.0.0",
"@ionic/angular-toolkit": "^6.0.0",
"@ngxs/devtools-plugin": "^3.7.6",
"@types/google.maps": "^3.51.0",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.20.55",
"@typescript-eslint/eslint-plugin": "5.3.0",
"@typescript-eslint/parser": "5.3.0",
"cordova-res": "^0.15.4",
"cypress": "^10.11.0",
"eslint": "^7.32.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsdoc": "30.7.6",
"eslint-plugin-prefer-arrow": "1.2.2",
"jasmine": "^4.5.0",
"jasmine-core": "~3.8.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "^6.3.20",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "^4.0.2",
"karma-jasmine-html-reporter": "^1.5.0",
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"typescript": "4.8.2"
},
"jshintConfig": {
"esversion": 6
},
"description": "An Ionic project"
}