-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.95 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
{
"name": "healthybreath",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@expo-google-fonts/fira-sans": "^0.2.2",
"@expo/vector-icons": "^13.0.0",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-navigation/native": "^6.0.10",
"@react-navigation/native-stack": "^6.6.2",
"@react-navigation/stack": "^6.2.1",
"@types/lodash": "^4.14.178",
"@xstate/inspect": "^0.6.0",
"@xstate/react": "^1.6.3",
"expo": "^46.0.0",
"expo-app-loading": "~2.1.0",
"expo-asset": "~8.6.1",
"expo-av": "~12.0.4",
"expo-font": "~10.2.0",
"expo-keep-awake": "~10.2.0",
"expo-linear-gradient": "~11.4.0",
"expo-splash-screen": "~0.16.2",
"expo-status-bar": "~1.4.0",
"formik": "^2.2.9",
"immer": "^9.0.12",
"lodash": "^4.17.21",
"lottie-react-native": "5.1.3",
"moti": "^0.17.1",
"nativewind": "^2.0.0-next.43",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-native": "0.69.6",
"react-native-dropdown-picker": "^5.3.0",
"react-native-gesture-handler": "~2.5.0",
"react-native-reanimated": "~2.9.1",
"react-native-redash": "^16.2.3",
"react-native-responsive-screen": "^1.4.2",
"react-native-safe-area-context": "4.3.1",
"react-native-screens": "~3.15.0",
"react-native-svg": "12.3.0",
"react-native-uuid": "^2.0.1",
"react-native-web": "~0.18.7",
"rn-segmented-control": "^1.1.2",
"tailwindcss-react-native": "^1.7.10",
"xstate": "^4.27.0",
"yup": "^0.32.11",
"zustand": "^3.6.9",
"zustand-persist": "^0.4.0"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@types/react": "~18.0.0",
"@types/react-native": "~0.69.1",
"tailwindcss": "^3.1.5",
"typescript": "^4.6.3"
},
"private": true
}