-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.14 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.14 KB
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
{
"name": "@adyen/react-native-example",
"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",
"pod": "cd ios && bundle exec pod update"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^2.1.2",
"@react-navigation/native": "^7.0.9",
"@react-navigation/native-stack": "^7.3.3",
"react": "19.0.0",
"react-native": "^0.78.0",
"react-native-safe-area-context": "^5.4.1",
"react-native-screens": "4.11.1"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@react-native-community/cli": "15.0.1",
"@react-native-community/cli-platform-android": "15.0.1",
"@react-native-community/cli-platform-ios": "15.0.1",
"@react-native/babel-preset": "^0.78.2",
"@react-native/metro-config": "^0.78.2",
"@react-native/typescript-config": "^0.78.2",
"@types/react": "^19.0.0",
"react-native-builder-bob": "^0.40.11"
},
"engines": {
"node": ">=18"
}
}