-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
47 lines (47 loc) · 1.38 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
{
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@react-navigation/bottom-tabs": "^6.0.9",
"@react-navigation/native": "^6.0.6",
"@react-navigation/stack": "^6.0.11",
"common-tags": "^1.8.2",
"d3-shape": "^3.0.1",
"expo": "^43.0.3",
"expo-font": "~10.0.3",
"expo-haptics": "~11.0.3",
"expo-splash-screen": "^0.13.5",
"expo-status-bar": "~1.1.0",
"expo-updates": "^0.10.15",
"expo-web-browser": "~10.0.3",
"install": "^0.13.0",
"npm": "^7.19.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-native": "0.64.2",
"react-native-animatable": "^1.3.3",
"react-native-collapsible": "^1.6.0",
"react-native-draggable-flatlist": "^2.6.2",
"react-native-elements": "^3.4.2",
"react-native-gesture-handler": "~1.10.2",
"react-native-reanimated": "^2.2.4",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "~3.8.0",
"react-native-svg": "12.1.1",
"react-native-svg-charts": "^5.4.0",
"react-native-unimodules": "~0.15.0",
"react-native-web": "0.17.1",
"react-navigation-header-buttons": "^7.0.1"
},
"devDependencies": {
"@babel/core": "^7.12.9"
},
"private": true,
"name": "rb-clone",
"version": "1.0.0"
}