-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.89 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.89 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
{
"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",
"test": "jest --watchAll"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/samples": "~3.0.0",
"@expo/vector-icons": "^10.0.1",
"@react-native-community/blur": "^3.3.1",
"@react-navigation/web": "^1.0.0-alpha.9",
"axios": "^0.21.1",
"base-64": "^0.1.0",
"debounce": "^1.2.0",
"expo": "^33.0.0",
"expo-asset": "^5.0.0",
"expo-constants": "^5.0.0",
"expo-font": "^5.0.1",
"expo-linear-gradient": "^5.0.1",
"expo-web-browser": "^5.0.0",
"immutability-helper": "^3.0.1",
"linear-scale": "0.0.2",
"native-base": "^2.13.4",
"prop-types": "^15.7.2",
"react": "16.8.3",
"react-dom": "^16.8.6",
"react-fast-compare": "^2.0.4",
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
"react-native-animatable": "^1.3.2",
"react-native-picker-select": "^6.3.0",
"react-native-reanimated": "^1.1.0",
"react-native-svg": "^9.5.3",
"react-native-web": "^0.11.4",
"react-navigation": "^3.11.0",
"react-navigation-animated-switch": "^0.2.1",
"react-navigation-transitions": "^1.0.12",
"react-redux": "^7.1.0",
"redux": "^4.0.4",
"redux-persist": "^5.10.0",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"babel-eslint": "^10.0.2",
"babel-preset-expo": "^5.1.0",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.3",
"jest-expo": "^33.0.0",
"prettier": "^1.18.2",
"redux-logger": "^3.0.6"
},
"private": true
}