-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
112 lines (112 loc) · 3.61 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
{
"name": "uniquindio2",
"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",
"sonar": "sonar-scanner"
},
"private": true,
"dependencies": {
"@angular/animations": "^13.3.0",
"@angular/cdk": "^13.3.1",
"@angular/common": "^13.2.7",
"@angular/core": "^13.2.7",
"@angular/fire": "^6.1.5",
"@angular/forms": "^13.2.7",
"@angular/material": "^13.3.1",
"@angular/platform-browser": "^13.2.7",
"@angular/platform-browser-dynamic": "^13.2.7",
"@angular/router": "^13.2.7",
"@awesome-cordova-plugins/camera": "^5.40.0",
"@awesome-cordova-plugins/core": "^5.40.0",
"@awesome-cordova-plugins/geolocation": "^5.41.0",
"@awesome-cordova-plugins/google-plus": "^5.40.0",
"@awesome-cordova-plugins/onesignal": "^5.40.0",
"@awesome-cordova-plugins/splash-screen": "^5.40.0",
"@awesome-cordova-plugins/status-bar": "^5.40.0",
"@ionic/angular": "^6.0.13",
"@ionic/cordova-builders": "^6.1.0",
"@mobiscroll/angular": "https://npm.mobiscroll.com/@mobiscroll/angular-trial/-/angular-trial-5.15.1.tgz",
"@types/googlemaps": "^3.43.3",
"cordova-android": "10.1.1",
"firebase": "^8.10.1",
"firestore": "^1.1.6",
"moment": "^2.29.1",
"ng2-search-filter": "^0.5.1",
"rxjs": "^6.6.7",
"tslib": "^2.3.1",
"zone.js": "^0.11.5"
},
"devDependencies": {
"@angular-devkit/build-angular": "^13.2.6",
"@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": "~13.2.3",
"@angular/compiler": "^13.2.7",
"@angular/compiler-cli": "^13.2.7",
"@angular/language-service": "~13.2.2",
"@capacitor/cli": "3.4.3",
"@ionic/angular-toolkit": "^6.0.0",
"@types/google-maps": "^3.2.3",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
"@typescript-eslint/eslint-plugin": "5.3.0",
"@typescript-eslint/parser": "5.3.0",
"cordova-plugin-camera": "^6.0.0",
"cordova-plugin-device": "^2.0.2",
"cordova-plugin-geolocation": "^4.1.0",
"cordova-plugin-googleplus": "^8.5.2",
"cordova-plugin-ionic-webview": "^5.0.0",
"cordova-plugin-splashscreen": "^5.0.2",
"cordova-plugin-statusbar": "^2.4.2",
"eslint": "^7.6.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsdoc": "30.7.6",
"eslint-plugin-prefer-arrow": "1.2.2",
"jasmine-core": "~3.8.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.2",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"onesignal-cordova-plugin": "^3.0.2",
"protractor": "~7.0.0",
"sonar-scanner": "^3.1.0",
"ts-node": "~8.3.0",
"typescript": "^4.4.4"
},
"description": "An Ionic project",
"cordova": {
"plugins": {
"cordova-plugin-statusbar": {},
"cordova-plugin-device": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-ionic-webview": {},
"cordova-plugin-camera": {
"ANDROIDX_CORE_VERSION": "1.6.+"
},
"cordova-plugin-googleplus": {
"PLAY_SERVICES_VERSION": "15.0.1"
},
"onesignal-cordova-plugin": {},
"cordova-plugin-geolocation": {
"GPS_REQUIRED": "true"
}
},
"platforms": [
"android"
]
}
}