forked from nartc/rn-movies
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.98 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
62
63
64
65
66
67
{
"name": "MoviesRevamped",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "REACT_DEBUGGER=\"open -g 'rndebugger://set-debugger-loc?port=8081' ||\" react-native start",
"start:only": "react-native start",
"devtools": "react-devtools",
"test": "jest"
},
"dependencies": {
"@react-native-community/async-storage": "1.5.1",
"@react-native-community/blur": "3.3.1",
"@react-native-community/geolocation": "^1.4.2",
"axios": "0.19.0",
"date-fns": "1.30.1",
"jsc-android": "^241213.1.0",
"numeral": "2.0.6",
"react": "16.8.6",
"react-native": "0.60.3",
"react-native-action-button": "2.8.5",
"react-native-elements": "1.1.0",
"react-native-fast-image": "7.0.2",
"react-native-gesture-handler": "1.3.0",
"react-native-linear-gradient": "2.5.4",
"react-native-screens": "1.0.0-alpha.23",
"react-native-snackbar": "2.0.2",
"react-native-snap-carousel": "3.8.0",
"react-native-spinkit": "1.3.0",
"react-native-star-rating": "1.1.0",
"react-native-svg": "9.5.1",
"react-native-svg-charts": "5.3.0",
"react-native-vector-icons": "6.6.0",
"react-native-webview": "^6.3.1",
"react-navigation": "3.11.1",
"react-redux": "7.1.0",
"redux": "4.0.4",
"redux-observable": "1.1.0",
"rxjs": "6.5.2",
"typesafe-actions": "4.4.2"
},
"devDependencies": {
"@babel/core": "7.5.4",
"@babel/runtime": "7.5.4",
"@types/jest": "24.0.15",
"@types/node": "12.6.2",
"@types/numeral": "0.0.25",
"@types/react": "16.8.23",
"@types/react-native": "0.60.0",
"@types/react-native-snap-carousel": "3.7.3",
"@types/react-native-star-rating": "1.1.0",
"@types/react-native-svg-charts": "5.0.2",
"@types/react-redux": "7.1.1",
"@types/react-test-renderer": "16.8.2",
"babel-jest": "24.8.0",
"babel-plugin-module-resolver": "3.2.0",
"jest": "24.8.0",
"jetifier": "^1.6.3",
"metro-react-native-babel-preset": "0.55.0",
"react-devtools": "3.6.1",
"react-test-renderer": "16.8.6",
"typescript": "3.5.3"
},
"jest": {
"preset": "react-native"
}
}