Skip to content

Instantly share code, notes, and snippets.

@vrdriver
Created January 11, 2024 11:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vrdriver/5e50f62a088b4c0521313012d141be2c to your computer and use it in GitHub Desktop.
Save vrdriver/5e50f62a088b4c0521313012d141be2c to your computer and use it in GitHub Desktop.
{
"name": "aap",
"version": "2.2.0",
"author": "me",
"homepage": "",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"capacitor:sync:after": "node ./configCordovaPlugin.js"
},
"private": true,
"dependencies": {
"@angular-devkit/architect": "^0.1502.9",
"@angular-devkit/build-angular": "^15.2.9",
"@angular/animations": "^15.2.9",
"@angular/common": "^15.2.9",
"@angular/core": "^15.2.9",
"@angular/forms": "^15.2.9",
"@angular/platform-browser": "~15.2.9",
"@angular/platform-browser-dynamic": "~15.2.9",
"@angular/platform-server": "~15.2.9",
"@angular/router": "~15.2.9",
"@awesome-cordova-plugins/core": "6.6.0",
"@awesome-cordova-plugins/youtube-video-player": "^5.41.0",
"@capacitor/android": "next",
"@capacitor/app": "next",
"@capacitor/core": "next",
"@capacitor/haptics": "next",
"@capacitor/ios": "next",
"@capacitor/keyboard": "next",
"@capacitor/status-bar": "next",
"@ionic-native/core": "^5.36.0",
"@ionic-native/document-viewer": "^5.36.0",
"@ionic-native/file": "^5.36.0",
"@ionic-native/file-opener": "^5.36.0",
"@ionic-native/file-transfer": "^5.36.0",
"@ionic-native/http": "^5.36.0",
"@ionic-native/in-app-browser": "^5.36.0",
"@ionic-native/network": "^5.36.0",
"@ionic-native/splash-screen": "^5.36.0",
"@ionic-native/sqlite": "^5.36.0",
"@ionic-native/status-bar": "^5.36.0",
"@ionic-native/toast": "^5.36.0",
"@ionic-native/youtube-video-player": "^5.36.0",
"@ionic/angular": "^6.0.16",
"@ionic/angular-server": "^6.0.16",
"@ionic/storage": "^2.3.1",
"@ngx-translate/core": "^13.0.0",
"@ngx-translate/http-loader": "^6.0.0",
"android.support.v4": "21.0.1",
"cordova-plugin-whitelist": "1.3.5",
"file-saver": "^2.0.5",
"fsevents": "^2.3.2",
"globalthis": "^1.0.3",
"minimatch": "^3.1.2",
"ngx-extended-pdf-viewer": "^17.2.0",
"rxjs": "^6.6.7",
"semver": "^7.5.3",
"terser": "^5.17.1",
"tslib": "^2.3.1",
"xml2js": "^0.5.0",
"zone.js": "~0.11.5"
},
"devDependencies": {
"@capacitor/assets": "^2.0.4",
"@capacitor/cli": "next",
"@ionic/angular-toolkit": "^6.0.0",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "^2.0.10",
"@types/node": "^12.11.1",
"cordova-plugin-advanced-http": "^3.3.1",
"cordova-plugin-device": "^2.1.0",
"cordova-plugin-document-viewer": "^1.0.0",
"cordova-plugin-file": "^6.0.2",
"cordova-plugin-file-transfer": "git+https://github.com/apache/cordova-plugin-file-transfer.git",
"cordova-plugin-inappbrowser": "^4.1.0",
"cordova-plugin-music-controls2": "git+https://github.com/ghenry22/cordova-plugin-music-controls2.git",
"cordova-plugin-network-information": "^2.0.2",
"cordova-plugin-splashscreen": "^5.0.4",
"cordova-plugin-statusbar": "^2.4.3",
"cordova-plugin-x-toast": "^2.7.3",
"cordova-plugin-youtube-video-player": "github:vrdriver/CordovaYoutubeVideoPlayer",
"cordova-sqlite-storage": "^6.1.0",
"jasmine-core": "~3.8.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.2",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"typescript": "^4.9.5"
},
"description": "",
"cordova": {
"plugins": {
"cordova-sqlite-storage": {},
"cordova-plugin-advanced-http": {},
"cordova-plugin-network-information": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-device": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-ionic-webview": {},
"cordova-plugin-ionic-keyboard": {},
"cordova-plugin-file": {},
"cordova-plugin-document-viewer": {},
"cordova-plugin-x-toast": {},
"cordova-plugin-androidx": {},
"cordova-plugin-androidx-adapter": {},
"cordova-plugin-file-transfer": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-youtube-video-player": {}
},
"platforms": []
},
"browserslist": [
"Chrome >=61",
"ChromeAndroid >=61",
"Firefox >=63",
"Firefox ESR",
"Edge >=79",
"Safari >=13",
"iOS >=13"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment