Files
NativeScript/apps/automated/package.json
triniwiz 08cc81616f feat(android): update packages
use androidx exifinterface, use viewpager2,  update sdk , build tools, target sdk ,update fragment & transition versions
2020-07-28 08:26:59 -04:00

29 lines
874 B
JSON

{
"nativescript": {
"id": "org.nativescript.UnitTestApp",
"tns-android": {
"version": "6.5.3-20200708-01"
},
"tns-ios": {
"version": "6.5.2"
}
},
"main": "app.js",
"description": "NativeScript Application",
"license": "SEE LICENSE IN <your-license-filename>",
"repository": "<fill-your-repository-here>",
"scripts": {
"clean": "npx rimraf hooks node_modules platforms package-lock.json && npm i"
},
"dependencies": {
"nativescript-theme-core": "file:../../node_modules/nativescript-theme-core",
"@nativescript/core": "file:../../packages/core"
},
"devDependencies": {
"@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz",
"typescript": "file:../../node_modules/typescript"
},
"gitHead": "c06800e52ee1a184ea2dffd12a6702aaa43be4e3",
"readme": "NativeScript Application"
}