-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.47 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.47 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"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": {
"@expo/vector-icons": "^10.2.1",
"@react-native-async-storage/async-storage": "^1.13.2",
"@react-native-community/art": "^1.2.0",
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/netinfo": "5.9.2",
"@react-navigation/drawer": "^5.9.0",
"@react-navigation/material-top-tabs": "^5.2.16",
"@react-navigation/native": "^5.7.3",
"@react-navigation/stack": "^5.9.0",
"@sanity/client": "^2.0.1",
"@sanity/image-url": "^0.140.19",
"expo": "^38.0.8",
"expo-app-loading": "^1.0.1",
"expo-asset": "~8.1.7",
"expo-constants": "~9.1.1",
"expo-linking": "^1.0.4",
"expo-permissions": "~9.0.1",
"expo-speech": "~8.2.1",
"expo-splash-screen": "^0.5.0",
"expo-status-bar": "^1.0.2",
"expo-store-review": "~2.1.2",
"expo-web-browser": "^8.3.1",
"react": "~16.11.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.2.tar.gz",
"react-native-animated-splash-screen": "^2.0.5",
"react-native-app-intro-slider": "^4.0.4",
"react-native-chatbot-expo": "https://github.com/jzarca01/react-native-chatbot-expo",
"react-native-gesture-handler": "~1.6.0",
"react-native-linking": "^0.0.0",
"react-native-paper": "^4.0.1",
"react-native-parsed-text": "^0.0.22",
"react-native-reanimated": "~1.9.0",
"react-native-safe-area-context": "~3.0.7",
"react-native-safe-area-view": "^1.1.1",
"react-native-screens": "~2.9.0",
"react-native-shadow": "^1.2.2",
"react-native-splash-screen": "^3.2.0",
"react-native-swiper": "^1.6.0",
"react-native-tab-view": "^2.15.1",
"react-native-unordered-list": "^1.0.4",
"react-native-vector-icons": "^7.0.0",
"styled-components": "3.4.6"
},
"devDependencies": {
"@babel/core": "^7.8.6",
"babel-plugin-module-resolver": "^4.0.0",
"babel-preset-expo": "~8.1.0",
"eslint": "^7.7.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-import-resolver-babel-module": "^5.1.2",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "6.3.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "7.20.0",
"eslint-plugin-react-hooks": "4",
"prettier": "^2.0.5"
},
"private": true
}