-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.27 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
{
"name": "rn_native",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"prettier": "prettier -l --write 'src/**/*.{ts,tsx}'",
"prettier-sdk": "prettier -l --write 'sdk/**/*.{ts,tsx}'",
"prettier-check": "prettier -l 'src/**/*.{ts,tsx}'",
"prettier-check-sdk": "prettier -l 'sdk/**/*.{ts,tsx}'",
"build-android": "eas build --platform android --profile preview",
"build-ios": "eas build --platform ios --profile production"
},
"dependencies": {
"@react-native-async-storage/async-storage": "1.18.2",
"@react-navigation/bottom-tabs": "6.5.20",
"@react-navigation/native": "6.1.17",
"@react-navigation/native-stack": "6.9.26",
"axios": "1.7.2",
"eventemitter3": "5.0.1",
"expo": "49.0.22",
"expo-av": "13.4.1",
"expo-document-picker": "11.5.4",
"expo-image-picker": "14.3.2",
"expo-location": "16.1.0",
"expo-media-library": "15.4.1",
"expo-status-bar": "1.6.0",
"lodash-es": "4.17.21",
"mobx": "4.15.7",
"mobx-react": "6.3.1",
"qs": "6.12.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.10",
"react-native-actionsheet": "^2.4.2",
"react-native-markdown-display": "7.0.2",
"react-native-pager-view": "6.2.0",
"react-native-render-html": "6.3.4",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "3.22.0",
"react-native-svg": "15.4.0",
"react-native-tab-view": "3.5.2",
"react-native-toast-message": "2.1.6",
"react-native-webview": "13.2.2"
},
"devDependencies": {
"@babel/core": "7.20.12",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@expo/webpack-config": "19.0.0",
"@tsconfig/react-native": "3.0.5",
"@types/jest": "29.5.12",
"@types/lodash": "4.17.4",
"@types/react": "18.2.14",
"@types/react-native": "0.69.6",
"@types/react-test-renderer": "18.0.7",
"cors": "2.8.5",
"express": "4.19.2",
"http-proxy-middleware": "3.0.0",
"prettier": "2.7.1",
"react-native-web": "0.19.6",
"typescript": "5.4.5"
},
"resolutions": {
"@types/react": "17.0.43"
},
"private": true
}