-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.52 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.52 KB
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
{
"name": "mobile-pinely-template",
"version": "1.0.0",
"main": "./src/app/main.tsx",
"scripts": {
"start": "npx expo start --port 5151",
"start:custom": "npx expo start --port",
"format": "prettier --write .",
"test": "jest",
"android": "npx expo start --android --port 5151",
"ios": "npm run patch-autosizing-stack && npx expo start --ios --port 5151",
"dev": "bash scripts/dev.sh",
"dev-2": "bash scripts/dev-2.sh",
"autosizing": "node scripts/patch-autosizing-stack.js",
"prebuild:ios": "npm run patch-autosizing-stack",
"build:ios": "npm run prebuild:ios && eas build --platform ios"
},
"dependencies": {
"@expo/metro-runtime": "~5.0.5",
"@expo/vector-icons": "^14.1.0",
"@gorhom/bottom-sheet": "^5.1.2",
"@likashefqet/react-native-image-zoom": "^4.3.0",
"@react-native-async-storage/async-storage": "2.1.2",
"@react-native-community/blur": "^4.4.1",
"@react-native-community/datetimepicker": "8.4.1",
"@react-native-community/netinfo": "^11.4.1",
"@react-navigation/bottom-tabs": "^7.2.0",
"@react-navigation/material-top-tabs": "^7.2.2",
"@react-navigation/native": "^7.0.14",
"@react-navigation/native-stack": "^7.3.13",
"@shopify/flash-list": "1.7.6",
"axios": "^1.7.9",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"eventemitter3": "^5.0.1",
"expo": "~53.0.23",
"expo-av": "~15.1.7",
"expo-blur": "~14.1.4",
"expo-clipboard": "~7.1.3",
"expo-haptics": "~14.1.4",
"expo-image-manipulator": "~13.1.7",
"expo-media-library": "~17.1.6",
"expo-splash-screen": "~0.30.8",
"expo-status-bar": "~2.2.3",
"i18next": "^24.2.2",
"lottie-react-native": "7.2.2",
"mobx": "^6.13.5",
"mobx-react-lite": "^4.1.1",
"react": "19.0.0",
"react-i18next": "^15.4.0",
"react-native": "0.79.5",
"react-native-dotenv": "^3.4.11",
"react-native-gesture-handler": "~2.24.0",
"react-native-international-phone-number": "^0.8.6",
"react-native-mmkv": "^2.11.0",
"react-native-reanimated": "3.17.5",
"react-native-safe-area-context": "5.4.0",
"react-native-screens": "~4.11.1",
"react-native-svg": "15.11.2",
"react-native-url-polyfill": "^2.0.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/react": "~19.0.10",
"babel-plugin-module-resolver": "^5.0.2",
"babel-plugin-react-compiler": "^1.0.0",
"eslint-plugin-react-compiler": "^19.1.0-rc.2",
"expo-build-properties": "~0.14.6",
"typescript": "~5.8.3"
},
"private": true
}