-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 2.11 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 2.11 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
{
"name": "busticketapp",
"license": "0BSD",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/vector-icons": "^14.0.4",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/datetimepicker": "^8.2.0",
"@react-native-community/netinfo": "^11.4.1",
"@react-native-firebase/app": "^21.6.1",
"@react-native-firebase/auth": "^21.6.1",
"@react-native-voice/voice": "^3.2.4",
"@react-navigation/native": "^7.0.14",
"@react-navigation/stack": "^7.1.1",
"axios": "^1.7.9",
"expo": "~52.0.20",
"expo-blur": "^14.0.1",
"expo-build-properties": "~0.13.1",
"expo-constants": "~17.0.3",
"expo-linear-gradient": "^14.0.1",
"expo-print": "^14.0.2",
"expo-sharing": "^13.0.0",
"expo-sqlite": "^15.0.3",
"expo-status-bar": "~2.0.0",
"firebase": "^11.1.0",
"lucide-react": "^0.469.0",
"react": "18.3.1",
"react-native": "0.76.5",
"react-native-animatable": "^1.4.0",
"react-native-bluetooth-escpos-printer": "^0.0.5",
"react-native-chart-kit": "^6.12.0",
"react-native-dotenv": "^3.4.11",
"react-native-dropdown-picker": "^5.4.6",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "~2.20.2",
"react-native-html-to-pdf": "^0.12.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-linear-gradient": "^2.8.3",
"react-native-mask-text": "^0.14.2",
"react-native-paper": "^5.12.5",
"react-native-permissions": "^4.1.5",
"react-native-qrcode-svg": "^6.3.12",
"react-native-reanimated": "^3.16.6",
"react-native-safe-area-context": "^4.12.0",
"react-native-screens": "^4.4.0",
"react-native-share": "^12.0.3",
"react-native-svg": "15.8.0"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true,
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}