|
11 | 11 | "dependencies": { |
12 | 12 | "@babel/plugin-proposal-export-namespace-from": "^7.18.9", |
13 | 13 | "@react-native-async-storage/async-storage": "1.23.1", |
| 14 | + "@shopify/react-native-skia": "1.5.0", |
14 | 15 | "@tensorflow-models/mobilenet": "^2.1.1", |
15 | 16 | "@tensorflow/tfjs": "^4.22.0", |
16 | 17 | "@tensorflow/tfjs-react-native": "^1.0.0", |
| 18 | + "@types/minimatch": "^6.0.0", |
17 | 19 | "expo": "~52.0.11", |
18 | 20 | "expo-camera": "~16.0.7", |
19 | 21 | "expo-cli": "^4.0.17", |
|
22 | 24 | "expo-gl-cpp": "^11.4.0", |
23 | 25 | "expo-image-picker": "~16.0.3", |
24 | 26 | "expo-status-bar": "~2.0.0", |
| 27 | + "expo-updates": "~0.27.4", |
25 | 28 | "or": "^0.2.0", |
26 | 29 | "phosphor-react-native": "^2.3.1", |
27 | 30 | "react": "18.3.1", |
28 | 31 | "react-native": "0.76.3", |
29 | 32 | "react-native-fs": "^2.20.0", |
30 | | - "react-native-svg": "^15.11.2", |
31 | 33 | "react-native-reanimated": "~3.16.1", |
32 | | - "@shopify/react-native-skia": "1.5.0", |
33 | | - "expo-updates": "~0.27.4" |
| 34 | + "react-native-svg": "^15.11.2" |
34 | 35 | }, |
35 | 36 | "devDependencies": { |
36 | 37 | "@babel/core": "^7.25.2", |
|
40 | 41 | "react-native-svg-transformer": "^1.5.0", |
41 | 42 | "typescript": "^5.7.2" |
42 | 43 | }, |
| 44 | + "resolutions": { |
| 45 | + "@types/minimatch": "5.1.2" |
| 46 | + }, |
43 | 47 | "private": true, |
44 | 48 | "description": "<p>PlantAiApp uses AI-powered image analysis to detect plant diseases, pinpoint affected areas, and assess severity. With real-time insights and personalized advice through our chatbot, you can take control of your plantation’s health and make informed decisions quickly. Precision farming made simple, for stronger growth and higher yields.</p>", |
45 | 49 | "keywords": [], |
|
0 commit comments