-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.16 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.16 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
{
"name": "devicescope",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "expo lint"
},
"dependencies": {
"@expo/vector-icons": "^14.1.0",
"@react-native-async-storage/async-storage": "2.1.2",
"expo": "~53.0.20",
"expo-application": "^6.1.5",
"expo-battery": "^9.1.4",
"expo-clipboard": "^7.1.5",
"expo-constants": "^17.1.7",
"expo-device": "^7.1.4",
"expo-file-system": "^18.1.11",
"expo-gl": "^15.1.7",
"expo-gl-cpp": "^11.4.0",
"expo-location": "^18.1.6",
"expo-network": "^7.1.5",
"expo-print": "^14.1.4",
"expo-screen-orientation": "^8.1.7",
"expo-sensors": "^14.1.4",
"expo-sharing": "^13.1.5",
"expo-status-bar": "~2.2.3",
"expo-system-ui": "^5.0.10",
"react": "19.0.0",
"react-native": "0.79.5",
"react-native-chart-kit": "^6.12.0",
"react-native-svg": "15.11.2",
"expo-dev-client": "~5.2.4"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"eslint": "^9.0.0",
"eslint-config-expo": "~9.2.0"
},
"private": true
}