forked from vokhuyetOz/react-native-messy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.74 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.74 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
{
"name": "react-native-messy-example",
"version": "0.0.1",
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"build:android": "cd android && ./gradlew assembleDebug --no-daemon --console=plain -PreactNativeArchitectures=arm64-v8a",
"build:ios": "cd ios && xcodebuild -workspace MessyExample.xcworkspace -scheme MessyExample -configuration Debug -sdk iphonesimulator CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ GCC_OPTIMIZATION_LEVEL=0 GCC_PRECOMPILE_PREFIX_HEADER=YES ASSETCATALOG_COMPILER_OPTIMIZATION=time DEBUG_INFORMATION_FORMAT=dwarf COMPILER_INDEX_STORE_ENABLE=NO"
},
"dependencies": {
"@candlefinance/faster-image": "^1.5.0",
"@discord/bottom-sheet": "discord/react-native-bottom-sheet#discord-fork-4.6.1-rngh-v2",
"@shopify/flash-list": "^1.6.3",
"@vokhuyet/react-native-messy": "link:../",
"react": "18.2.0",
"react-native": "0.73.2",
"react-native-gesture-handler": "^2.14.1",
"react-native-image-picker": "^7.1.2",
"react-native-keyboard-controller": "^1.10.3",
"react-native-lightbox-v2": "^0.9.0",
"react-native-mmkv-storage": "^0.9.1",
"react-native-pager-view": "^6.2.3",
"react-native-permissions": "^4.1.5",
"react-native-reanimated": "^3.6.1",
"react-native-tab-view": "^3.5.2",
"react-native-video": "6.0.0-rc.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/babel-preset": "0.73.19",
"@react-native/metro-config": "0.73.3",
"@react-native/typescript-config": "0.73.1",
"babel-plugin-module-resolver": "^5.0.0",
"pod-install": "^0.1.0"
},
"engines": {
"node": ">=18"
}
}