-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 3.01 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
83
84
85
86
87
88
{
"main": "node_modules/expo/AppEntry.js",
"homepage": "https://noovies.netlify.com/",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"deploy": "netlify deploy --prod --dir web-build",
"predeploy": "expo build:web"
},
"dependencies": {
"@expo/vector-icons": "^10.0.0",
"@fortawesome/fontawesome-free": "^5.15.1",
"@react-native-async-storage/async-storage": "^1.13.2",
"@react-native-community/audio-toolkit": "^2.0.3",
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/picker": "1.6.6",
"@react-native-community/push-notification-ios": "^1.6.1",
"@react-native-community/slider": "3.0.3",
"@react-navigation/bottom-tabs": "^5.9.2",
"@react-navigation/native": "^5.7.6",
"@react-navigation/stack": "^5.9.3",
"alarm": "^2.0.0",
"antd": "^4.9.4",
"axios": "^0.19.2",
"cors": "^2.8.5",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-react-native": "^3.10.0",
"expo": "^39.0.0",
"expo-asset": "~8.2.0",
"expo-av": "~8.6.0",
"expo-background-fetch": "~8.5.0",
"expo-blur": "^8.2.2",
"expo-calendar": "~8.5.0",
"expo-font": "~8.3.0",
"expo-keep-awake": "~8.3.0",
"expo-linking": "^1.0.4",
"expo-task-manager": "~8.5.0",
"expo-web-browser": "~8.5.0",
"gh-pages": "^2.2.0",
"lottie-web": "^5.7.3",
"prettier": "^2.1.2",
"prop-types": "^15.7.2",
"react": "16.13.1",
"react-dark-mode-toggle": "0.0.10",
"react-dom": "16.13.1",
"react-mobile-picker-scroll": "^0.2.14",
"react-native": "https://github.com/expo/react-native/archive/sdk-39.0.3.tar.gz",
"react-native-app-intro-slider": "^4.0.4",
"react-native-appearance": "~0.3.3",
"react-native-calendars": "^1.403.0",
"react-native-dark-mode": "^0.2.2",
"react-native-elements": "^3.1.0",
"react-native-expo-image-cache": "^4.1.0",
"react-native-gesture-handler": "~1.7.0",
"react-native-modal": "^11.6.1",
"react-native-modal-datetime-picker": "^9.0.0",
"react-native-paper": "^4.2.0",
"react-native-reanimated": "~1.13.0",
"react-native-responsive-screen": "^1.4.1",
"react-native-safe-area-context": "3.1.4",
"react-native-screens": "~2.10.1",
"react-native-scrollable-tab-view": "^1.0.0",
"react-native-swiper": "^1.6.0",
"react-native-text-ticker": "^1.10.0",
"react-native-underline-tabbar": "^1.3.6",
"react-native-vector-icons": "^7.1.0",
"react-native-web": "~0.13.7",
"react-native-web-swiper": "^2.1.0",
"react-native-webview": "10.7.0",
"react-redux": "^7.2.1",
"react-sticky": "^6.0.3",
"redux": "^4.0.5",
"set-timer": "^2.1.4",
"styled-components": "^5.2.0",
"tmdb": "^2.6.0",
"toggle-switch-react-native": "^2.3.0"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"babel-preset-expo": "^8.3.0",
"eslint": "^7.12.1",
"eslint-plugin-react": "^7.21.5"
},
"private": true
}