-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.92 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.92 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "health-app",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ts:check": "tsc",
"codegen": "graphql-codegen",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@apollo/react-hooks": "^4.0.0",
"@expo/metro-runtime": "^3.1.3",
"@react-native-community/cli-platform-ios": "^13.6.3",
"@react-native-vector-icons/ionicons": "^7.2.2-alpha.3",
"@react-navigation/stack": "^6.3.29",
"@rneui/base": "^4.0.0-rc.8",
"@rneui/themed": "^4.0.0-rc.8",
"@tanstack/react-query": "^5.18.1",
"@urql/exchange-graphcache": "^6.4.1",
"@urql/storage-rn": "^1.1.0",
"apollo-boost": "^0.4.9",
"expo": "^50.0.6",
"expo-background-fetch": "^11.8.1",
"expo-constants": "~15.4.5",
"expo-linking": "~6.2.2",
"expo-router": "~3.4.8",
"expo-status-bar": "~1.11.1",
"expo-task-manager": "^11.7.2",
"graphql": "^16.8.1",
"install": "^0.13.0",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.4",
"react-native-calendar-strip": "^2.2.6",
"react-native-chart-kit": "^6.12.0",
"react-native-countdown-circle-timer": "^3.2.1",
"react-native-elements": "^3.4.3",
"react-native-health": "^1.18.0",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-svg": "^15.1.0",
"react-native-web": "~0.19.6",
"react-native-weekly-calendar": "^0.2.0",
"react-query": "^3.39.3",
"urql": "^4.0.6"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/typed-document-node": "^5.0.4",
"@graphql-codegen/typescript": "^4.0.4",
"@graphql-codegen/typescript-operations": "^4.1.2",
"@types/react": "~18.2.45",
"typescript": "^5.1.3"
},
"private": true
}