-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.55 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
{
"name": "Bluekola",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"@twotalltotems/react-native-otp-input": "^1.1.2",
"native-base": "^2.7.2",
"prop-types": "^15.7.2",
"react": "16.8.3",
"react-native": "0.59.8",
"react-native-animated-multistep": "^1.0.5",
"react-native-app-intro-slider": "^3.0.0",
"react-native-drawer": "^2.5.1",
"react-native-easy-grid": "^0.2.2",
"react-native-elements": "^1.1.0",
"react-native-gesture-handler": "^1.2.1",
"react-native-image-crop-picker": "^0.24.0",
"react-native-indicators": "^0.17.0",
"react-native-reanimated": "^1.2.0",
"react-native-router-flux": "^4.0.6",
"react-native-snap-carousel": "^3.8.4",
"react-native-svg": "^9.13.3",
"react-native-swiper": "^1.5.14",
"react-native-tab-view": "^2.10.0",
"react-native-vector-icons": "^6.4.2",
"react-navigation": "^3.9.1",
"react-redux": "^7.0.3",
"react-timer-mixin": "^0.13.4",
"redux": "^4.0.1",
"redux-form": "^8.2.0",
"redux-persist": "^5.10.0",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"@babel/core": "7.4.4",
"@babel/runtime": "7.4.4",
"babel-jest": "24.8.0",
"jest": "24.8.0",
"metro-react-native-babel-preset": "0.54.0",
"react-test-renderer": "16.8.3",
"remote-redux-devtools": "^0.5.16"
},
"jest": {
"preset": "react-native"
},
"rnpm": {
"assets": [
"./src/assets/fonts/"
]
}
}