-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.51 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
{
"name": "root",
"version": "1.0.0",
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-native-masked-view/masked-view": "0.3.1",
"@react-navigation/native": "^6.1.18",
"@react-navigation/native-stack": "^6.11.0",
"@storybook/react": "^8.3.5",
"date-fns": "^4.1.0",
"expo": "~51.0.28",
"expo-asset": "~10.0.10",
"expo-camera": "~15.0.16",
"expo-font": "~12.0.10",
"expo-location": "~17.0.1",
"expo-status-bar": "~1.12.1",
"react": "^18.3.1",
"react-native": "^0.75.4",
"react-native-calendars": "^1.1306.0",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-splash-screen": "^3.3.0",
"react-native-svg": "15.2.0"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@gorhom/bottom-sheet": "^5.0.2",
"@react-native-community/datetimepicker": "^8.0.1",
"@react-native-community/slider": "^4.5.2",
"@storybook/addon-ondevice-actions": "^8.3.9",
"@storybook/addon-ondevice-controls": "^8.3.9",
"@storybook/addons": "^7.6.17",
"@storybook/react-native": "^8.3.9",
"babel-loader": "^8.4.1",
"react-dom": "^18.2.0",
"react-native-gesture-handler": "~2.16.1",
"react-native-reanimated": "~3.10.1",
"react-native-svg-transformer": "^1.5.0"
},
"private": true
}