forked from scorelab/Go-social
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.14 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
{
"name": "Go_social",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest --detectOpenHandles -u"
},
"dependencies": {
"email-validator": "^2.0.4",
"firebase": "^7.2.2",
"react": "16.12.0",
"react-native": "^0.58.6",
"react-native-elements": "^1.1.0",
"react-native-fbsdk": "1.0.0-rc.3",
"react-native-gesture-handler": "^1.0.12",
"react-native-google-places-autocomplete": "^1.3.9",
"react-native-image-crop-picker": "^0.28.0",
"react-native-image-picker": "^2.0.0",
"react-native-maps": "^0.26.1",
"react-native-maps-directions": "^1.6.0",
"react-native-micro-animated-button": "0.0.28",
"react-native-vector-icons": "^6.1.0",
"react-navigation": "^4.0.6"
},
"devDependencies": {
"babel-jest": "25.1.0",
"jest": "^24.9.0",
"jetifier": "^1.6.5",
"metro-react-native-babel-preset": "^0.58.0",
"react-test-renderer": "16.11.0"
},
"jest": {
"preset": "react-native",
"transform": {
"^.+\\.js$": "<rootDir>/node_modules/react-native/jest/preprocessor.js"
}
}
}