-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.27 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
{
"name": "location-alarm",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.19.1",
"expo": "~49.0.7",
"expo-location": "~16.1.0",
"expo-notifications": "^0.20.1",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"expo-task-manager": "^11.3.0",
"react": "18.2.0",
"react-native": "0.72.3",
"react-native-background-actions": "^3.0.0",
"react-native-background-timer": "^2.4.1",
"react-native-battery-optimization-check": "^1.0.8",
"react-native-paper": "^5.10.1",
"react-native-safe-area-context": "^4.7.1",
"react-native-sound": "^0.11.2",
"react-native-vector-icons": "^10.0.0",
"react-native-webview": "13.2.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@tsconfig/react-native": "^3.0.2",
"@types/jest": "^29.5.3",
"@types/react": "^18.2.20",
"@types/react-native-background-timer": "^2.0.0",
"@types/react-native-vector-icons": "^6.4.13",
"@types/react-test-renderer": "^18.0.0",
"tslint": "^6.1.3",
"typescript": "^5.1.6"
},
"private": true
}