86 lines
2.5 KiB
JSON
86 lines
2.5 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": "14.0.3",
|
|
"@angular/core": "14.0.3",
|
|
"@angular/forms": "14.0.3",
|
|
"@angular/platform-browser": "14.0.3",
|
|
"@angular/platform-browser-dynamic": "14.0.3",
|
|
"@angular/router": "14.0.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.1.11",
|
|
"@ionic/cordova-builders": "^6.1.0",
|
|
"compare-func": "2.0.0",
|
|
"cordova-android": "10.1.2",
|
|
"cordova-ios": "6.2.0",
|
|
"cordova-plugin-android-permissions": "1.1.3",
|
|
"cordova-plugin-device": "2.1.0",
|
|
"cordova-plugin-ionic-keyboard": "2.2.0",
|
|
"cordova-plugin-ionic-webview": "5.0.0",
|
|
"cordova-plugin-splashscreen": "6.0.1",
|
|
"cordova-plugin-statusbar": "3.0.0",
|
|
"core-js": "3.23.3",
|
|
"openvidu-browser": "2.22.0",
|
|
"rxjs": "7.5.5",
|
|
"xcode": "3.0.1",
|
|
"zone.js": "0.11.6"
|
|
},
|
|
"optionalDependencies": {
|
|
"ios-deploy": "1.11.4"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/architect": "0.1400.3",
|
|
"@angular-devkit/build-angular": "14.0.3",
|
|
"@angular-devkit/core": "14.0.3",
|
|
"@angular-devkit/schematics": "14.0.3",
|
|
"@angular-eslint/eslint-plugin": "14.0.0",
|
|
"@angular/cli": "14.0.3",
|
|
"@angular/compiler": "14.0.3",
|
|
"@angular/compiler-cli": "14.0.3",
|
|
"@angular/language-service": "14.0.3",
|
|
"@ionic/angular-toolkit": "^6.1.0",
|
|
"@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",
|
|
"ts-node": "10.0.0",
|
|
"tslib": "2.3.1",
|
|
"typescript": "4.6.2"
|
|
},
|
|
"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": {}
|
|
},
|
|
"platforms": [
|
|
"android",
|
|
"ios"
|
|
]
|
|
}
|
|
}
|