-
Notifications
You must be signed in to change notification settings - Fork 74
/
Copy pathpackage.json
82 lines (82 loc) · 2.86 KB
/
package.json
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "rn3",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native start",
"local:android": "react-native run-android",
"local:android:prod": "react-native run-android --mode=release",
"build:android": "cd android && ./gradlew bundleRelease",
"clean:android": "cd android && rm -rf .gradle .idea build app/.cxx app/.gradle app/build app/release app/app.iml local.properties rn3.iml",
"postinstall": "patch-package && sync-dotenv"
},
"dependencies": {
"@invertase/react-native-apple-authentication": "2.4.x",
"@react-native-async-storage/async-storage": "^2.0.0",
"@react-native-community/progress-view": "^1.2.2",
"@react-native-google-signin/google-signin": "12.x",
"@react-navigation/elements": "^2.2.5",
"@react-navigation/native": "7.0.x",
"@react-navigation/native-stack": "^7.2.0",
"date-fns": "2.30.x",
"humanize-string": "3.x",
"lodash-es": "4.17.x",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.6",
"react-native-config": "1.5.x",
"react-native-date-picker": "^5.0.2",
"react-native-document-picker": "9.x",
"react-native-gesture-handler": "2.20.2",
"react-native-iap": "12.15.x",
"react-native-image-picker": "7.2.x",
"react-native-inappbrowser-reborn": "^3.5.1",
"react-native-keyboard-manager": "6.5.16-0",
"react-native-localize": "3.x",
"react-native-prompt-android": "^1.1.0",
"react-native-reanimated": "3.16.x",
"react-native-safe-area-context": "^5.0.0",
"react-native-screens": "^4.3.0",
"react-native-section-list-get-item-layout": "2.2.x",
"react-native-share": "^12.0.3",
"react-native-url-polyfill": "2.x",
"react-native-webview": "13.13.x",
"styled-components": "6.1.x",
"stylis": "^4.3.0"
},
"devDependencies": {
"@babel/core": "7.25.x",
"@babel/plugin-transform-react-constant-elements": "7.25.x",
"@babel/preset-env": "7.25.x",
"@babel/runtime": "7.25.x",
"@react-native-community/cli": "15.0.1",
"@react-native-community/cli-platform-android": "15.0.1",
"@react-native/babel-preset": "0.76.6",
"@react-native/eslint-config": "0.76.6",
"@react-native/metro-config": "0.76.6",
"babel-eslint": "^10.1.0",
"babel-plugin-lodash": "3.3.x",
"babel-plugin-module-resolver": "5.x",
"babel-plugin-transform-define": "2.x",
"babel-plugin-transform-remove-console": "6.x",
"eslint": "8.x",
"eslint-plugin-react": "^7.33.2",
"patch-package": "8.x",
"prop-types": "15.8.x",
"react-native-codegen": "0.71.x",
"sync-dotenv": "2.7.x"
},
"optionalDependencies": {
"@sentry/minimal": "6.x",
"localforage": "1.10.x",
"react-redux": "8.1.x",
"redux": "4.x",
"redux-persist": "6.0.x",
"redux-saga": "1.2.x",
"reselect": "4.x",
"seamless-immutable": "7.x"
},
"engines": {
"node": ">=16"
}
}