-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.8 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.8 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
54
55
56
57
{
"name": "divilite",
"version": "1.4.4",
"scripts": {
"start": "expo start -c",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-masked-view/masked-view": "^0.3.2",
"@react-native-picker/picker": "2.11.1",
"@react-navigation/native": "^7.1.18",
"@react-navigation/native-stack": "^7.6.0",
"@reduxjs/toolkit": "^2.8.2",
"expo": "54.0.22",
"expo-camera": "~17.0.9",
"expo-file-system": "~19.0.15",
"expo-location": "~19.0.7",
"expo-mail-composer": "~15.0.7",
"expo-media-library": "~18.2.0",
"expo-splash-screen": "~31.0.10",
"expo-status-bar": "~3.0.8",
"expo-system-ui": "~6.0.8",
"glob": "^11.0.0",
"i18n": "^0.15.2",
"intl": "^1.2.5",
"jszip": "^3.10.1",
"moment-timezone": "^0.6.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.5",
"react-native-dropdown-picker": "^5.4.6",
"react-native-gesture-handler": "~2.28.0",
"react-native-get-random-values": "^1.11.0",
"react-native-paper": "^5.14.5",
"react-native-reanimated": "~4.1.1",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-svg": "15.12.1",
"react-native-swipeable-item": "^2.0.9",
"react-native-uuid": "^2.0.1",
"react-native-web": "^0.21.1",
"react-native-worklets": "0.5.1",
"react-redux": "^9.2.0",
"redux-persist": "^6.0.0",
"rimraf": "^6.0.1"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-transform-class-properties": "^7.25.9",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.25.9",
"@babel/plugin-transform-optional-chaining": "^7.25.9"
},
"private": true
}