101 lines
2.9 KiB
JSON
101 lines
2.9 KiB
JSON
{
|
|
"name": "openvidu-ionic",
|
|
"version": "2.22.0",
|
|
"author": "OpenVidu",
|
|
"homepage": "https://openvidu.io/",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng serve",
|
|
"build": "ng build",
|
|
"test": "ng test",
|
|
"lint": "ng lint",
|
|
"e2e": "ng e2e"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@angular/common": "13.1.3",
|
|
"@angular/core": "13.1.3",
|
|
"@angular/forms": "13.1.3",
|
|
"@angular/platform-browser": "13.1.3",
|
|
"@angular/platform-browser-dynamic": "13.1.3",
|
|
"@angular/router": "13.1.3",
|
|
"@ionic-native/android-permissions": "5.36.0",
|
|
"@ionic-native/core": "5.36.0",
|
|
"@ionic-native/splash-screen": "5.36.0",
|
|
"@ionic-native/status-bar": "5.36.0",
|
|
"@ionic/angular": "6.0.3",
|
|
"compare-func": "2.0.0",
|
|
"cordova-android": "10.1.1",
|
|
"cordova-browser": "6.0.0",
|
|
"cordova-ios": "6.2.0",
|
|
"cordova-plugin-android-permissions": "1.1.3",
|
|
"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.21",
|
|
"cordova-plugin-splashscreen": "6.0.0",
|
|
"cordova-plugin-statusbar": "3.0.0",
|
|
"core-js": "3.20.3",
|
|
"openvidu-browser": "2.20.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.1301.4",
|
|
"@angular-devkit/build-angular": "13.1.3",
|
|
"@angular-devkit/core": "13.1.3",
|
|
"@angular-devkit/schematics": "13.1.3",
|
|
"@angular-eslint/eslint-plugin": "13.0.1",
|
|
"@angular/cli": "13.1.3",
|
|
"@angular/compiler": "13.1.3",
|
|
"@angular/compiler-cli": "13.1.3",
|
|
"@angular/language-service": "13.1.3",
|
|
"@ionic/angular-toolkit": "5.0.3",
|
|
"@types/jasmine": "3.10.3",
|
|
"@types/jasminewd2": "2.0.10",
|
|
"@types/node": "17.0.10",
|
|
"@typescript-eslint/eslint-plugin": "^4.28.2",
|
|
"@typescript-eslint/parser": "^4.28.2",
|
|
"codelyzer": "6.0.2",
|
|
"eslint": "^7.30.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-import": "^2.23.4",
|
|
"jasmine-core": "3.8.0",
|
|
"jasmine-spec-reporter": "7.0.0",
|
|
"karma": "6.3.4",
|
|
"karma-chrome-launcher": "3.1.0",
|
|
"karma-coverage-istanbul-reporter": "3.0.3",
|
|
"karma-jasmine": "4.0.1",
|
|
"karma-jasmine-html-reporter": "1.6.0",
|
|
"protractor": "7.0.0",
|
|
"ts-node": "10.0.0",
|
|
"tslib": "2.3.1",
|
|
"typescript": "4.4.4"
|
|
},
|
|
"description": "An Ionic project",
|
|
"cordova": {
|
|
"plugins": {
|
|
"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"
|
|
]
|
|
}
|
|
}
|