@wavemaker-ai/rn-app 1.0.0-rc.647469

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,106 @@
1
+ {
2
+ "name": "wm-rn-app-template",
3
+ "version": "1.0.0",
4
+ "main": "index.js",
5
+ "scripts": {
6
+ "start": "expo start",
7
+ "android": "expo start --android",
8
+ "ios": "expo start --ios",
9
+ "web": "expo start --web",
10
+ "eject": "expo eject",
11
+ "postinstall": "node ./scripts/post-build.js"
12
+ },
13
+ "dependencies": {
14
+ "@wavemaker-ai/app-rn-runtime": "1.0.0-rc.647469",
15
+ "@wavemaker-ai/variables": "1.0.0-rc.647469",
16
+ "@wavemaker-ai/rn-codegen": "1.0.0-rc.647469",
17
+ "@wavemaker/wavepulse-agent": "1.0.11",
18
+ "expo": "54.0.12",
19
+ "expo-build-properties": "1.0.9",
20
+ "@expo/vector-icons": "15.0.2",
21
+ "@expo/metro-runtime": "6.1.2",
22
+ "expo-font": "14.0.8",
23
+ "expo-file-system": "19.0.14",
24
+ "expo-camera": "17.0.8",
25
+ "expo-av": "16.0.7",
26
+ "expo-web-browser": "15.0.8",
27
+ "expo-device": "8.0.9",
28
+ "expo-network": "8.0.7",
29
+ "expo-location": "19.0.7",
30
+ "expo-localization": "17.0.7",
31
+ "expo-contacts": "15.0.8",
32
+ "expo-calendar": "15.0.7",
33
+ "expo-splash-screen": "31.0.10",
34
+ "expo-document-picker": "14.0.7",
35
+ "expo-constants": "18.0.9",
36
+ "expo-video": "3.0.11",
37
+ "expo-application": "7.0.7",
38
+ "@react-native/assets": "1.0.0",
39
+ "hermes-engine": "0.11.0",
40
+ "imask": "7.6.1",
41
+ "punycode": "2.3.1",
42
+ "react": "19.1.0",
43
+ "react-dom": "19.1.0",
44
+ "react-native": "0.81.4",
45
+ "react-native-web": "0.21.0",
46
+ "@react-native/assets-registry": "0.76.3",
47
+ "@react-native-async-storage/async-storage": "2.2.0",
48
+ "@react-native-community/netinfo": "11.4.1",
49
+ "react-native-gesture-handler": "2.28.0",
50
+ "react-native-reanimated": "4.1.1",
51
+ "react-native-bundle-splitter": "3.0.1",
52
+ "react-native-safe-area-context": "5.6.0",
53
+ "@react-native-community/datetimepicker": "8.4.4",
54
+ "@react-native-community/slider": "5.0.1",
55
+ "react-native-circular-progress": "1.4.1",
56
+ "@react-native-masked-view/masked-view": "0.3.2",
57
+ "react-native-svg": "15.12.1",
58
+ "react-native-ssl-public-key-pinning": "1.2.3",
59
+ "@wavemaker/react-native-ssl-publickey": "1.0.2",
60
+ "victory-native": "37.3.2",
61
+ "@react-navigation/native": "7.1.18",
62
+ "react-native-pager-view": "6.9.1",
63
+ "react-native-webview": "13.15.0",
64
+ "react-native-vector-icons": "10.2.0",
65
+ "@react-navigation/drawer": "7.5.8",
66
+ "react-native-screens": "4.16.0",
67
+ "react-native-svg-transformer": "1.5.0",
68
+ "lottie-react-native": "7.3.4",
69
+ "react-lottie-player": "2.1.0",
70
+ "react-native-mime-types": "2.5.0",
71
+ "expo-linear-gradient": "15.0.7",
72
+ "setimmediate": "1.0.5",
73
+ "react-native-restart": "0.0.27",
74
+ "@babel/core": "7.26.0",
75
+ "@babel/standalone": "7.26.3",
76
+ "@babel/plugin-syntax-jsx": "7.25.9",
77
+ "expo-image": "3.0.8",
78
+ "expo-blur": "15.0.7",
79
+ "expo-navigation-bar": "5.0.8",
80
+ "expo-sharing": "14.0.7",
81
+ "expo-clipboard": "8.0.7",
82
+ "expo-screen-capture": "8.0.8",
83
+ "expo-secure-store": "15.0.7",
84
+ "@react-native/metro-babel-transformer": "0.81.4",
85
+ "react-native-worklets": "0.5.1"
86
+ },
87
+ "devDependencies": {
88
+ "metro-minify-terser": "0.80.10",
89
+ "webpack-dev-middleware": "6.1.2",
90
+ "react-devtools-core": "4.28.5",
91
+ "esbuild-plugin-resolve": "1.0.3",
92
+ "@react-native/metro-config": "0.82.0",
93
+ "@babel/plugin-transform-class-static-block": "7.26.0",
94
+ "@babel/plugin-proposal-export-namespace-from": "7.18.9",
95
+ "babel-plugin-transform-remove-console": "6.9.4",
96
+ "@babel/plugin-proposal-optional-chaining": "7.21.0",
97
+ "@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
98
+ "@react-native-community/cli": "16.0.0",
99
+ "@types/babel__standalone": "7.1.7",
100
+ "@expo/config-plugins": "54.0.1"
101
+ },
102
+ "overrides": {
103
+ "@react-navigation/core": "7.16.1"
104
+ },
105
+ "private": true
106
+ }
package/package.json ADDED
@@ -0,0 +1,6 @@
1
+
2
+ {
3
+ "name": "@wavemaker-ai/rn-app",
4
+ "version": "1.0.0-rc.647469",
5
+ "description": "This package contains package lock files for WaveMaker generated React Native app."
6
+ }