-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.33 KB
/
package.json
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
63
64
65
66
67
68
69
{
"name": "healthyfy",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"tunnel": "npx expo start --tunnel",
"link": "react-native-link react-native-device-info"
},
"dependencies": {
"@aws-amplify/api": "5.4.7",
"@aws-amplify/react-native": "^1.0.6",
"@aws-amplify/rtn-web-browser": "^1.0.6",
"@contentful/rich-text-html-renderer": "^16.3.0",
"@contentful/rich-text-react-renderer": "^15.19.0",
"@contentful/rich-text-types": "^16.3.0",
"@react-native-async-storage/async-storage": "^1.21.0",
"@react-native-community/blur": "^4.3.2",
"@react-native-community/datetimepicker": "7.2.0",
"@react-native-community/netinfo": "^11.2.0",
"@react-native-picker/picker": "^2.6.1",
"@react-native/metro-config": "^0.73.2",
"@react-navigation/native": "^6.1.8",
"@react-navigation/native-stack": "^6.9.17",
"@react-navigation/stack": "^6.3.18",
"@types/react": "~18.2.14",
"aws-amplify": "5.3.6",
"contentful": "^10.6.15",
"expo": "~49.0.15",
"expo-font": "^11.6.0",
"expo-secure-store": "~12.3.1",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"fuse.js": "^7.0.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"react": "18.2.0",
"react-native": "0.72.6",
"react-native-charts-wrapper": "^0.6.0",
"react-native-confetti-cannon": "^1.5.2",
"react-native-element-dropdown": "^2.10.1",
"react-native-gesture-handler": "~2.12.0",
"react-native-get-random-values": "^1.10.0",
"react-native-link": "^4.1.0",
"react-native-reanimated": "~3.3.0",
"react-native-reanimated-carousel": "^3.5.1",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-svg": "^13.9.0",
"react-native-ui-lib": "^7.11.3",
"react-native-web": "~0.19.6",
"styled-components": "^6.0.8",
"uuid": "^9.0.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@tsconfig/react-native": "^3.0.2",
"@types/jest": "^29.5.10",
"@types/lodash": "^4.14.202",
"@types/react": "^18.2.41",
"@types/react-test-renderer": "^18.0.7",
"react-native-svg-transformer": "^1.2.0",
"typescript": "^5.1.3"
},
"private": true
}