-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.6 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.6 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
{
"name": "ScanGenAI",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"test": "npx jest",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^2.2.0",
"@react-navigation/bottom-tabs": "^6.6.1",
"@react-navigation/native": "^6.1.9",
"@react-navigation/native-stack": "^6.9.17",
"@reduxjs/toolkit": "^2.2.7",
"@tanstack/react-query": "^5.90.20",
"expo": "^54.0.25",
"expo-asset": "~12.0.10",
"expo-audio": "^1.0.15",
"expo-clipboard": "~8.0.7",
"expo-document-picker": "^14.0.7",
"expo-image-picker": "~17.0.8",
"expo-status-bar": "~3.0.8",
"react": "19.1.0",
"react-native": "0.81.5",
"react-native-markdown-display": "^7.0.2",
"react-native-paper": "^5.14.5",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-toast-message": "^2.2.0",
"react-native-vector-icons": "^10.3.0",
"react-redux": "^9.1.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@testing-library/jest-native": "^5.4.3",
"@testing-library/react-native": "^13.3.3",
"@types/jest": "^29.5.12",
"@types/react": "~19.1.10",
"@types/redux-mock-store": "^1.5.0",
"babel-jest": "^30.2.0",
"baseline-browser-mapping": "^2.9.18",
"jest": "^29.7.0",
"jest-expo": "~54.0.13",
"react-test-renderer": "19.1.0",
"redux-mock-store": "^1.5.5",
"typescript": "~5.9.2"
},
"private": true
}