-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.19 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
{
"main": "node_modules/expo/AppEntry.js",
"homepage": "./",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@eva-design/eva": "^2.1.1",
"@expo/vector-icons": "^12.0.0",
"@imtbl/imx-sdk": "^1.0.1",
"@ui-kitten/components": "^5.1.1",
"@ui-kitten/eva-icons": "^5.1.1",
"expo": "~42.0.1",
"expo-constants": "~11.0.1",
"expo-device": "~3.3.0",
"expo-image-picker": "~10.2.2",
"expo-sharing": "~9.2.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz",
"react-native-base64": "^0.2.1",
"react-native-scalable-image": "^1.1.0",
"react-native-svg": "^12.1.1",
"react-native-web": "^0.17.5",
"react-router-dom": "^5.3.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0"
},
"private": true
}