forked from callstack/react-native-pager-view
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.74 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
{
"name": "react-native-pager-view-example",
"description": "Example app for react-native-pager-view",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"get:testbutler": "curl -f -o ./test-butler-app.apk https://repo1.maven.org/maven2/com/linkedin/testbutler/test-butler-app/2.2.1/test-butler-app-2.2.1.apk",
"detox:ios:build:release": "detox build -c ios.sim.release",
"detox:ios:test:release": "detox test -c ios.sim.release",
"detox:android:build:release": "detox build -c android.emu.release",
"detox:android:test:release": "yarn get:testbutler && detox test --configuration android.emu.release --loglevel trace --headless --take-screenshots failing",
"detox:android:build:debug": "detox build -c android.emu.debug",
"detox:android:test:debug": "detox test -c android.emu.debug"
},
"dependencies": {
"@react-native-community/masked-view": "^0.1.10",
"@react-navigation/native": "^5.8.10",
"@react-navigation/stack": "^5.12.8",
"react": "16.13.1",
"react-native": "0.63.4",
"react-native-animated-pagination-dots": "^0.1.51",
"react-native-gesture-handler": "^1.9.0",
"react-native-reanimated": "^2.3.1",
"react-native-safe-area-context": "^3.1.9",
"react-native-screens": "^2.16.1",
"react-native-tab-view": "^3.1.1"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/runtime": "^7.12.5",
"@types/detox": "^17.14.0",
"@types/jest": "^26.0.22",
"babel-plugin-module-resolver": "^4.0.0",
"detox": "^18.9.0",
"jest": "^26.6.3",
"jest-circus": "^26.6.3",
"metro-react-native-babel-preset": "^0.64.0",
"ts-jest": "^26.5.4"
}
}