This repository has been archived by the owner on Jun 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.95 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
{
"name": "filmer",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"build-apk": "npx eas-cli build -p android --profile preview",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/webpack-config": "^19.0.1",
"@react-native-async-storage/async-storage": "1.21.0",
"@react-native-google-signin/google-signin": "^11.0.0",
"@react-navigation/bottom-tabs": "^6.5.11",
"@react-navigation/native": "^6.1.9",
"@react-navigation/native-stack": "^6.9.17",
"@types/babel__core": "^7.20.5",
"@types/react": "~18.2.55",
"@types/react-native-dotenv": "^0.2.2",
"axios": "^1.6.7",
"expo": "^50.0.6",
"expo-linear-gradient": "~12.7.1",
"expo-screen-orientation": "~6.4.1",
"expo-splash-screen": "~0.26.4",
"expo-status-bar": "~1.11.1",
"punycode": "^2.3.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.4",
"react-native-collapsible-header-views": "^1.1.2",
"react-native-gallery-swiper": "^1.26.4",
"react-native-gesture-handler": "~2.15.0",
"react-native-image-gallery": "^2.1.5",
"react-native-safe-area-context": "4.9.0",
"react-native-screens": "~3.29.0",
"react-native-shadow-2": "^7.0.8",
"react-native-super-grid": "^5.0.0",
"react-native-svg": "14.1.0",
"react-native-text-ticker": "^1.14.0",
"react-native-web": "~0.19.10",
"react-native-webview": "13.7.0",
"react-native-youtube-iframe": "^2.3.0",
"typescript": "^5.3.3"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@expo/config-types": "^50.0.0",
"@react-native-community/cli-platform-android": "12.3",
"@tsconfig/react-native": "^3.0.3",
"@types/jest": "^29.5.12",
"@types/react": "^18.2.46",
"@types/react-test-renderer": "^18.0.7",
"react-native-dotenv": "^3.4.9",
"typescript": "^5.3.3"
},
"private": true
}