-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.63 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
{
"name": "babimeh",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"@react-native-community/netinfo": "^4.1.3",
"axios": "^0.18.0",
"expo": "^29.0.0",
"firebase": "^6.2.0",
"immutability-helper": "^2.7.1",
"immutable": "^3.8.2",
"jalali-moment": "^3.3.2",
"moment-jalaali": "^0.8.3",
"native-base": "^2.8.0",
"react": "16.3.1",
"react-confirm-alert": "^2.4.1",
"react-native": "^0.55.4",
"react-native-clean-form": "^0.5.0",
"react-native-elements": "^0.19.1",
"react-native-file-selector": "0.0.3",
"react-native-i18n": "^2.0.15",
"react-native-image-pan-zoom": "^2.1.8",
"react-native-image-picker": "^0.26.10",
"react-native-image-zoom-viewer": "^2.2.26",
"react-native-maps": "^0.21.0",
"react-native-modal-datetime-picker": "^7.4.2",
"react-native-persian-calendar-picker": "https://github.com/hdnvd/react-native-persian-calendar-picker.git",
"react-native-retriable-fetch": "^2.0.0",
"react-native-snap-carousel": "^3.8.0",
"react-native-vector-icons": "^5.0.0",
"react-navigation": "^2.9.3",
"react-navigation-tabs": "^2.3.0",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"redux-form": "^7.4.2",
"redux-immutablejs": "0.0.8"
},
"devDependencies": {
"babel-jest": "23.4.2",
"babel-preset-react-native": "^4",
"jest": "23.4.2",
"react-test-renderer": "16.3.1",
"ws": "3.3.2"
},
"jest": {
"preset": "react-native"
},
"rnpm": {
"assets": [
"./assets/fonts/"
]
}
}