This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.61 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
{
"name": "FarmPro",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"build:android": "cd android && ./gradlew assembleRelease",
"ios": "react-native run-ios",
"lint": "eslint .",
"test": "jest",
"pod": "cd ios && pod install && cd ..",
"postinstall": "patch-package"
},
"dependencies": {
"@callstack/react-theme-provider": "3.0.9",
"@fawazahmed/react-native-read-more": "3.0.4",
"@gorhom/bottom-sheet": "4.6.3",
"@react-native-async-storage/async-storage": "1.24.0",
"@react-native-community/blur": "4.4.0",
"@react-native-community/netinfo": "11.3.2",
"@react-navigation/bottom-tabs": "6.6.1",
"@react-navigation/native": "6.1.18",
"@react-navigation/native-stack": "6.10.1",
"@tanstack/react-query": "5.51.11",
"color": "^4.2.3",
"jotai": "^2.9.1",
"lottie-react-native": "6.7.2",
"react": "18.2.0",
"react-native": "0.74.3",
"react-native-bootsplash": "5.5.3",
"react-native-gesture-handler": "2.17.1",
"react-native-image-colors": "1.5.2",
"react-native-image-picker": "7.1.2",
"react-native-keyboard-controller": "1.12.6",
"react-native-pager-view": "6.3.3",
"react-native-reanimated": "3.14.0",
"react-native-reanimated-carousel": "3.5.1",
"react-native-safe-area-context": "4.10.7",
"react-native-screens": "3.32.0 ",
"react-native-share": "10.2.1",
"react-native-svg": "15.3.0",
"react-native-svg-transformer": "1.5.0",
"react-native-vector-icons": "10.1.0",
"react-native-view-shot": "3.8.0",
"rn-fetch-blob": "0.12.0",
"zod": "3.23.8",
"zustand": "4.5.4"
},
"devDependencies": {
"@babel/core": "7.24.7",
"@babel/preset-env": "7.24.7",
"@babel/runtime": "7.24.7",
"@react-native/babel-preset": "0.74.85",
"@react-native/eslint-config": "0.74.85",
"@react-native/metro-config": "0.74.85",
"@react-native/typescript-config": "0.74.85",
"@types/color": "^3.0.6",
"@types/react": "18.3.3",
"@types/react-native-vector-icons": "6.4.18",
"@types/react-test-renderer": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.15.0",
"@typescript-eslint/parser": "7.15.0",
"babel-jest": "29.7.0",
"babel-plugin-module-resolver": "5.0.2",
"eslint": "8.57.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.1",
"jest": "29.7.0",
"patch-package": "^8.0.0",
"prettier": "2.8.8",
"react-test-renderer": "18.2.0",
"typescript": "5.5.3"
},
"engines": {
"node": ">=18"
},
"packageManager": "[email protected]"
}