This repository was archived by the owner on Sep 12, 2023. It is now read-only.
forked from kingstinct/react-native-healthkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.33 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.33 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
{
"name": "healthkit-example-expo",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start --dev-client",
"ios": "expo run:ios",
"eject": "expo eject",
"build-local": "npx eas-cli@latest build --platform=ios --profile=development --local",
"build-local-sim": "npx eas-cli@latest build --platform=ios --profile=development --local",
"build": "npx eas-cli@latest build --platform=ios --profile=development",
"typecheck": "tsc --noEmit",
"postinstall": "cp ../app.plugin.js ./app.plugin.js"
},
"dependencies": {
"@expo/match-media": "^0.3.0",
"@kingstinct/react-native-healthkit": "./..",
"@react-navigation/native": "^6.0.12",
"dayjs": "^1.11.5",
"expo": "48",
"expo-dev-client": "~2.2.1",
"expo-linear-gradient": "~12.1.2",
"expo-screen-orientation": "~5.1.1",
"expo-status-bar": "~1.4.4",
"expo-updates": "~0.16.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.71.8",
"react-native-paper": "^4.12.1",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-web": "~0.18.10"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@expo/metro-config": "^0.3.22",
"@types/react": "~18.0.27",
"typescript": "^4.9.4"
},
"private": true
}