| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -17,9 +17,13 @@ | |||
| 17 | 17 | "tns-core-modules": "next" | |
| 18 | 18 | }, | |
| 19 | 19 | "devDependencies": { | |
| 20 | + "@types/chai": "~4.1.3", | ||
| 21 | + "@types/mocha": "~5.2.1", | ||
| 22 | + "@types/node": "^7.0.5", | ||
| 20 | 23 | "nativescript-dev-appium": "next", | |
| 21 | 24 | "nativescript-dev-typescript": "next", | |
| 22 | - "nativescript-dev-webpack": "next" | ||
| 25 | + "nativescript-dev-webpack": "next", | ||
| 26 | + "typescript": "^3.0.3" | ||
| 23 | 27 | }, | |
| 24 | 28 | "scripts": { | |
| 25 | 29 | "e2e": "tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json", | |
| Back | FazBrowse Home | New Git URL |
0 commit comments