99 lines
2.9 KiB
JSON
99 lines
2.9 KiB
JSON
{
|
|
"name": "openvidu-ionic-capacitor",
|
|
"version": "2.17.0",
|
|
"author": "OpenVidu",
|
|
"homepage": "https://openvidu.io/",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng serve",
|
|
"build": "ionic build",
|
|
"sync": "npx cap sync"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@angular/common": "11.2.9",
|
|
"@angular/core": "11.2.9",
|
|
"@angular/forms": "11.2.9",
|
|
"@angular/platform-browser": "11.2.9",
|
|
"@angular/platform-browser-dynamic": "11.2.9",
|
|
"@angular/router": "11.2.9",
|
|
"@capacitor/android": "2.4.7",
|
|
"@capacitor/core": "2.4.7",
|
|
"@capacitor/ios": "2.4.7",
|
|
"@ionic-native/android-permissions": "5.32.0",
|
|
"@ionic-native/core": "5.32.0",
|
|
"@ionic-native/splash-screen": "5.32.0",
|
|
"@ionic-native/status-bar": "5.32.0",
|
|
"@ionic/angular": "5.6.4",
|
|
"cordova-android": "9.1.0",
|
|
"cordova-browser": "6.0.0",
|
|
"cordova-ios": "6.2.0",
|
|
"cordova-plugin-android-permissions": "1.1.2",
|
|
"cordova-plugin-device": "2.0.3",
|
|
"cordova-plugin-ionic-keyboard": "2.2.0",
|
|
"cordova-plugin-ionic-webview": "5.0.0",
|
|
"cordova-plugin-iosrtc": "6.0.20",
|
|
"cordova-plugin-splashscreen": "6.0.0",
|
|
"cordova-plugin-statusbar": "2.4.3",
|
|
"cordova-plugin-whitelist": "1.3.4",
|
|
"core-js": "3.10.1",
|
|
"openvidu-browser": "2.22.0",
|
|
"rxjs": "6.6.7",
|
|
"xcode": "3.0.1",
|
|
"zone.js": "0.11.4"
|
|
},
|
|
"optionalDependencies": {
|
|
"ios-deploy": "1.11.4"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/architect": "0.1102.8",
|
|
"@angular-devkit/build-angular": "0.1102.8",
|
|
"@angular-devkit/core": "11.2.8",
|
|
"@angular-devkit/schematics": "11.2.8",
|
|
"@angular/cli": "11.2.8",
|
|
"@angular/compiler": "11.2.9",
|
|
"@angular/compiler-cli": "11.2.9",
|
|
"@angular/language-service": "11.2.9",
|
|
"@capacitor/cli": "2.4.7",
|
|
"@ionic/angular-toolkit": "3.1.1",
|
|
"@types/jasmine": "3.6.9",
|
|
"@types/jasminewd2": "2.0.8",
|
|
"@types/node": "14.14.37",
|
|
"codelyzer": "6.0.1",
|
|
"jasmine-core": "3.7.1",
|
|
"jasmine-spec-reporter": "7.0.0",
|
|
"karma": "6.3.2",
|
|
"karma-chrome-launcher": "3.1.0",
|
|
"karma-coverage-istanbul-reporter": "3.0.3",
|
|
"karma-jasmine": "4.0.0",
|
|
"karma-jasmine-html-reporter": "1.5.4",
|
|
"protractor": "7.0.0",
|
|
"ts-node": "8.10.2",
|
|
"tslib": "1.11.1",
|
|
"tslint": "6.1.0",
|
|
"typescript": "4.1.5"
|
|
},
|
|
"description": "An Ionic project",
|
|
"cordova": {
|
|
"plugins": {
|
|
"cordova-plugin-whitelist": {},
|
|
"cordova-plugin-statusbar": {},
|
|
"cordova-plugin-device": {},
|
|
"cordova-plugin-splashscreen": {},
|
|
"cordova-plugin-ionic-webview": {
|
|
"ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+"
|
|
},
|
|
"cordova-plugin-ionic-keyboard": {},
|
|
"cordova-plugin-android-permissions": {},
|
|
"cordova-plugin-iosrtc": {
|
|
"MANUAL_INIT_AUDIO_DEVICE": "FALSE"
|
|
}
|
|
},
|
|
"platforms": [
|
|
"browser",
|
|
"android",
|
|
"ios"
|
|
]
|
|
}
|
|
}
|