-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.48 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
{
"name": "M3SMobile",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@oguzhnatly/react-native-image-manipulator": "^1.0.5",
"@react-native-async-storage/async-storage": "^1.18.1",
"@react-native-community/datetimepicker": "^7.1.0",
"@react-native-community/netinfo": "^9.3.9",
"@react-native-picker/picker": "^2.4.10",
"@react-navigation/drawer": "^6.6.2",
"@react-navigation/native": "^6.1.6",
"@react-navigation/native-stack": "^6.9.12",
"@terrylinla/react-native-sketch-canvas": "^0.6.0",
"axios": "^1.3.6",
"base-64": "^1.0.0",
"deprecated-react-native-prop-types": "^4.1.0",
"i18next": "^23.4.4",
"moment": "^2.29.4",
"react": "18.0.0",
"react-i18next": "^13.1.2",
"react-native": "^0.69.0",
"react-native-barcode-mask": "^1.2.4",
"react-native-camera": "^4.2.1",
"react-native-canvas": "^0.1.39",
"react-native-collapsible": "^1.6.1",
"react-native-color-matrix-image-filters": "^6.0.3",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^2.9.0",
"react-native-image-filter-kit": "^0.8.0",
"react-native-image-picker": "^4.10.1",
"react-native-loading-spinner-overlay": "^3.0.1",
"react-native-modal-datetime-picker": "^15.0.1",
"react-native-paper": "^5.0.0-rc.9",
"react-native-photo-editor": "^1.0.13",
"react-native-photo-manipulator": "^1.2.7",
"react-native-reanimated": "^3.5.2",
"react-native-safe-area-context": "^4.5.1",
"react-native-screens": "^3.20.0",
"react-native-sha256": "^1.4.9",
"react-native-signature-canvas": "^4.5.1",
"react-native-signature-capture": "^0.4.12",
"react-native-simple-bottom-sheet": "^1.0.4",
"react-native-sqlite-storage": "^6.0.1",
"react-native-vector-icons": "^9.2.0",
"react-native-view-shot": "^3.7.0",
"react-native-webview": "^13.6.2",
"react-redux": "^8.0.5",
"redux": "^4.2.1",
"redux-form": "^8.3.10",
"redux-thunk": "^2.4.2"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"babel-jest": "^26.6.3",
"eslint": "^7.32.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.70.3",
"react-test-renderer": "18.0.0"
},
"jest": {
"preset": "react-native"
}
}