-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.9 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
{
"name": "frontend-native-app",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start --clear",
"update:production:all": "eas update --channel main --platform all --clear-cache --non-interactive",
"build:production:android": "eas build --profile main --platform android --clear-cache --non-interactive",
"build:production:ios": "eas build --profile main --platform ios --clear-cache --non-interactive",
"build:production:all": "eas build --profile main --platform all --clear-cache --non-interactive"
},
"dependencies": {
"@react-native-async-storage/async-storage": "1.23.1",
"@react-navigation/bottom-tabs": "^6.5.11",
"@react-navigation/drawer": "^6.7.2",
"@react-navigation/native": "^6.1.9",
"@react-navigation/native-stack": "^6.11.0",
"@reduxjs/toolkit": "^2.2.7",
"axios": "^1.7.7",
"expo": "~51.0.32",
"expo-clipboard": "~6.0.3",
"expo-font": "~12.0.7",
"expo-navigation-bar": "~3.0.6",
"expo-splash-screen": "~0.27.5",
"expo-status-bar": "~1.12.1",
"expo-updates": "~0.25.17",
"jwt-decode": "^3.1.2",
"react": "18.2.0",
"react-native": "0.74.3",
"react-native-gesture-handler": "~2.16.1",
"react-native-get-random-values": "~1.11.0",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-svg": "15.2.0",
"react-native-webview": "13.8.6",
"react-redux": "^9.1.2",
"uuid": "^10.0.0"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@types/react": "~18.2.79",
"@types/react-redux": "^7.1.33",
"@types/uuid": "^10.0.0",
"babel-plugin-react-native-web": "^0.19.12",
"metro-react-native-babel-preset": "^0.77.0",
"react-dom": "18.2.0",
"react-native-web": "0.19.12",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "~5.3.3"
}
}