-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.46 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
{
"name": "popcornhub",
"version": "1.1.0",
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@react-native-masked-view/masked-view": "0.3.1",
"@react-navigation/native": "^6.1.18",
"@react-navigation/stack": "^6.4.1",
"@vibrant/color": "^3.2.1-alpha.1",
"@vibrant/image": "^3.2.1-alpha.1",
"axios": "^1.7.7",
"expo": "~51.0.28",
"expo-av": "~14.0.7",
"expo-blur": "~13.0.2",
"expo-linear-gradient": "~13.0.2",
"expo-status-bar": "~1.12.1",
"loaders.css": "^0.1.2",
"lottie-react-native": "^7.0.0",
"react": "18.2.0",
"react-loaders": "^3.0.1",
"react-native": "0.74.5",
"react-native-dotenv": "^3.4.11",
"react-native-gesture-handler": "~2.16.1",
"react-native-reanimated-carousel": "^3.5.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-svg": "15.2.0",
"react-native-vector-icons": "^10.2.0",
"react-native-video": "^6.7.0",
"react-native-webview": "13.8.6",
"react-spinners": "^0.14.1",
"twrnc": "^4.5.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.45",
"@types/react-native-vector-icons": "^6.4.18",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"typescript": "^5.1.3"
},
"private": true
}