We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca00437 commit 9f23be1Copy full SHA for 9f23be1
1 file changed
e2e/modal-navigation/package.json
@@ -17,9 +17,13 @@
17
"tns-core-modules": "next"
18
},
19
"devDependencies": {
20
+ "@types/chai": "~4.1.3",
21
+ "@types/mocha": "~5.2.1",
22
+ "@types/node": "^7.0.5",
23
"nativescript-dev-appium": "next",
24
"nativescript-dev-typescript": "next",
- "nativescript-dev-webpack": "next"
25
+ "nativescript-dev-webpack": "next",
26
+ "typescript": "^3.0.3"
27
28
"scripts": {
29
"e2e": "tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json",
0 commit comments