-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.26 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (76 loc) · 2.26 KB
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": "react-native-troika",
"version": "1.0.0",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start --reset-cache",
"test": "jest",
"tsc": "tsc --noEmit",
"lint": "eslint . --fix --ext .js,.jsx,.ts,.tsx",
"postinstall": "patch-package"
},
"workspaces": [
"packages/*"
],
"dependencies": {
"@react-native-community/hooks": "^3.0.0",
"@sdcx/activity-indicator": "*",
"@sdcx/bottom-sheet": "*",
"@sdcx/image-crop": "*",
"@sdcx/keyboard-insets": "*",
"@sdcx/nested-scroll": "*",
"@sdcx/nested-scroll-webview": "*",
"@sdcx/overlay": "*",
"@sdcx/pull-to-refresh": "*",
"@sdcx/wheel-picker": "*",
"@shopify/flash-list": "^2.2.0",
"hybrid-navigation": "^4.0.2",
"lottie-react-native": "^7.3.4",
"qs": "^6.10.3",
"react": "19.2.3",
"react-native": "0.85.3",
"react-native-drop-shadow": "^1.0.3",
"react-native-fast-image": "^8.6.3",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^2.30.0",
"react-native-haptic-feedback": "^2.3.3",
"react-native-image-picker": "^8.2.1",
"react-native-pager-view": "^8.0.0",
"react-native-reanimated": "^4.3.1",
"react-native-safe-area-context": "^5.6.2",
"react-native-svg": "^15.15.5",
"react-native-tab-view": "^4.2.0",
"react-native-toast-hybrid": "3.0.0",
"react-native-webview": "^13.16.0",
"react-native-worklets": "^0.8.3"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@react-native-community/cli": "20.1.0",
"@react-native-community/cli-platform-android": "20.1.0",
"@react-native-community/cli-platform-ios": "20.1.0",
"@react-native/babel-preset": "0.85.3",
"@react-native/eslint-config": "0.85.3",
"@react-native/jest-preset": "0.85.3",
"@react-native/metro-config": "0.85.3",
"@react-native/typescript-config": "0.85.3",
"@types/jest": "^29.5.13",
"@types/react": "^19.2.7",
"@types/react-test-renderer": "^19.1.0",
"babel-plugin-module-resolver": "^5.0.2",
"eslint": "^8.19.0",
"jest": "^29.6.3",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"prettier": "2.8.8",
"react-test-renderer": "19.2.3",
"typescript": "^5.8.3"
},
"engines": {
"node": ">= 22.11.0"
}
}