-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.9 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
{
"name": "isacsimo",
"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 ."
},
"dependencies": {
"@react-native-community/async-storage": "^1.11.0",
"@react-native-community/cameraroll": "^4.0.1",
"@react-native-community/image-editor": "^2.3.0",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-community/netinfo": "^5.9.5",
"@react-native-community/picker": "^1.8.1",
"@react-native-community/slider": "^3.0.3",
"axios": "^0.28.0",
"buffer": "5.4.3",
"immer": "^9.0.6",
"react": "17.0.1",
"react-native": "0.64.1",
"react-native-actionsheet": "^2.4.2",
"react-native-camera": "^3.40.0",
"react-native-fs": "^2.16.6",
"react-native-geolocation-service": "^5.2.0",
"react-native-gesture-handler": "^1.8.0",
"react-native-image-crop-picker": "^0.32.2",
"react-native-image-modal": "^1.0.15",
"react-native-modal": "^11.5.6",
"react-native-picker-select": "^8.0.4",
"react-native-reanimated": "^2.10.0",
"react-native-safe-area-context": "^3.1.1",
"react-native-screens": "^2.9.0",
"react-native-snackbar": "^2.2.3",
"react-native-vector-icons": "^7.0.0",
"react-navigation": "^4.4.0",
"react-navigation-stack": "^2.8.2",
"react-navigation-tabs": "^2.9.0",
"react-redux": "^7.2.0",
"redux": "^4.0.5",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"babel-jest": "^26.6.3",
"eslint": "7.14.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.64.0",
"react-test-renderer": "17.0.1"
},
"jest": {
"preset": "react-native"
}
}