-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
41 lines (41 loc) · 1.15 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
{
"name": "hkbus-app",
"version": "2.9.2",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@react-native-async-storage/async-storage": "1.23.1",
"expo": "^52.0.7",
"expo-build-properties": "~0.13.1",
"expo-linking": "~7.0.2",
"expo-location": "~18.0.1",
"expo-notifications": "~0.29.8",
"expo-splash-screen": "~0.29.11",
"expo-status-bar": "~2.0.0",
"expo-task-manager": "~12.0.3",
"expo-tracking-transparency": "~5.0.0",
"expo-updates": "~0.26.7",
"lodash.throttle": "^4.1.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.2",
"react-native-safe-area-context": "4.12.0",
"react-native-url-polyfill": "^2.0.0",
"react-native-web": "~0.19.13",
"react-native-webview": "13.12.4"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@types/lodash.throttle": "^4.1.9",
"@types/react": "~18.3.12",
"prettier": "^3.1.1",
"typescript": "~5.3.3"
},
"private": true
}