-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 2.09 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 2.09 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "react-native-mobile-example",
"description": "Example app for react-native-mobile",
"version": "0.0.2",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"build:ios": "react-native bundle --entry-file='index.tsx' --bundle-output='./ios/main.jsbundle' --dev=false --platform='ios'",
"build:android": "react-native bundle --entry-file='index.tsx' --bundle-output='./android/app/src/main/assets/index.android.bundle' --assets-dest='./android/app/src/main/res' --dev=false --platform='android'"
},
"dependencies": {
"@cloudcare/react-native-mobile": "workspace:packages/react-native-mobile",
"@cloudcare/react-native-session-replay": "workspace:packages/react-native-session-replay",
"@react-native-async-storage/async-storage": "^1.24.0",
"@react-native-community/slider": "4.5.1",
"@react-native-picker/picker": "^2.11.2",
"@react-navigation/bottom-tabs": "^6.6.1",
"@react-navigation/drawer": "^6.3.1",
"@react-navigation/native": "^6.1.18",
"@react-navigation/native-stack": "^6.11.0",
"react": "18.2.0",
"react-native": "0.74.5",
"react-native-config": "1.5.9",
"react-native-gesture-handler": "2.18.1",
"react-native-gradle-plugin": "0.71.19",
"react-native-navigation": "7.40.1",
"react-native-reanimated": "3.15.0",
"react-native-safe-area-context": "^3.3.2",
"react-native-screens": "^3.0.0",
"react-native-webview": "^13.6.4"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.1.6",
"@babel/runtime": "^7.20.0",
"@cloudcare/react-native-mobile-cli": "file:../ft-react-native-mobile-cli-v1.0.0.tgz",
"@react-native/metro-config": "0.74.85",
"@react-native/typescript-config": "0.74.85",
"@types/react": "^18.2.6",
"babel-plugin-module-resolver": "^4.0.0",
"metro-react-native-babel-preset": "^0.72.1"
},
"engines": {
"node": ">=18"
},
"installConfig": {
"hoistingLimits": "dependencies"
},
"packageManager": "yarn@3.4.1"
}