mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
* feat: migrate support library namespaces to androidX * feat(tns-platform-declarations): update to androidX typings * chore(tests): migrate test apps to AndroidX * chore(tns-platform-declarations): update tsconfig to include androidx dts files * update package.json to androidx * chore(androidx): migrate forgotten support library namspaces * feat(tns-core-modules-widgets): migrate to AndroidX namespaces * chore(utils): update androidx namspace for getPaletteColor method * chore(apps): update tns-platform-declarations package * Update package.json
28 lines
652 B
JSON
28 lines
652 B
JSON
{
|
|
"description": "NativeScript Application",
|
|
"license": "SEE LICENSE IN <your-license-filename>",
|
|
"readme": "NativeScript Application",
|
|
"repository": "<fill-your-repository-here>",
|
|
"nativescript": {
|
|
"id": "org.nativescript.apps",
|
|
"tns-android": {
|
|
"version": "next"
|
|
},
|
|
"tns-ios": {
|
|
"version": "next"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"tns-core-modules": "*"
|
|
},
|
|
"devDependencies": {
|
|
"babel-traverse": "6.10.4",
|
|
"babel-types": "6.11.1",
|
|
"babylon": "6.8.3",
|
|
"lazy": "1.0.11",
|
|
"nativescript-dev-typescript": "next",
|
|
"tns-platform-declarations": "androidx",
|
|
"typescript": "^3.1.6"
|
|
}
|
|
}
|