-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.39 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@eva-design/eva": "1.4.0",
"@react-native-community/masked-view": "0.1.7",
"@react-native-community/slider": "3.0.0",
"@react-native-community/viewpager": "3.3.0",
"@ui-kitten/components": "4.4.1",
"@ui-kitten/eva-icons": "4.4.1",
"@xstate/react": "0.8.1",
"ramda": "0.27.0",
"expo": "~39.0.2",
"expo-status-bar": "1.0.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-39.0.2.tar.gz",
"react-native-web": "0.13.12",
"react-native-gesture-handler": "1.6.0",
"react-native-reanimated": "1.7.0",
"react-native-screens": "2.3.0",
"react-native-svg": "12.0.3",
"react-navigation": "4.2.2",
"react-navigation-stack": "2.2.3",
"styled-components": "5.1.1",
"xstate": "4.9.0"
},
"devDependencies": {
"react-native-web": "0.13.7",
"@types/react": "16.9.35",
"@types/react-dom": "16.9.8",
"@types/react-native": "0.63.2",
"@types/jest": "25.1.4",
"@types/ramda": "0.27.3",
"@types/react-test-renderer": "16.9.2",
"@types/styled-components": "5.1.0",
"typescript": "3.9.5"
},
"private": true
}