-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
146 lines (146 loc) · 5.88 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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"name": "nativeIntegration",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest",
"appium:start": "appium --allow-insecure chromedriver_autodownload",
"cleanup": "rm -rf node_modules && yarn cache clean --force && watchman watch-del-all",
"clean-start": "yarn start -- --reset-cache",
"clean:report": "rimraf target && rm -fr reporter/*.html && rm -fr reporter/json rm -fr reporter/*json && rm -fr reporter/report",
"update:app": "sh scripts/ios.sh",
"update:apk": "sh scripts/android.sh",
"test:execute:ios:local": "wdio config/wdio.ios.app.conf.ts --cucumberOpts.tags '@test'",
"test:execute:ios:bs.sms-otp.ipa": "wdio config/wdio.ios.app.bs.sms-otp.ts --cucumberOpts.tags '@bs_sms_otp'",
"test:execute:ios:bs.ipa": "wdio config/wdio.ios.app.bs.ts --cucumberOpts.tags '@test'",
"test:execute:android:bs:sms-otp.apk": "wdio config/wdio.android.app.bs.sms-otp.ts --cucumberOpts.tags'@bs_sms_otp'",
"test:execute:android:bs.apk": "wdio config/wdio.android.app.bs.ts --cucumberOpts.tags '@test'",
"test:execute:android:local": "wdio config/wdio.android.app.conf.ts --cucumberOpts.tags '@test'",
"report:allure": "allure generate ./allure-results --clean && allure open",
"report:cucumber": "node reporter/index.js && open reporter/cucumber_report.html",
"postinstall": "husky install",
"format:check": "prettier --check \"**/*.{js, jsx, yml, yaml, json, css, cscc, md, ts}\"",
"format": "prettier --write \"**/*.{js, jsx, yml, yaml, json, css, cscc, md,ts}\""
},
"dependencies": {
"@babel/plugin-proposal-decorators": "^7.21.0",
"@babel/preset-flow": "^7.18.6",
"@babel/preset-react": "^7.18.6 ",
"@babel/preset-typescript": "^7.18.6",
"@babel/runtime": "^7.23.8",
"@haul-bundler/cli": "^0.23.0",
"@react-native-async-storage/async-storage": "^1.18.1",
"@react-native-community/checkbox": "^0.5.16",
"@react-native-community/cli-platform-android": "^12.3.2",
"@react-native-firebase/app": "^19.0.1",
"@react-native-masked-view/masked-view": "^0.2.8",
"@react-native-picker/picker": "^2.6.1",
"@react-native/metro-config": "^0.73.3",
"@react-navigation/native": "^6.1.6",
"@react-navigation/stack": "^6.3.16",
"@serenity-js/web": "^3.15.0",
"@serenity-js/webdriverio": "^3.15.0",
"@testing-library/react-native": "^9.1.0",
"@types/jquery": "^3.5.16",
"add": "^2.0.6",
"axios": "^1.3.5",
"babel-plugin-transform-typescript-metadata": "^0.3.2",
"chalk": "^5.0.1",
"cross-env": "^7.0.3",
"cucumber-html-reporter": "^6.0.0",
"fs-extra": "^10.1.0",
"google-libphonenumber": "^3.2.32",
"libphonenumber-js": "1.10.9",
"metro-react-native-babel-transformer": "^0.77.0",
"moment": "^2.29.4",
"multiple-cucumber-html-reporter": "^1.20.0",
"node-fetch": "2.6.1",
"react": "^18.2.0",
"react-native": "0.73.5",
"react-native-asset": "^2.1.0",
"react-native-auth0": "^2.3.1",
"react-native-background-timer": "^2.4.1",
"react-native-device-info": "^10.6.0",
"react-native-gesture-handler": "^2.15.0",
"react-native-gradle-plugin": "^0.71.19",
"react-native-pager-view": "^6.2.3",
"react-native-picker-select": "^9.0.0",
"react-native-reanimated": "^3.7.1",
"react-native-safe-area-context": "^4.8.2",
"react-native-screens": "^3.29.0",
"react-native-select-picker-dropdown": "^3.3.9",
"react-native-sensitive-info": "^5.5.8",
"react-native-sms-retriever": "^1.1.1",
"react-native-svg-transformer": "^1.3.0",
"react-native-webview": "^11.26.1"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@react-native-community/eslint-config": "^3.2.0",
"@react-native/js-polyfills": "^0.74.0",
"@react-native/metro-babel-transformer": "^0.73.13",
"@serenity-js/assertions": "^3.15.0",
"@serenity-js/console-reporter": "^3.15.0",
"@serenity-js/core": "^3.15.0",
"@serenity-js/cucumber": "^3.15.0",
"@serenity-js/rest": "^3.15.0",
"@serenity-js/serenity-bdd": "^3.15.0",
"@tsconfig/react-native": "^3.0.2",
"@types/jest": "^29.5.3",
"@types/node": "^18.11.9",
"@types/react": "^18.0.28",
"@types/react-native": "^0.71.3",
"@types/react-native-vector-icons": "^6.4.10",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"@wdio/allure-reporter": "^8.28.6",
"@wdio/appium-service": "^8.28.6",
"@wdio/browserstack-service": "^8.28.6",
"@wdio/cli": "^8.28.6",
"@wdio/cucumber-framework": "^8.28.6",
"@wdio/local-runner": "^8.28.6",
"@wdio/spec-reporter": "^8.28.6",
"babel-jest": "^29.4.3",
"dotenv": "^10.0.0",
"eslint": "^8.19.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-unicorn": "^40.1.0",
"eslint-plugin-unused-imports": "^2.0.0",
"eslint-plugin-wdio": "^8.24.12",
"expect-webdriverio": "^4.8.1",
"husky": "^8.0.3",
"is-ci": "^3.0.0",
"jest": "^29.2.1",
"metro-config": "^0.80.4",
"metro-react-native-babel-preset": "0.73.9",
"metro-runtime": "^0.80.4",
"npm-failsafe": "^1.2.0",
"prettier": "^3.0.2",
"react-native-dotenv": "^3.4.2",
"react-test-renderer": "18.2.0",
"rimraf": "^3.0.2",
"ts-jest": "^29.0.5",
"ts-node": "^10.4.0",
"twilio": "^3.67.1",
"typescript": "^5.3.3",
"wdio-chromedriver-service": "^8.1.1",
"wdio-cucumberjs-json-reporter": "^5.1.8",
"webdriverio": "^8.28.6"
},
"jest": {
"preset": "react-native",
"transformIgnorePatterns": [
"node_modules/(?!(jest-)?@?react-native|@react-native-community|@react-navigation)"
],
"setupFiles": [
"<rootDir>/jest.setup.js"
]
}
}