98 lines
2.8 KiB
JSON
98 lines
2.8 KiB
JSON
{
|
|
"name": "openvidu-ionic",
|
|
"version": "0.0.1",
|
|
"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": "7.2.6",
|
|
"@angular/core": "7.2.6",
|
|
"@angular/forms": "7.2.6",
|
|
"@angular/http": "7.2.6",
|
|
"@angular/platform-browser": "7.2.6",
|
|
"@angular/platform-browser-dynamic": "7.2.6",
|
|
"@angular/router": "7.2.6",
|
|
"@ionic-native/android-permissions": "5.2.0",
|
|
"@ionic-native/core": "5.2.0",
|
|
"@ionic-native/splash-screen": "5.2.0",
|
|
"@ionic-native/status-bar": "5.2.0",
|
|
"@ionic/angular": "4.0.2",
|
|
"@ionic/angular-toolkit": "^1.4.0",
|
|
"cordova-android": "8.0.0",
|
|
"cordova-browser": "6.0.0",
|
|
"cordova-ios": "5.0.0",
|
|
"cordova-plugin-android-permissions": "1.0.0",
|
|
"cordova-plugin-device": "2.0.2",
|
|
"cordova-plugin-ionic-keyboard": "2.1.3",
|
|
"cordova-plugin-ionic-webview": "4.0.0",
|
|
"cordova-plugin-iosrtc": "4.0.2",
|
|
"cordova-plugin-splashscreen": "5.0.2",
|
|
"cordova-plugin-statusbar": "2.4.2",
|
|
"cordova-plugin-whitelist": "1.3.3",
|
|
"core-js": "2.6.5",
|
|
"ios-deploy": "1.9.4",
|
|
"openvidu-browser": "2.8.0",
|
|
"rxjs": "6.4.0",
|
|
"xcode": "1.0.0",
|
|
"zone.js": "0.8.29"
|
|
},
|
|
"optionalDependencies": {
|
|
"ios-deploy": "1.9.4"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/architect": "0.13.2",
|
|
"@angular-devkit/build-angular": "0.12.4",
|
|
"@angular-devkit/core": "7.3.2",
|
|
"@angular-devkit/schematics": "7.3.2",
|
|
"@angular/cli": "7.3.2",
|
|
"@angular/compiler": "7.2.6",
|
|
"@angular/compiler-cli": "7.2.6",
|
|
"@angular/language-service": "7.2.6",
|
|
"@ionic/ng-toolkit": "1.1.0",
|
|
"@ionic/schematics-angular": "1.0.7",
|
|
"@types/jasmine": "3.3.9",
|
|
"@types/jasminewd2": "2.0.6",
|
|
"@types/node": "11.9.4",
|
|
"codelyzer": "4.5.0",
|
|
"jasmine-core": "3.3.0",
|
|
"jasmine-spec-reporter": "4.2.1",
|
|
"karma": "4.0.0",
|
|
"karma-chrome-launcher": "2.2.0",
|
|
"karma-coverage-istanbul-reporter": "2.0.5",
|
|
"karma-jasmine": "2.0.1",
|
|
"karma-jasmine-html-reporter": "1.4.0",
|
|
"protractor": "5.4.2",
|
|
"ts-node": "7.0.1",
|
|
"tslint": "5.11.0",
|
|
"typescript": "3.1.3"
|
|
},
|
|
"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": {}
|
|
},
|
|
"platforms": [
|
|
"android",
|
|
"ios",
|
|
"browser"
|
|
]
|
|
}
|
|
}
|