forked from saucelabs/my-demo-app-rn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
123 lines (123 loc) · 4.93 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "my-demo-app-rn",
"version": "1.3.0",
"private": true,
"scripts": {
"android.clean": "cd android && ./gradlew clean && cd .. ",
"android.dev": "yarn version.apps --target android && yarn android.clean && react-native run-android",
"android.release": "yarn version.apps --target android && cd android && ./gradlew clean && ./gradlew assembleRelease",
"clean": "react-native-clean-project",
"clear.cache": "watchman watch-del-all && rm -rf $TMPDIR/react-* && rm -rf $TMPDIR/metro* && rm -rf $TMPDIR/haste-*",
"ios.dev": "yarn version.apps --target ios && react-native run-ios",
"ios.release.sim.build": "yarn version.apps --target ios && react-native run-ios --configuration Release",
"ios.pods": "cd ios && pod install && cd ..",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"postversion": "react-native-version",
"prepush": "npm run lint",
"start": "yarn version.apps && react-native start",
"test.unit": "jest",
"test.e2e.android.local.emu": "npx wdio __tests__/e2e/configs/wdio.android.local.emu.conf.ts",
"test.e2e.android.sauce.emu.eu": "REGION=eu npx wdio __tests__/e2e/configs/wdio.android.sauce.emu.conf.ts",
"test.e2e.android.sauce.emu.us": "npx wdio __tests__/e2e/configs/wdio.android.sauce.emu.conf.ts",
"test.e2e.android.sauce.rdc.eu": "RDC=true REGION=eu npx wdio __tests__/e2e/configs/wdio.android.sauce.rdc.conf.ts",
"test.e2e.android.sauce.rdc.us": "RDC=true npx wdio __tests__/e2e/configs/wdio.android.sauce.rdc.conf.ts",
"test.e2e.ios.local.sim": "npx wdio __tests__/e2e/configs/wdio.ios.local.sim.conf.ts",
"test.e2e.ios.sauce.rdc.eu": "RDC=true REGION=eu npx wdio __tests__/e2e/configs/wdio.ios.sauce.rdc.conf.ts",
"test.e2e.ios.sauce.rdc.us": "RDC=true npx wdio __tests__/e2e/configs/wdio.ios.sauce.rdc.conf.ts",
"test.e2e.ios.sauce.sim.eu": "REGION=eu npx wdio __tests__/e2e/configs/wdio.ios.sauce.sim.conf.ts",
"test.e2e.ios.sauce.sim.us": "npx wdio __tests__/e2e/configs/wdio.ios.sauce.sim.conf.ts",
"version.apps": "npx react-native-version --never-amend"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.17.3",
"@react-native-community/cameraroll": "^4.1.2",
"@react-native-community/masked-view": "^0.1.11",
"@react-navigation/bottom-tabs": "^6.0.9",
"@react-navigation/drawer": "^6.1.8",
"@react-navigation/native": "^6.0.6",
"@react-navigation/stack": "^6.0.11",
"card-validator": "^8.1.1",
"expo": "^44.0.3",
"expo-local-authentication": "^12.1.0",
"fbjs": "^3.0.2",
"i18n-js": "^3.8.0",
"react": "17.0.2",
"react-native": "0.66.4",
"react-native-bootsplash": "^4.0.2",
"react-native-camera": "^4.2.1",
"react-native-fs": "^2.18.0",
"react-native-geolocation-service": "^5.3.0-beta.4",
"react-native-gesture-handler": "^2.1.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-localize": "^2.1.7",
"react-native-permissions": "^3.2.0",
"react-native-qrcode-scanner": "^1.5.4",
"react-native-reanimated": "^2.3.1",
"react-native-safe-area-context": "^3.3.2",
"react-native-screens": "^3.10.1",
"react-native-signature-canvas": "^4.3.0",
"react-native-testfairy": "2.54.0",
"react-native-vector-icons": "^9.0.0",
"react-native-version-number": "^0.3.6",
"react-native-webview": "^11.15.0",
"react-native-youtube-iframe": "^2.2.2",
"rn-fetch-blob": "^0.12.0"
},
"expo": {
"autolinking": {
"exclude": [
"expo-file-system",
"expo-application",
"expo-asset",
"expo-constants",
"expo-font",
"expo-keep-awake"
]
}
},
"devDependencies": {
"@babel/core": "^7.16.5",
"@babel/preset-typescript": "^7.16.5",
"@babel/runtime": "^7.16.5",
"@react-native-community/eslint-config": "^2.0.0",
"@types/i18n-js": "^3.8.2",
"@types/jest": "^27.0.3",
"@types/mocha": "^9.0.0",
"@types/react-native": "^0.66.10",
"@types/react-native-vector-icons": "^6.4.10",
"@types/react-test-renderer": "^17.0.1",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"@wdio/appium-service": "^7.16.11",
"@wdio/cli": "^7.16.12",
"@wdio/local-runner": "^7.16.12",
"@wdio/mocha-framework": "^7.16.11",
"@wdio/sauce-service": "^7.16.12",
"@wdio/spec-reporter": "^7.16.11",
"babel-jest": "^27.4.5",
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
"eslint": "^7.14.0",
"eslint-plugin-wdio": "^7.4.2",
"jest": "^27.4.5",
"metro-react-native-babel-preset": "^0.66.2",
"react-native-clean-project": "^3.6.7",
"react-native-version": "^4.0.0",
"react-test-renderer": "17.0.2",
"ts-node": "^10.4.0",
"typescript": "^4.4.4"
},
"resolutions": {
"@types/react": "^17"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
}
}