97 lines
2.8 KiB
JSON
97 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.0.1",
|
|
"@angular/core": "7.0.1",
|
|
"@angular/forms": "7.0.1",
|
|
"@angular/http": "7.0.1",
|
|
"@angular/platform-browser": "7.0.1",
|
|
"@angular/platform-browser-dynamic": "7.0.1",
|
|
"@angular/router": "7.0.1",
|
|
"@ionic-native/android-permissions": "5.0.0-beta.21",
|
|
"@ionic-native/core": "5.0.0-beta.21",
|
|
"@ionic-native/splash-screen": "5.0.0-beta.21",
|
|
"@ionic-native/status-bar": "5.0.0-beta.21",
|
|
"@ionic/angular": "4.0.0-beta.13",
|
|
"cordova-android": "7.1.1",
|
|
"cordova-browser": "5.0.4",
|
|
"cordova-ios": "4.5.5",
|
|
"cordova-plugin-android-permissions": "^1.0.0",
|
|
"cordova-plugin-device": "^2.0.2",
|
|
"cordova-plugin-ionic-keyboard": "^2.1.3",
|
|
"cordova-plugin-ionic-webview": "^2.2.5",
|
|
"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.5.7",
|
|
"ios-deploy": "1.9.4",
|
|
"openvidu-browser": "2.8.0",
|
|
"rxjs": "6.3.3",
|
|
"xcode": "1.0.0",
|
|
"zone.js": "0.8.26"
|
|
},
|
|
"optionalDependencies": {
|
|
"ios-deploy": "1.9.4"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/architect": "0.10.3",
|
|
"@angular-devkit/build-angular": "0.10.3",
|
|
"@angular-devkit/core": "7.0.3",
|
|
"@angular-devkit/schematics": "7.0.3",
|
|
"@angular/cli": "7.0.3",
|
|
"@angular/compiler": "7.0.1",
|
|
"@angular/compiler-cli": "7.0.1",
|
|
"@angular/language-service": "7.0.1",
|
|
"@ionic/ng-toolkit": "1.1.0",
|
|
"@ionic/schematics-angular": "1.0.7",
|
|
"@types/jasmine": "2.8.9",
|
|
"@types/jasminewd2": "2.0.5",
|
|
"@types/node": "10.12.0",
|
|
"codelyzer": "4.5.0",
|
|
"jasmine-core": "3.3.0",
|
|
"jasmine-spec-reporter": "4.2.1",
|
|
"karma": "3.1.1",
|
|
"karma-chrome-launcher": "2.2.0",
|
|
"karma-coverage-istanbul-reporter": "2.0.4",
|
|
"karma-jasmine": "1.1.2",
|
|
"karma-jasmine-html-reporter": "1.3.1",
|
|
"protractor": "5.4.1",
|
|
"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"
|
|
]
|
|
}
|
|
}
|