-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.2 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.2 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
{
"name": "ChargebeeReactNativeExample",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"pods": "pod-install --quiet",
"bundle-android": "react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res"
},
"dependencies": {
"@chargebee/react-native-chargebee": "^2.4.3",
"@eva-design/eva": "^2.1.1",
"@react-native-async-storage/async-storage": "^1.19.0",
"@react-navigation/native": "^6.1.4",
"@react-navigation/native-stack": "^6.9.10",
"@ui-kitten/components": "^5.1.2",
"react": "18.2.0",
"react-native": "0.74.0",
"react-native-gesture-handler": "2.9.0",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "3.20.0",
"react-native-svg": "^13.8.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/preset-env": "^7.14.0",
"@babel/runtime": "^7.12.5",
"@ui-kitten/metro-config": "^5.1.2",
"babel-plugin-module-resolver": "^4.1.0",
"metro-react-native-babel-preset": "0.73.5"
}
}