forked from zingolabs/zingo-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 3 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "zingo-mobile",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest --verbose",
"lint": "eslint . --fix --ext .js,.jsx,.ts,.tsx",
"coverage": "jest --coverage",
"postinstall": "patch-package"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-regular-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/react-native-fontawesome": "^0.3.0",
"@react-native-async-storage/async-storage": "^1.17.11",
"@react-native-community/art": "^1.2.0",
"@react-native-community/checkbox": "^0.5.14",
"@react-native-community/clipboard": "^1.5.1",
"@react-native-community/netinfo": "^9.3.7",
"@react-navigation/bottom-tabs": "^6.4.0",
"@react-navigation/native": "^6.0.13",
"@react-navigation/stack": "^6.3.2",
"deprecated-react-native-prop-types": "^2.3.0",
"hermes-engine": "^0.11.0",
"i18n-js": "^4.1.1",
"js-base64": "^3.7.2",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"patch-package": "^6.5.1",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.7.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-native": "0.70.7",
"react-native-camera": "^4.2.1",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^2.7.1",
"react-native-localize": "^2.2.4",
"react-native-option-menu": "^1.1.3",
"react-native-pager-view": "^6.0.1",
"react-native-permissions": "^3.6.1",
"react-native-qrcode-scanner": "^1.5.5",
"react-native-qrcode-svg": "^6.1.2",
"react-native-reanimated": "^2.14.4",
"react-native-responsive-dimensions": "^3.1.1",
"react-native-safe-area-context": "^4.4.1",
"react-native-screens": "^3.18.2",
"react-native-side-menu-updated": "^1.3.2",
"react-native-simple-toast": "^1.1.4",
"react-native-svg": "^13.7.0",
"react-native-tab-view": "^3.3.0",
"url-parse": "^1.5.10"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/runtime": "^7.19.4",
"@react-native-community/eslint-config": "^3.1.0",
"@testing-library/jest-native": "^5.3.3",
"@testing-library/react-native": "^11.5.2",
"@types/enzyme": "^3.10.12",
"@types/i18n-js": "^3.8.3",
"@types/jest": "^29.2.4",
"@types/lodash": "^4.14.188",
"@types/react": "^18.0.26",
"@types/react-native": "^0.70.6",
"@types/react-native-side-menu": "^1.1.2",
"@types/react-test-renderer": "^18.0.0",
"@types/url-parse": "^1.4.8",
"babel-jest": "^29.3.1",
"detox": "^20.1.2",
"eslint": "^8.25.0",
"jest": "^29.3.1",
"metro-react-native-babel-preset": "^0.73.2",
"react-test-renderer": "^18.2.0",
"typescript": "^4.8.4"
},
"resolutions": {
"@types/react": "^18.0.21"
},
"transformIgnorePatterns": [
"node_modules/(?!((jest-)?react-native|react-navigation|@react-navigation/.*))"
]
}