-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
118 lines (118 loc) · 3.68 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
{
"name": "athena",
"version": "1.6.1",
"author": "Ionic Framework",
"homepage": "https://ionicframework.com/",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start:dev": "ng serve",
"build": "ng build",
"test": "ng test",
"test-debug": "ng test --browsers ChromeDebug",
"lint": "ng lint",
"e2e": "ng e2e",
"postinstall": " copyfiles --flat .githooks/* .git/hooks/",
"release": "standard-version"
},
"private": true,
"dependencies": {
"@angular/common": "~13.3.11",
"@angular/core": "~13.3.11",
"@angular/forms": "~13.3.11",
"@angular/platform-browser": "~13.3.11",
"@angular/platform-browser-dynamic": "~13.3.11",
"@angular/router": "~13.3.11",
"@awesome-cordova-plugins/media": "^6.1.0",
"@capacitor-firebase/messaging": "^6.2.0",
"@capacitor/android": "^6.0.0",
"@capacitor/app": "^6.0.0",
"@capacitor/core": "^6.0.0",
"@capacitor/haptics": "^6.0.0",
"@capacitor/ios": "^6.0.0",
"@capacitor/keyboard": "^6.0.0",
"@capacitor/share": "^6.0.0",
"@capacitor/status-bar": "^6.0.0",
"@ionic-native/core": "^5.0.0",
"@ionic-native/http": "^5.9.0",
"@ionic-native/in-app-browser": "^5.12.0",
"@ionic-native/splash-screen": "^5.0.0",
"@ionic/angular": "^6.2.1",
"@ionic/cordova-builders": "^7.0.0",
"@ionic/core": "^6.2.1",
"@ionic/storage": "^3.0.6",
"@ionic/storage-angular": "^3.0.6",
"cordova-android": "^9.0.0",
"cordova-plugin-advanced-http": "^2.1.1",
"cordova-plugin-device": "2.0.2",
"cordova-plugin-file": "^6.0.1",
"cordova-plugin-media": "^6.1.0",
"cordova-sqlite-storage": "^6.0.0",
"core-js": "^2.5.4",
"firebase": "^10.14.1",
"localforage-cordovasqlitedriver": "^1.8.0",
"ngx-masonry": "^1.1.4",
"rxjs": "^6.6.0",
"tslib": "^2.0.0",
"xcode": "^3.0.1",
"xml-js": "^1.6.11",
"zone.js": "~0.11.7"
},
"devDependencies": {
"@angular-devkit/build-angular": "~13.3.9",
"@angular-eslint/builder": "13.5.0",
"@angular-eslint/eslint-plugin": "13.5.0",
"@angular-eslint/eslint-plugin-template": "13.5.0",
"@angular-eslint/schematics": "13.5.0",
"@angular-eslint/template-parser": "13.5.0",
"@angular/cli": "~13.3.9",
"@angular/compiler": "~13.3.11",
"@angular/compiler-cli": "~13.3.11",
"@angular/language-service": "~13.3.11",
"@capacitor/cli": "^6.0.0",
"@ionic/angular-toolkit": "^7.0.0",
"@types/jasmine": "~3.3.8",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
"@typescript-eslint/eslint-plugin": "5.27.1",
"@typescript-eslint/parser": "5.27.1",
"codelyzer": "^6.0.1",
"copyfiles": "^2.1.1",
"cordova-android": "^9.1.0",
"cordova-ios": "^6.2.0",
"cordova-plugin-device": "^2.0.2",
"cordova-plugin-inappbrowser": "^5.0.0",
"es6-promise-plugin": "^4.2.2",
"eslint": "^8.17.0",
"jasmine-core": "~3.8.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.7.0",
"protractor": "~7.0.0",
"standard-version": "^7.0.0",
"ts-node": "~7.0.0",
"tslint": "~6.1.0",
"typescript": "~4.6.4"
},
"description": "An Ionic project",
"cordova": {
"plugins": {
"cordova-plugin-device": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-ionic-keyboard": {},
"cordova-plugin-advanced-http": {
"OKHTTP_VERSION": "3.10.0"
},
"cordova-sqlite-storage": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-ionic-webview": {}
},
"platforms": [
"android",
"ios"
]
}
}