-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 2.03 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "fibra-mobile",
"version": "0.1.0",
"private": true,
"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": {
"@react-native-community/async-storage": "^1.6.2",
"@react-native-community/netinfo": "4.6.0",
"axios": "^0.19.0",
"expo": "^36.0.0",
"expo-barcode-scanner": "~8.0.0",
"expo-camera": "~8.0.0",
"expo-crypto": "~8.0.0",
"expo-font": "~8.0.0",
"expo-image-picker": "~8.0.1",
"expo-media-library": "~8.0.0",
"fbjs": "^1.0.0",
"native-base": "^2.13.7",
"react": "16.9.0",
"react-dom": "16.9.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-36.0.1.tar.gz",
"react-native-gesture-handler": "~1.5.0",
"react-native-numeric-input": "^1.8.3",
"react-native-reanimated": "~1.4.0",
"react-native-screens": "2.0.0-alpha.12",
"react-native-size-matters": "0.3.0",
"react-native-web": "^0.11.7",
"react-navigation": "^4.0.0",
"react-navigation-stack": "^1.8.1",
"react-redux": "^7.1.1",
"redux": "^4.0.4",
"redux-persist": "6.0.0",
"redux-saga": "^1.1.1",
"typesafe-actions": "^4.4.2"
},
"devDependencies": {
"@types/react": "^16.9.0",
"@types/react-native": "^0.60.15",
"@types/react-redux": "^7.1.4",
"@types/redux-saga": "^0.10.5",
"@typescript-eslint/eslint-plugin": "^2.3.2",
"@typescript-eslint/parser": "^2.3.2",
"babel-preset-expo": "^8.0.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.3.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react-native": "^3.7.0",
"prettier": "^1.18.2",
"react-native-dropdown": "0.0.6",
"typescript": "^3.7.2"
},
"resolutions": {
"**/**/mem": ">=4.0.0",
"**/**/yargs-parser": ">=13.1.2 <14.0.0 || >=15.0.1 <16.0.0 || >=18.1.2"
}
}