-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.22 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.22 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
{
"name": "background-compass-app",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/config-plugins": "~10.0.0",
"@react-native-async-storage/async-storage": "2.1.2",
"@react-native-community/slider": "^4.5.7",
"@react-native-picker/picker": "2.11.0",
"base-64": "^1.0.0",
"buffer": "^6.0.3",
"expo": "^53.0.0",
"expo-av": "~15.1.5",
"expo-build-properties": "~0.14.6",
"expo-dev-client": "~5.2.0",
"expo-file-system": "~18.1.10",
"expo-haptics": "~14.1.4",
"expo-linear-gradient": "~14.1.5",
"expo-location": "~18.1.5",
"expo-screen-orientation": "~8.1.7",
"expo-sensors": "~14.1.4",
"metro-config": "^0.82.4",
"metro-resolver": "^0.82.4",
"react": "19.0.0",
"react-native": "0.79.3",
"react-native-compass-heading": "^2.0.2",
"react-native-easy-grid": "^0.2.2",
"react-native-reanimated": "~3.17.4",
"react-native-svg": "15.11.2",
"background-haptics": "./background-haptics"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}