-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
56 lines (56 loc) · 1.62 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
{
"name": "Homecook",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"@react-native-community/async-storage": "^1.4.2",
"@react-native-community/netinfo": "^2.0.4",
"moment": "^2.24.0",
"prop-types": "^15.7.2",
"react": "16.8.6",
"react-native": "0.62.3",
"react-native-animatable": "^1.3.2",
"react-native-email-link": "^1.3.0",
"react-native-fetch-polyfill": "^1.1.3",
"react-native-geocoder": "^0.5.0",
"react-native-gesture-handler": "^1.1.0",
"react-native-image-zoom-viewer": "^2.2.25",
"react-native-linear-gradient": "^2.5.4",
"react-native-maps": "^0.24.2",
"react-native-material-textfield": "^0.12.0",
"react-native-onesignal": "^3.2.14",
"react-native-paper": "^2.15.2",
"react-native-reanimated": "^1.0.1",
"react-native-scrollable-tab-view": "^0.10.0",
"react-native-smart-timer-enhance": "^1.0.3",
"react-native-snap-carousel": "^3.7.5",
"react-native-tab-view": "^2.2.0",
"react-native-vector-icons": "^6.4.2",
"react-navigation": "^3.8.1",
"react-redux": "^7.0.2",
"react-timer-mixin": "^0.13.4",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"rnpm": "^1.9.0"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/runtime": "^7.4.3",
"babel-jest": "^24.7.1",
"jest": "^24.7.1",
"metro-react-native-babel-preset": "^0.53.1",
"react-test-renderer": "16.8.6"
},
"jest": {
"preset": "react-native"
},
"rnpm": {
"assets": [
"src/assets/Nunito"
]
}
}