mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
* chore(apps): add modal-navigation-app for ui testing * test(e2e): add modal-navigation app * test(apps): remove modal-navigation-app The app has been moved to `e2e/modal-navigation`. * chore: include e2e folder to npm scripts * docs: include e2e folder to DevelopmentWorkflow.md * chore(e2e): update .gitignore * fix(e2e): relative paths * chore(e2e): update package.json * test(e2e): add change root view to modal-navigation * test(e2e): set androidTabsPosition to botton * chore(e2e): add VSCode launch.json config * docs(e2e): delete LICENSE and README.md files * refactor(e2e): rename modal-tab-page to modal-tab-root * test(e2e): update iOS launch screen
29 lines
658 B
JSON
29 lines
658 B
JSON
{
|
|
"description": "NativeScript Application",
|
|
"license": "SEE LICENSE IN <your-license-filename>",
|
|
"readme": "NativeScript Application",
|
|
"repository": "<fill-your-repository-here>",
|
|
"nativescript": {
|
|
"id": "org.nativescript.modalnavigation",
|
|
"tns-ios": {
|
|
"version": "3.4.1"
|
|
},
|
|
"tns-android": {
|
|
"version": "3.4.1"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"nativescript-theme-core": "~1.0.4",
|
|
"tns-core-modules": "*"
|
|
},
|
|
"devDependencies": {
|
|
"babel-traverse": "6.26.0",
|
|
"babel-types": "6.26.0",
|
|
"babylon": "6.18.0",
|
|
"lazy": "1.0.11",
|
|
"nativescript-dev-typescript": "~0.6.0",
|
|
"tns-platform-declarations": "*",
|
|
"typescript": "~2.4.2"
|
|
}
|
|
}
|