forked from IjzerenHein/react-navigation-shared-element
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.73 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.73 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
{
"main": "index.js",
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/vector-icons": "^10.0.0",
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/viewpager": "4.1.6",
"@react-navigation/bottom-tabs": "link:../node_modules/@react-navigation/bottom-tabs",
"@react-navigation/material-top-tabs": "link:../node_modules/@react-navigation/material-top-tabs",
"@react-navigation/native": "link:../node_modules/@react-navigation/native",
"@react-navigation/stack": "link:../node_modules/@react-navigation/stack",
"expo": "^39.0.2",
"expo-splash-screen": "~0.6.2",
"expo-updates": "~0.3.3",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "0.63.3",
"react-native-gesture-handler": "~1.7.0",
"react-native-reanimated": "~1.13.0",
"react-native-safe-area-context": "3.1.4",
"react-native-screens": "~2.10.1",
"react-native-shared-element": "^0.7.0",
"react-native-touchable-scale": "^2.1.1",
"react-native-unimodules": "~0.11.0",
"react-native-vector-icons": "^6.6.0",
"react-native-web": "~0.13.7",
"react-navigation": "^4.3.7",
"react-navigation-shared-element": "link:../",
"react-navigation-stack": "^2.3.12",
"react-navigation-tabs": "^2.8.11"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@types/react": "~16.9.35",
"@types/react-native": "~0.63.2",
"babel-jest": "~25.2.6",
"babel-preset-expo": "^8.3.0",
"jest": "~25.2.6",
"metro-react-native-babel-preset": "~0.56.4",
"react-test-renderer": "~16.9.0",
"typescript": "~3.9.5"
},
"private": true
}