-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
48 lines (48 loc) · 1.5 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"description": "NativeScript-Vue UI test application",
"license": "MIT",
"readme": "NativeScript-Vue UI test application",
"repository": "<fill-your-repository-here>",
"nativescript": {
"id": "org.nativescript.nativescriptvueuitests",
"tns-ios": {
"version": "5.3.1"
},
"tns-android": {
"version": "5.3.1"
}
},
"dependencies": {
"appium": "^1.12.1",
"nativescript-dev-appium": "^5.2.0",
"nativescript-vue": "^2.2.0",
"tns-core-modules": "^5.3.1",
"yargs": "^9.0.1"
},
"scripts": {
"appium": "node generate-screenshots.js",
"android.build": "tns build android --bundle",
"android.screenshots": "npm run appium -- --runType=android23",
"ci.android.screenshots": "npm run appium -- --runType=android23 --sauceLab=true",
"ci.ios.screenshots": "npm run appium -- --runType=ios-simulator103iPhone6",
"deploy": "bash deploy.sh",
"e2e": "mocha --opts ./e2e/config/mocha.opts",
"ios.build": "tns build ios --bundle",
"ios.screenshots": "npm run appium -- --runType=ios-simulator103iPhone6"
},
"devDependencies": {
"babel-traverse": "6.26.0",
"babel-types": "6.26.0",
"babylon": "6.18.0",
"lazy": "1.0.11",
"@types/chai": "^4.0.2",
"@types/mocha": "^2.2.41",
"@types/node": "^7.0.5",
"@babel/core": "~7.1.0",
"@babel/preset-env": "~7.1.0",
"babel-loader": "^8.0.5",
"nativescript-dev-webpack": "^0.21.0",
"nativescript-vue-template-compiler": "~2.2.0",
"vue-loader": "~15.4.0"
}
}