This repository has been archived by the owner on Dec 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.18 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
{
"name": "app-sacocheio-tv",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"clear": "expo start --clear",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"build": "eas build -p android --profile preview"
},
"dependencies": {
"@expo-google-fonts/poppins": "^0.2.2",
"@expo-google-fonts/roboto": "^0.2.2",
"@react-native-async-storage/async-storage": "^1.17.10",
"@react-native-community/netinfo": "8.2.0",
"@react-native-community/slider": "4.2.1",
"@react-navigation/bottom-tabs": "^6.3.2",
"@react-navigation/native": "^6.0.11",
"@react-navigation/native-stack": "^6.7.0",
"@reduxjs/toolkit": "^1.8.5",
"axios": "^0.27.2",
"expo": "~45.0.0",
"expo-av": "~11.2.3",
"expo-clipboard": "~3.0.1",
"expo-file-system": "~14.0.0",
"expo-font": "~10.1.0",
"expo-linear-gradient": "~11.3.0",
"expo-linking": "~3.1.0",
"expo-secure-store": "~11.2.0",
"expo-splash-screen": "~0.15.1",
"expo-status-bar": "~1.3.0",
"expo-task-manager": "~10.2.1",
"expo-updates": "~0.13.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "0.68.2",
"react-native-cache": "^2.0.2",
"react-native-gesture-handler": "~2.2.1",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-marquee": "^0.4.0",
"react-native-modalize": "^2.1.1",
"react-native-reanimated": "~2.8.0",
"react-native-safe-area-context": "4.2.4",
"react-native-screens": "~3.11.1",
"react-native-shimmer-placeholder": "^2.0.9",
"react-native-svg": "^12.3.0",
"react-native-toast-message": "^2.1.5",
"react-native-web": "0.17.7",
"react-redux": "^8.0.4",
"redux": "^4.2.0",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/jest": "^28.1.4",
"@types/react": "^18.0.15",
"@types/react-native": "^0.69.2",
"@types/react-test-renderer": "^18.0.0",
"@types/styled-components-react-native": "^5.1.3",
"react-native-svg-transformer": "^1.0.0",
"typescript": "^4.7.4"
},
"private": true
}