I need to use this plugin but with an old version (V-5.4), Is there any way to use it?
"nativescript": {
"id": "....",
"tns-ios": {
"version": "5.4.2"
},
"tns-android": {
"version": "5.4.0"
}
},
"dependencies": {
"@angular/animations": "~8.0.0",
"@angular/common": "~8.0.0",
"@angular/compiler": "~8.0.0",
"@angular/core": "~8.0.0",
"@angular/forms": "~8.0.0",
"@angular/http": "~8.0.0-beta.10",
"@angular/platform-browser": "~8.0.0",
"@angular/platform-browser-dynamic": "~8.0.0",
"@angular/router": "~8.0.0",
"@ngtools/webpack": "^8.3.23",
"@ngx-translate/core": "^11.0.1",
"@ngx-translate/http-loader": "^4.0.0",
"@nstudio/nativescript-cardview": "^1.0.0",
"@nstudio/nativescript-floatingactionbutton": "^1.0.1",
"@types/crypto-js": "^3.1.43",
"@types/d3-ease": "^1.0.8",
"@types/node": "^12.7.3",
"buffer": "^5.4.2",
"crypto-js": "^3.1.9-1",
"d3-ease": "^1.0.5",
"md5": "^2.2.1",
"moment": "^2.24.0",
"nativescript-angular": "~8.0.0",
"nativescript-appversion": "^1.4.2",
"nativescript-background-http": "^3.4.1",
"nativescript-camera": "^4.5.0",
"nativescript-geolocation": "^5.1.0",
"nativescript-imagepicker": "^7.0.0",
"nativescript-intl": "^3.0.0",
"nativescript-loading-indicator": "^2.5.2",
"nativescript-mapbox": "^4.3.1",
"nativescript-mqtt": "^1.2.0",
"nativescript-oauth2": "^2.1.0",
"nativescript-permissions": "^1.3.6",
"nativescript-plugin-firebase": "^9.0.0",
"nativescript-social-share": "^1.5.2",
"nativescript-sqlite": "^2.3.3",
"nativescript-theme-core": "~1.0.4",
"nativescript-toast": "^2.0.0",
"nativescript-ui-chart": "^4.0.2",
"nativescript-ui-dataform": "^3.6.0",
"nativescript-ui-listview": "^6.4.2",
"nativescript-ui-sidedrawer": "~6.0.0",
"nativescript-unit-test-runner": "^0.6.4",
"reflect-metadata": "~0.1.12",
"rxjs": "^6.5.4",
"rxjs-compat": "^6.5.4",
"tns-core-modules": "~5.4.0",
"zone.js": "~0.9.1"
},
"devDependencies": {
"@angular/compiler-cli": "~8.0.0",
"@types/karma-chai": "0.1.1",
"@types/mocha": "5.2.7",
"chai": "4.2.0",
"codelyzer": "~4.5.0",
"karma": "4.2.0",
"karma-chai": "0.1.0",
"karma-mocha": "1.3.0",
"karma-nativescript-launcher": "0.4.0",
"karma-webpack": "4.0.2",
"mocha": "6.1.4",
"nativescript-dev-sass": "^1.7.0",
"nativescript-dev-typescript": "~0.10.0",
"nativescript-dev-webpack": "^0.24.1",
"tslint": "~5.11.0",
"@ngtools/webpack": "8.0.0"
},
...
}
I need to use this plugin but with an old version (V-5.4), Is there any way to use it?