-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.58 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
{
"name": "movie-play",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "eslint src --max-warnings=0"
},
"dependencies": {
"@config-plugins/react-native-google-cast": "^5.0.0",
"@expo-google-fonts/poppins": "^0.2.2",
"@gorhom/bottom-sheet": "^4",
"@hookform/resolvers": "^3.1.0",
"@react-native-community/slider": "^4.4.2",
"@react-native-voice/voice": "^3.2.4",
"@react-navigation/bottom-tabs": "^6.5.2",
"@react-navigation/native": "^6.1.1",
"@react-navigation/stack": "^6.3.10",
"@types/react": "~18.0.27",
"@types/react-native": "~0.70.6",
"axios": "^1.2.2",
"expo": "~48.0.15",
"expo-av": "~13.2.1",
"expo-file-system": "~15.2.2",
"expo-font": "~11.1.1",
"expo-image-picker": "~14.1.1",
"expo-linear-gradient": "~12.1.2",
"expo-screen-orientation": "~5.1.1",
"expo-splash-screen": "~0.18.2",
"expo-status-bar": "~1.4.4",
"expo-updates": "~0.16.4",
"lottie-react-native": "5.1.4",
"phosphor-react-native": "^1.1.2",
"polished": "^4.2.2",
"react": "18.2.0",
"react-hook-form": "^7.43.9",
"react-native": "0.71.8",
"react-native-gesture-handler": "~2.9.0",
"react-native-google-cast": "^4.6.2",
"react-native-iphone-x-helper": "^1.3.1",
"react-native-lightbox-v2": "^0.9.0",
"react-native-reanimated": "~2.14.4",
"react-native-responsive-fontsize": "^0.5.1",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-snap-carousel-v4": "^1.0.1",
"react-native-svg": "13.4.0",
"react-native-toast-message": "^2.1.6",
"react-native-webview": "11.26.0",
"react-native-youtube-iframe": "^2.2.2",
"react-query": "^3.39.3",
"styled-components": "^5.3.6",
"typescript": "^4.9.4",
"zod": "^3.21.4"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/styled-components-react-native": "^5.2.0",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-import-helpers": "^1.3.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.8.1",
"react-native-svg-transformer": "^1.0.0"
},
"private": true
}