-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.76 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.76 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
{
"name": "react-native-google-maps-plus-example",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "watchman watch-del-all && react-native start",
"ios:pods": "rm -f ios/Podfile.lock && rm -rf ios/Pods && cd ios && bundle install && bundle exec pod install --repo-update",
"build:android": "react-native build-android",
"build:ios": "react-native build-ios --mode Debug --extra-params 'CODE_SIGNING_ALLOWED=NO CODE_SIGNING_REQUIRED=NO'"
},
"dependencies": {
"@react-navigation/native": "7.2.2",
"@react-navigation/native-stack": "7.14.11",
"@react-navigation/stack": "7.8.10",
"react": "19.2.3",
"react-hook-form": "7.72.1",
"react-native": "0.85.2",
"react-native-clusterer": "5.0.2",
"react-native-gesture-handler": "2.31.1",
"react-native-google-maps-plus": "workspace:*",
"react-native-nitro-modules": "0.35.4",
"react-native-reanimated": "4.3.0",
"react-native-safe-area-context": "5.7.0",
"react-native-screens": "4.24.0",
"react-native-worklets": "0.8.1",
"superstruct": "2.0.2"
},
"devDependencies": {
"@babel/core": "7.29.0",
"@babel/preset-env": "7.29.2",
"@babel/runtime": "7.29.2",
"@react-native-community/cli": "20.1.3",
"@react-native-community/cli-platform-android": "20.1.3",
"@react-native-community/cli-platform-ios": "20.1.3",
"@react-native/babel-preset": "0.85.2",
"@react-native/metro-config": "0.85.2",
"@react-native/typescript-config": "0.85.2",
"@types/react": "19.2.14",
"babel-plugin-module-resolver": "5.0.3",
"react-native-builder-bob": "0.41.0",
"react-native-monorepo-config": "0.3.3"
},
"engines": {
"node": ">= 22.16.0"
}
}