-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
94 lines (94 loc) · 3.27 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
{
"name": "planttracker",
"main": "index.js",
"version": "1.0.3",
"scripts": {
"dev": "expo start -c --ios --port=9988",
"dev:web": "expo start -c --web",
"dev:android": "expo start -c --android",
"android": "expo run:android",
"ios": "expo run:ios --device --port=9988",
"web": "expo start -c --web",
"api:update": "npx openapi-generator-cli generate",
"codegen": "orval --config ./orval.config.js"
},
"dependencies": {
"@expo/vector-icons": "^14.0.2",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@gorhom/bottom-sheet": "^4.6.3",
"@hookform/resolvers": "^3.6.0",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-tooltip": "^1.0.7",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/datetimepicker": "^8.1.1",
"@react-navigation/drawer": "^6.6.15",
"@react-navigation/native": "^6.0.2",
"@shopify/flash-list": "^1.6.4",
"@tanstack/react-query": "^5.49.2",
"axios": "^1.7.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"eas-cli": "^10.1.1",
"expo": "^51.0.8",
"expo-checkbox": "~3.0.0",
"expo-dev-client": "~4.0.18",
"expo-image": "~1.12.12",
"expo-image-picker": "~15.0.5",
"expo-linking": "~6.3.1",
"expo-navigation-bar": "~3.0.4",
"expo-router": "~3.5.14",
"expo-splash-screen": "~0.27.4",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "~3.0.4",
"feather-icons": "^4.29.2",
"lucide-react-native": "^0.378.0",
"nativewind": "^4.0.36",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.52.0",
"react-icons": "^5.2.1",
"react-native": "0.74.2",
"react-native-animated-pagination-dots": "^0.1.73",
"react-native-bouncy-checkbox": "^4.0.1",
"react-native-dropdown-picker": "^5.4.6",
"react-native-elements": "^3.4.3",
"react-native-gesture-handler": "~2.16.1",
"react-native-keyboard-aware-scrollview": "^2.1.0",
"react-native-mmkv": "^2.12.2",
"react-native-pager-view": "6.3.0",
"react-native-reanimated": "~3.10.1",
"react-native-reanimated-carousel": "^3.5.1",
"react-native-rename": "^3.2.14",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "~3.31.1",
"react-native-sectioned-multi-select": "^0.10.0",
"react-native-star-rating-widget": "^1.8.0",
"react-native-svg": "15.2.0",
"react-native-vector-icons": "^10.1.0",
"react-native-web": "~0.19.6",
"react-query-swagger": "^15.12.3",
"tailwind-merge": "^2.2.1",
"tailwind-variants": "^0.2.1",
"tailwindcss": "^3.4.4",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.8",
"zustand": "^4.4.7"
},
"devDependencies": {
"@7nohe/openapi-react-query-codegen": "^1.4.1",
"@babel/core": "^7.20.0",
"@openapi-codegen/cli": "^2.0.2",
"@openapi-codegen/typescript": "^8.0.2",
"@openapitools/openapi-generator-cli": "^2.13.4",
"@types/react": "~18.2.79",
"@types/react-native-vector-icons": "^6.4.18",
"orval": "^6.31.0",
"prettier": "^3.3.2",
"typescript": "~5.3.3"
},
"private": true
}