{ "name": "app.padloc", "version": "4.0.0", "displayName": "Padloc", "private": true, "engines": { "node": "16.13.1", "npm": "8.2.0" }, "cordova": { "platforms": [ "ios", "android" ], "plugins": { "cordova-plugin-app-version": {}, "cordova-plugin-backbutton": {}, "ionic-plugin-keyboard": {}, "cordova-plugin-statusbar": {}, "cordova-clipboard": {}, "cordova-plugin-qrscanner": {}, "cordova-plugin-device": {}, "cordova-plugin-x-socialsharing": { "ANDROID_SUPPORT_V4_VERSION": "24.1.1+", "PHOTO_LIBRARY_ADD_USAGE_DESCRIPTION": "This app requires photo library access to function properly.", "PHOTO_LIBRARY_USAGE_DESCRIPTION": "This app requires photo library access to function properly." }, "cordova-plugin-splashscreen": {}, "cordova-plugin-ionic-webview": { "ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+" }, "cordova-plugin-fingerprint-aio": { "FACEID_USAGE_DESCRIPTION": " " }, "cordova-plugin-privacyscreen": {}, "cordova-plugin-inappbrowser": {}, "cordova-plugin-androidx-adapter": {} } }, "dependencies": { "@padloc/app": "4.0.0", "@padloc/core": "4.0.0", "cordova-clipboard": "1.3.0", "cordova-ios": "6.2.0", "cordova-plugin-add-swift-support": "2.0.2", "cordova-plugin-app-version": "~0.1.12", "cordova-plugin-backbutton": "~0.3.0", "cordova-plugin-device": "2.0.3", "cordova-plugin-inappbrowser": "5.0.0", "cordova-plugin-ionic-webview": "5.0.0", "cordova-plugin-privacyscreen": "0.4.0", "cordova-plugin-qrscanner": "3.0.1", "cordova-plugin-splashscreen": "6.0.0", "cordova-plugin-statusbar": "2.4.3", "cordova-plugin-x-socialsharing": "6.0.3", "cordova-plugin-androidx-adapter": "1.1.3", "cordova-plugin-fingerprint-aio": "4.0.2", "es6-promise-plugin": "4.2.2", "ionic-plugin-keyboard": "~2.2.1", "typescript": "4.4.3" }, "devDependencies": { "@types/cordova-plugin-qrscanner": "1.0.31", "clean-webpack-plugin": "3.0.0", "cordova": "10.0.0", "cordova-android": "10.1.0", "css-loader": "5.2.6", "file-loader": "6.2.0", "html-webpack-plugin": "5.3.1", "style-loader": "2.0.0", "ts-loader": "9.2.2", "ts-node": "10.0.0", "webpack": "5.38.1", "webpack-cli": "4.7.0", "sharp": "0.29.1", "raw-loader": "4.0.2" }, "scripts": { "build": "webpack", "start": "npm run build && cordova run" } }