-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.28 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
{
"name": "esale-mobile",
"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"
},
"dependencies": {
"@expo-google-fonts/inter": "^0.2.3",
"@expo/webpack-config": "^18.0.1",
"@gorhom/bottom-sheet": "^4.4.7",
"axios": "^1.4.0",
"expo": "~48.0.18",
"expo-checkbox": "~2.3.1",
"expo-file-system": "~15.2.2",
"expo-font": "~11.1.1",
"expo-image-picker": "~14.1.1",
"expo-splash-screen": "~0.18.2",
"expo-status-bar": "~1.4.4",
"lodash.debounce": "^4.0.8",
"phosphor-react-native": "^1.1.2",
"react": "18.2.0",
"react-hook-form": "^7.44.3",
"react-native": "0.71.8",
"react-native-iphone-x-helper": "^1.3.1",
"react-native-radio-buttons-group": "^3.0.2",
"react-native-svg": "13.4.0",
"react-native-web": "~0.18.10",
"styled-components": "^5.3.9",
"react-native-reanimated": "~2.14.4",
"react-native-gesture-handler": "~2.9.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/lodash.debounce": "^4.0.7",
"@types/react": "~18.0.14",
"@types/styled-components-react-native": "^5.2.1",
"typescript": "^4.9.4"
},
"private": true
}