-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 960 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 960 Bytes
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
{
"name": "dogvestapp",
"license": "0BSD",
"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": "^2.1.0",
"@react-navigation/native": "^7.0.6",
"@react-navigation/stack": "^7.0.9",
"@types/react": "~18.3.12",
"appcenter": "5.0.2",
"appcenter-analytics": "5.0.2",
"appcenter-crashes": "5.0.2",
"buffer": "^6.0.3",
"expo": "~52.0.11",
"expo-dev-client": "~5.0.4",
"expo-status-bar": "~2.0.0",
"react": "18.3.1",
"react-native": "0.76.3",
"react-native-ble-plx": "^3.2.0",
"react-native-chart-kit": "^6.12.0",
"react-native-svg": "15.8.0",
"typescript": "^5.3.3"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react-native": "^0.72.8"
},
"private": true
}