forked from hkbus/mobile-bus-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.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.8.1",
"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": "^51.0.32",
"expo-build-properties": "~0.12.5",
"expo-linking": "~6.3.1",
"expo-location": "~17.0.1",
"expo-notifications": "~0.28.16",
"expo-status-bar": "~1.12.1",
"expo-task-manager": "~11.8.2",
"expo-tracking-transparency": "~4.0.2",
"expo-updates": "~0.25.24",
"lodash.throttle": "^4.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.5",
"react-native-safe-area-context": "4.10.5",
"react-native-url-polyfill": "^2.0.0",
"react-native-web": "~0.19.10",
"react-native-webview": "13.8.6"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@types/lodash.throttle": "^4.1.9",
"@types/react": "~18.2.79",
"@types/react-native": "^0.72.2",
"prettier": "^3.1.1",
"typescript": "~5.3.3"
},
"private": true
}