-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.79 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.79 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
{
"name": "travel-guide",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start --tunnel",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@babel/core": "^7.20.12",
"@babel/eslint-parser": "^7.19.1",
"@expo/ngrok": "^4.1.0",
"@react-native-async-storage/async-storage": "^1.17.11",
"@react-native-community/checkbox": "^0.5.14",
"@react-native-seoul/masonry-list": "^1.4.1",
"@react-navigation/bottom-tabs": "^6.5.4",
"@react-navigation/native": "^6.1.3",
"@react-navigation/native-stack": "^6.9.9",
"@react-navigation/stack": "^6.3.12",
"@rneui/base": "^4.0.0-rc.7",
"@rneui/themed": "^4.0.0-rc.7",
"eslint-plugin-react-native": "^4.0.0",
"expo": "~47.0.12",
"expo-av": "^13.0.2",
"expo-image-picker": "^14.1.0",
"expo-linear-gradient": "~12.0.1",
"expo-screen-orientation": "^5.0.1",
"expo-status-bar": "~1.4.2",
"lottie-react-native": "^5.1.5",
"moment": "^2.29.4",
"react": "18.1.0",
"react-hook-form": "^7.43.1",
"react-native": "0.70.5",
"react-native-elements": "^3.4.3",
"react-native-gesture-handler": "^2.9.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-linear-gradient": "^2.6.2",
"react-native-onboarding-swiper": "^1.2.0",
"react-native-pager-view": "^6.1.3",
"react-native-safe-area-context": "^4.5.0",
"react-native-screens": "^3.20.0",
"react-native-svg": "13.4.0"
},
"private": true,
"devDependencies": {
"eslint": "^8.34.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"prettier": "^2.8.4"
}
}