forked from stripe/stripe-terminal-react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.66 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
{
"name": "@stripe/stripe-terminal-react-native-example-app",
"version": "1.0.0",
"scripts": {
"android": "expo run:android",
"build:android:ci": "expo run:android --no-bundler",
"eject": "expo eject",
"ios": "expo run:ios",
"postinstall": "../dev-app/scripts/fixRN.sh",
"start": "expo start --dev-client",
"typescript": "tsc --noEmit",
"web": "expo start --web"
},
"expo": {
"autolinking": {
"exclude": [
"react-native-reanimated"
]
}
},
"dependencies": {
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-picker/picker": "2.4.0",
"@react-navigation/native": "^5.x",
"@react-navigation/stack": "^5.x",
"@stripe/stripe-terminal-react-native": "^0.0.1-beta.13",
"@types/jest": "^27.0.2",
"expo": "^45.0.3",
"expo-splash-screen": "~0.15.1",
"expo-status-bar": "~1.3.0",
"jest": "^26.6.3",
"postinstall-postinstall": "^2.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "0.68.2",
"react-native-config": "^1.4.5",
"react-native-gesture-handler": "2.10.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-reanimated": "~2.8.0",
"react-native-safe-area-context": "4.2.4",
"react-native-screens": "~3.11.1",
"react-native-web": "0.17.7"
},
"resolutions": {
"@types/react": "17.0.41"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/react": "~17.0.21",
"@types/react-native": "~0.67.6",
"babel-plugin-inline-dotenv": "^1.7.0",
"stripe": "^8.181.0",
"typescript": "^4.6.2"
},
"private": true
}