forked from crater-invoice-inc/crater-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.94 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
{
"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",
"prettier-fix": "prettier --config .prettierlc.js --write 'src/**/*.js'",
"lints": "yarn prettier-fix"
},
"dependencies": {
"@react-native-community/eslint-config": "0.0.5",
"@react-native-community/netinfo": "^4.4.0",
"babel-eslint": "^10.0.3",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-flowtype": "^4.3.0",
"expo": "^34.0.1",
"expo-constants": "~6.0.0",
"expo-file-system": "^7.0.0",
"expo-image-picker": "^6.0.0",
"expo-intent-launcher": "~6.0.0",
"expo-linear-gradient": "^6.0.0",
"expo-localization": "^6.0.0",
"expo-permissions": "~6.0.0",
"i18n-js": "^3.3.0",
"lodash.get": "^4.4.2",
"moment": "^2.24.0",
"query-string": "^6.8.3",
"react": "16.8.3",
"react-dom": "^16.8.6",
"react-native": "https://github.com/expo/react-native/archive/sdk-34.0.0.tar.gz",
"react-native-actionsheet": "^2.4.2",
"react-native-elements": "^1.1.0",
"react-native-gesture-handler": "^1.3.0",
"react-native-modal-datetime-picker": "^7.5.0",
"react-native-picker-select": "^6.3.3",
"react-native-responsive-screen": "^1.3.0",
"react-native-splash-screen": "^3.2.0",
"react-native-svg": "^9.9.9",
"react-native-vector-icons": "^6.6.0",
"react-native-web": "^0.11.4",
"react-navigation": "^3.12.0",
"react-navigation-redux-helpers": "^3.0.2",
"react-redux": "^7.1.1",
"redux-form": "^8.2.6",
"redux-persist": "^5.10.0",
"redux-saga": "^1.0.5",
"redux-storage": "^4.1.2"
},
"devDependencies": {
"babel-preset-expo": "^6.0.0",
"eslint": "6.3.0",
"eslint-config-prettier": "6.3.0",
"eslint-plugin-prettier": "3.1.0",
"prettier": "1.18.2",
"react-native-dotenv": "^0.2.0"
},
"private": true
}