-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
107 lines (107 loc) · 4.07 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "Doxle",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest",
"pod-install": "RCT_NEW_ARCH_ENABLED=1 bundle exec pod install",
"devtools": "react-devtools",
"postinstall": "patch-package",
"build:ios": "react-native bundle --entry-file='index.js' --bundle-output='./ios/main.jsbundle' --dev=false --platform='ios' --assets-dest='./ios'",
"build:android": "react-native bundle --platform android --dev false --entry-file index.tsx --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res",
"clean": "react-native-clean-project"
},
"dependencies": {
"@bam.tech/react-native-image-resizer": "^3.0.10",
"@candlefinance/faster-image": "^1.6.2",
"@openspacelabs/react-native-zoomable-view": "^2.1.6",
"@react-native-async-storage/async-storage": "^2.0.0",
"@react-native-community/netinfo": "^11.4.1",
"@react-native-media-console/reanimated": "^2.2.4",
"@react-navigation/native": "^6.1.18",
"@react-navigation/native-stack": "^6.11.0",
"@react-navigation/stack": "^6.4.1",
"@tanstack/react-query": "^5.59.0",
"@types/react-native-video": "^5.0.20",
"axios": "^1.7.7",
"dayjs": "^1.11.13",
"immer": "^10.1.1",
"lodash": "^4.17.21",
"lottie-react-native": "^7.0.0",
"react": "18.3.1",
"react-native": "0.75.4",
"react-native-autolink": "^4.2.0",
"react-native-blob-util": "^0.19.11",
"react-native-bouncy-checkbox": "^4.1.2",
"react-native-circular-progress": "^1.4.0",
"react-native-clean-project": "^4.0.3",
"react-native-compressor": "^1.9.0",
"react-native-create-thumbnail": "^2.0.0",
"react-native-device-info": "^13.0.0",
"react-native-document-picker": "^9.3.1",
"react-native-draggable-flatlist": "^4.0.1",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^2.20.0",
"react-native-haptic-feedback": "^2.3.3",
"react-native-image-picker": "^7.1.2",
"react-native-linear-gradient": "^2.8.3",
"react-native-media-console": "^2.2.4",
"react-native-modal": "^13.0.1",
"react-native-notifier": "^2.0.0",
"react-native-orientation-locker": "^1.7.0",
"react-native-outside-press": "^1.2.2",
"react-native-paper": "^5.12.5",
"react-native-paper-dates": "^0.22.26",
"react-native-pdf": "^6.7.5",
"react-native-pdf-thumbnail": "^1.3.1",
"react-native-popover-view": "^5.1.9",
"react-native-reanimated": "^3.15.4",
"react-native-reanimated-skeleton": "^1.5.1",
"react-native-safe-area-context": "^4.11.0",
"react-native-screens": "^3.34.0",
"react-native-share": "^11.0.4",
"react-native-signature-canvas": "^4.7.2",
"react-native-splash-screen": "^3.3.0",
"react-native-svg": "^15.7.1",
"react-native-switch": "^1.5.1",
"react-native-threads": "^0.0.19",
"react-native-uuid": "^2.0.2",
"react-native-vector-icons": "^10.2.0",
"react-native-video": "^6.6.4",
"react-native-view-shot": "^3.8.0",
"react-native-webview": "^13.12.3",
"reanimated-color-picker": "^3.0.4",
"styled-components": "^6.1.13",
"zustand": "^5.0.0-rc.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/babel-preset": "0.75.4",
"@react-native/eslint-config": "0.75.4",
"@react-native/metro-config": "0.75.4",
"@react-native/typescript-config": "0.75.4",
"@types/lodash": "^4.17.10",
"@types/react": "^18.2.6",
"@types/react-native-vector-icons": "^6.4.18",
"@types/react-test-renderer": "^18.0.0",
"@types/styled-components-react-native": "^5.2.5",
"babel-jest": "^29.6.3",
"eslint": "^8.19.0",
"jest": "^29.6.3",
"prettier": "2.8.8",
"react-test-renderer": "18.3.1",
"reactotron-react-native": "^5.1.8",
"reactotron-react-query": "^1.0.4",
"typescript": "5.0.4"
},
"engines": {
"node": ">=18"
},
"packageManager": "[email protected]"
}