-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
60 lines (60 loc) · 1.73 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
{
"name": "Instagram",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint .",
"images": "node scripts/images.js"
},
"dependencies": {
"@react-native-community/async-storage": "^1.7.1",
"axios": "^0.19.0",
"es6-promise": "^4.2.8",
"humps": "^2.0.1",
"i18n-js": "^3.5.1",
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.17.15",
"normalizer": "^1.2.7",
"normalizr": "^3.4.1",
"react": "16.9.0",
"react-native": "0.61.5",
"react-native-camera": "^3.15.0",
"react-native-fs": "^2.16.2",
"react-native-gesture-handler": "^1.5.2",
"react-native-linear-gradient": "^2.5.6",
"react-native-localize": "^1.3.1",
"react-native-material-dropdown": "^0.11.1",
"react-native-permissions": "^2.0.8",
"react-native-read-more-text": "^1.1.0",
"react-native-reanimated": "^1.4.0",
"react-native-screens": "^3.8.0",
"react-navigation": "^4.0.10",
"react-navigation-drawer": "^2.3.3",
"react-navigation-stack": "^1.10.3",
"react-navigation-tabs": "^2.6.2",
"react-redux": "^7.1.3",
"redux": "^4.0.5",
"redux-axios-middleware": "^4.0.1",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-saga": "^1.1.3",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/runtime": "^7.7.6",
"@react-native-community/eslint-config": "^0.0.5",
"babel-jest": "^24.9.0",
"eslint": "^6.7.2",
"jest": "^24.9.0",
"metro-react-native-babel-preset": "^0.57.0",
"react-test-renderer": "16.9.0"
},
"jest": {
"preset": "react-native"
}
}