-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·76 lines (76 loc) · 3.32 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
{
"name": "LyfScan",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android --no-jetifier",
"ios": "react-native run-ios",
"start": "react-native start --reset-cache",
"test": "jest",
"postinstall": "npx jetify",
"lint": "tslint -p ./tsconfig.json",
"lint:fix": "npm run lint -- --fix",
"upgrade_cropping": "cp ../react-native-image-processor/android/src/* node_modules/react-native-image-processor/android/src -r && cp ../react-native-image-processor/index.js node_modules/react-native-image-processor/index.js",
"upgrade_scanner": "cp ../react-native-scanner/android/src/main/java/* node_modules/@28harishkumar/react-native-scanner/android/src/main/java -r && cp ../react-native-scanner/src/* node_modules/@28harishkumar/react-native-scanner/src -r"
},
"dependencies": {
"@28harishkumar/react-native-scanner": "https://github.com/28harishkumar/react-native-document-scanner",
"@react-native-community/async-storage": "^1.11.0",
"@react-native-community/cameraroll": "^4.0.0",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-community/progress-bar-android": "^1.0.3",
"@react-native-community/progress-view": "^1.1.0",
"@react-native-community/toolbar-android": "^0.1.0-rc.2",
"@react-navigation/native": "^5.7.0",
"@react-navigation/stack": "^5.7.0",
"@types/react-native-vector-icons": "^6.4.5",
"jetifier": "^1.6.6",
"native-base": "^2.13.12",
"react": "16.13.1",
"react-native": "0.63.0",
"react-native-aes-crypto": "^1.3.9",
"react-native-cn-richtext-editor": "^1.0.42",
"react-native-fast-image": "^8.3.2",
"react-native-fs": "^2.16.6",
"react-native-gesture-handler": "^1.6.1",
"react-native-image-pan-zoom": "^2.1.12",
"react-native-image-to-pdf": "^1.2.0",
"react-native-modal": "^11.5.6",
"react-native-pdf": "^6.2.0",
"react-native-permissions": "^2.1.5",
"react-native-image-processor": "https://github.com/28harishkumar/react-native-image-processor",
"react-native-popup-menu": "^0.15.9",
"react-native-reanimated": "^1.9.0",
"react-native-safe-area-context": "^3.1.1",
"react-native-screens": "^2.9.0",
"react-native-splash-screen": "^3.2.0",
"react-native-svg": "^12.1.0",
"react-native-vector-icons": "^7.0.0",
"react-native-wifi-p2p": "^3.1.0",
"react-redux": "^7.2.0",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"rn-fetch-blob": "^0.12.0",
"tesseract.js": "^2.1.1"
},
"devDependencies": {
"@babel/core": "^7.10.4",
"@babel/runtime": "^7.10.4",
"@react-native-community/eslint-config": "^2.0.0",
"@types/jest": "^26.0.4",
"@types/react": "^16.9.43",
"@types/react-native": "^0.62.18",
"@types/react-test-renderer": "^16.9.2",
"babel-jest": "^26.1.0",
"husky": "^1.1.2",
"jest": "^26.1.0",
"metro-react-native-babel-preset": "^0.60.0",
"react-test-renderer": "16.13.1",
"tslint": "^6.1.2",
"typescript": "^3.9.6"
},
"jest": {
"preset": "react-native"
}
}