mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
* Add css-perf app. * Style properties now check only properties that are set. Image utils module required on top (instead of in onMeasure) to improve performance. Remove try/catch block when Style applies native property. * fix tslint * Fix broken merge Update package.json version * Failed miserably - if the try/catch around applyProperty method is removed - TextField fails big time. TextField needs some good refactoring as well as calls to _updateTextDecoration & _updateTextTransform utils - setTextTransform & setTextDecoration should be split, typing support should be added.
25 lines
567 B
JSON
25 lines
567 B
JSON
{
|
|
"description": "NativeScript Application",
|
|
"license": "SEE LICENSE IN <your-license-filename>",
|
|
"readme": "NativeScript Application",
|
|
"repository": "<fill-your-repository-here>",
|
|
"nativescript": {
|
|
"id": "org.nativescript.tests",
|
|
"tns-ios": {
|
|
"version": "2.1.0"
|
|
},
|
|
"tns-android": {
|
|
"version": "2.1.1"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"tns-core-modules": "2.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"babel-traverse": "6.9.0",
|
|
"babel-types": "6.9.0",
|
|
"babylon": "6.8.0",
|
|
"filewalker": "0.1.2",
|
|
"lazy": "1.0.11"
|
|
}
|
|
} |