mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
* chore(e2e): add @types as devDependencies Update `tsconfig.json` file. * fix-next(frame): remove current entry fragment on reset root view * refactor(e2e): undo skip tab root tests * refactor(frame): extract disposeCurrentFragment() method Extract the common logic from _onRootViewReset() and onUnloaded() methods to avoid code duplication.
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
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": "next"
|
|
},
|
|
"tns-android": {
|
|
"version": "next"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"nativescript-theme-core": "~1.0.4",
|
|
"tns-core-modules": "next"
|
|
},
|
|
"devDependencies": {
|
|
"awesome-typescript-loader": "~3.1.3",
|
|
"babel-traverse": "6.26.0",
|
|
"babel-types": "6.26.0",
|
|
"babylon": "6.18.0",
|
|
"copy-webpack-plugin": "~4.3.0",
|
|
"css-loader": "~0.28.7",
|
|
"extract-text-webpack-plugin": "~3.0.2",
|
|
"lazy": "1.0.11",
|
|
"nativescript-dev-appium": "next",
|
|
"nativescript-dev-typescript": "next",
|
|
"nativescript-dev-webpack": "next",
|
|
"nativescript-worker-loader": "~0.8.1",
|
|
"raw-loader": "~0.5.1",
|
|
"resolve-url-loader": "~2.2.1",
|
|
"typescript": "~2.4.2",
|
|
"uglifyjs-webpack-plugin": "~1.1.6",
|
|
"webpack": "~3.10.0",
|
|
"webpack-bundle-analyzer": "^2.9.1",
|
|
"webpack-sources": "~1.1.0",
|
|
"@types/chai": "^4.0.2",
|
|
"@types/mocha": "^2.2.41",
|
|
"@types/node": "^7.0.5"
|
|
},
|
|
"scripts": {
|
|
"e2e": "tsc -p e2e && mocha --opts ./e2e/config/mocha.opts",
|
|
"e2e-watch": "tsc -p e2e --watch"
|
|
}
|
|
}
|