-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.54 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
{
"name": "PinIT",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android -- --reset-cache",
"ios": "react-native run-ios",
"start": "react-native start --reset-cache",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@react-native-community/geolocation": "^2.0.2",
"@react-native-mapbox-gl/maps": "^7.0.7",
"axios": "^0.19.0",
"moment": "^2.24.0",
"prop-types": "^15.7.2",
"react": "16.9.0",
"react-native": "0.61.2",
"react-native-color-picker": "^0.4.4",
"react-native-app-tour": "^1.0.1",
"react-native-google-places-autocomplete": "^1.3.9",
"react-native-image-picker": "^1.1.0",
"react-native-loading-spinner-overlay": "^1.0.1",
"react-native-picker-select": "^6.3.3",
"react-native-responsive-screen": "^1.3.0",
"react-native-router-flux": "^4.0.6",
"react-native-snap-carousel": "^3.8.4",
"react-native-splash-screen": "^3.2.0",
"react-native-vector-icons": "^6.6.0",
"react-redux": "^7.1.1",
"redux": "^4.0.4",
"redux-form": "^8.2.6",
"redux-thunk": "^2.3.0",
"socket.io-client": "^2.3.0",
"validate.js": "^0.13.1"
},
"devDependencies": {
"@babel/core": "7.6.2",
"@babel/runtime": "7.6.2",
"@react-native-community/eslint-config": "0.0.3",
"babel-jest": "24.9.0",
"eslint": "6.5.1",
"jest": "24.9.0",
"metro-react-native-babel-preset": "0.51.1",
"react-native-dotenv": "^0.2.0",
"react-test-renderer": "16.9.0"
},
"jest": {
"preset": "react-native"
}
}