forked from azhavrid/movie-swiper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.22 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
{
"name": "MovieSwiper",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"axios": "^0.18.0",
"hoist-non-react-statics": "^3.3.0",
"lodash": "^4.17.11",
"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-native": "^0.57.8",
"react-native-easy-toast": "^1.1.0",
"react-native-fast-image": "^5.1.2",
"react-native-gesture-handler": "^1.0.15",
"react-native-linear-gradient": "^2.5.3",
"react-native-offline": "^4.1.1",
"react-native-status-bar-height": "^2.2.0",
"react-native-vector-icons": "^6.2.0",
"react-navigation": "^3.0.8",
"react-navigation-props-mapper": "^0.3.0",
"react-redux": "^5.1.0",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"validator": "^10.9.0"
},
"devDependencies": {
"babel-jest": "23.6.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint-config-rallycoding": "^3.2.0",
"jest": "23.6.0",
"metro-react-native-babel-preset": "0.48.5",
"react-test-renderer": "16.6.3"
},
"jest": {
"preset": "react-native"
},
"rnpm": {
"assets": [
"./src/assets/fonts/"
]
}
}