-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.53 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
{
"name": "cordova-plugin-chooser-lab",
"version": "0.0.1",
"author": "Maxim Belov",
"homepage": "https://github.com/MaximBelov/cordova-plugin-chooser-lab",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"cleanUp": "rm -rf {platforms,plugins}",
"build:android": "ionic cordova build android",
"run:android": "ionic cordova run android",
"build:ios": "ionic cordova build ios",
"run:ios": "ionic cordova run ios --emulator"
},
"private": true,
"dependencies": {
"@angular/common": "14.2.0",
"@angular/core": "14.2.0",
"@angular/forms": "14.2.0",
"@angular/platform-browser": "14.2.0",
"@angular/platform-browser-dynamic": "14.2.0",
"@angular/router": "14.2.0",
"awesome-cordova-plugins-chooser": "5.45.1",
"@awesome-cordova-plugins/file": "5.45.0",
"@awesome-cordova-plugins/core": "5.45.0",
"@awesome-cordova-plugins/splash-screen": "5.45.0",
"@awesome-cordova-plugins/status-bar": "5.45.0",
"@ionic/angular": "6.2.5",
"cordova-android": "11.0.0",
"cordova-ios": "6.2.0",
"core-js": "3.25.0",
"rxjs": "7.5.6",
"tslib": "2.4.0",
"zone.js": "0.11.8"
},
"devDependencies": {
"@angular-devkit/architect": "0.1402.1",
"@angular-devkit/build-angular": "14.2.1",
"@angular-devkit/core": "14.2.1",
"@angular-devkit/schematics": "14.2.1",
"@angular/cli": "14.2.1",
"@angular/compiler": "14.2.0",
"@angular/compiler-cli": "14.2.0",
"@angular/language-service": "14.2.0",
"@ionic/angular-toolkit": "7.0.0",
"@ionic/cordova-builders": "7.0.0",
"@types/node": "18.7.15",
"ajv": "8.8.2",
"cordova-plugin-add-swift-support": "^2.0.2",
"cordova-plugin-chooser": "git+https://github.com/MaximBelov/cordova-plugin-chooser.git#1.4.0-dev",
"cordova-plugin-device": "2.1.0",
"cordova-plugin-file": "7.0.0",
"cordova-plugin-ionic-keyboard": "^2.2.0",
"cordova-plugin-ionic-webview": "5.0.0",
"cordova-plugin-statusbar": "3.0.0",
"ts-node": "10.9.1",
"tslint": "6.1.3",
"typescript": "4.8.2"
},
"description": "A demo application",
"cordova": {
"plugins": {
"cordova-plugin-statusbar": {},
"cordova-plugin-device": {},
"cordova-plugin-ionic-webview": {},
"cordova-plugin-ionic-keyboard": {},
"cordova-plugin-chooser": {},
"cordova-plugin-file": {
"ANDROIDX_WEBKIT_VERSION": "1.4.0"
}
},
"platforms": [
"ios",
"android"
]
}
}