-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1004 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 1004 Bytes
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
{
"name": "valcode-appoint",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/vector-icons": "^15.0.3",
"@react-native-async-storage/async-storage": "^2.2.0",
"@react-native-community/datetimepicker": "^8.5.1",
"expo": "~54.0.0",
"expo-asset": "~12.0.10",
"expo-constants": "~18.0.10",
"expo-font": "~14.0.9",
"expo-haptics": "^15.0.7",
"expo-localization": "^17.0.8",
"expo-status-bar": "~3.0.8",
"i18next": "^25.7.3",
"react": "19.1.0",
"react-i18next": "^16.5.0",
"react-native": "0.81.5",
"react-native-gesture-handler": "^2.29.1",
"react-native-safe-area-context": "~5.6.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/react": "~19.1.10",
"eas-cli": "^16.28.0",
"typescript": "~5.9.2"
},
"private": true
}